linux-rdma.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-12-08 21:21:09 to 2021-12-21 09:46:50 UTC [more...]

[PATCH rdma-rc] RDMA/mlx5: Fix dereg mr flow for kernel MRs
 2021-12-21  9:46 UTC 

RDMA/mlx5: Regression since v5.15-rc5: Kernel panic when called ib_dereg_mr
 2021-12-21  8:20 UTC  (2+ messages)

[PATCH rdma-next 00/11] Elastic RDMA Adapter (ERDMA) driver
 2021-12-21  2:48 UTC  (12+ messages)
` [PATCH rdma-next 01/11] RDMA: Add ERDMA to rdma_driver_id definition
` [PATCH rdma-next 02/11] RDMA/erdma: Add the hardware related definitions
` [PATCH rdma-next 03/11] RDMA/erdma: Add main include file
` [PATCH rdma-next 04/11] RDMA/erdma: Add cmdq implementation
` [PATCH rdma-next 05/11] RDMA/erdma: Add event queue implementation
` [PATCH rdma-next 06/11] RDMA/erdma: Add verbs header file
` [PATCH rdma-next 07/11] RDMA/erdma: Add verbs implementation
` [PATCH rdma-next 08/11] RDMA/erdma: Add connection management (CM) support
` [PATCH rdma-next 09/11] RDMA/erdma: Add the erdma module
` [PATCH rdma-next 10/11] RDMA/erdma: Add the ABI definitions
` [PATCH rdma-next 11/11] RDMA/erdma: Add driver to kernel build environment

[GIT PULL] Please pull RDMA subsystem changes
 2021-12-21  1:37 UTC  (2+ messages)

[PATCHv3 1/1] RDMA/irdma: Make the source udp port vary
 2021-12-21 17:39 UTC 

[PATCH] RDMA/rxe: fix a typo in opcode name
 2021-12-20 18:03 UTC  (3+ messages)

[PATCHv2 1/1] RDMA/irdma: Make the source udp port vary
 2021-12-20 17:54 UTC  (4+ messages)

[PATCH for-next] RDMA/cxgb4: Set queue pair state when being queried
 2021-12-20 15:25 UTC 

[PATCH v2 for-next] RDMA/hns: Remove support for HIP06
 2021-12-20 13:05 UTC 

[PATCH for-next] RDMA/hns: Remove support for HIP06
 2021-12-20 12:23 UTC 

[PATCH v8 net-next 00/13] allow user to offload tc action to net device
 2021-12-20  9:32 UTC  (17+ messages)
` [PATCH v8 net-next 01/13] flow_offload: fill flags to action structure
` [PATCH v8 net-next 02/13] flow_offload: reject to offload tc actions in offload drivers
` [PATCH v8 net-next 03/13] flow_offload: add index to flow_action_entry structure
` [PATCH v8 net-next 04/13] flow_offload: rename offload functions with offload instead of flow
` [PATCH v8 net-next 05/13] flow_offload: add ops to tc_action_ops for flow action setup
` [PATCH v8 net-next 06/13] flow_offload: allow user to offload tc action to net device
` [PATCH v8 net-next 07/13] flow_offload: add skip_hw and skip_sw to control if offload the action
` [PATCH v8 net-next 08/13] flow_offload: rename exts stats update functions with hw
` [PATCH v8 net-next 09/13] flow_offload: add process to update action stats from hardware
` [PATCH v8 net-next 10/13] net: sched: save full flags for tc action
` [PATCH v8 net-next 11/13] flow_offload: add reoffload process to update hw_count
` [PATCH v8 net-next 12/13] flow_offload: validate flags of filter and actions
` [PATCH v8 net-next 13/13] selftests: tc-testing: add action offload selftest for action and filter

[RFC PATCH v4 0/2] RDMA/rxe: Add dma-buf support
 2021-12-20  9:31 UTC  (12+ messages)

f0ae4afe3d35 ("RDMA/mlx5: Fix releasing unallocated memory in dereg MR flow")
 2021-12-19 18:19 UTC  (4+ messages)

[PATCH 1/1] RDMA/irdma: Make the source udp port vary
 2021-12-18  2:29 UTC  (7+ messages)

[PATCH v7 net-next 00/12] allow user to offload tc action to net device
 2021-12-17 16:43 UTC  (14+ messages)
` [PATCH v7 net-next 01/12] flow_offload: fill flags to action structure
` [PATCH v7 net-next 02/12] flow_offload: reject to offload tc actions in offload drivers
` [PATCH v7 net-next 03/12] flow_offload: add index to flow_action_entry structure
` [PATCH v7 net-next 04/12] flow_offload: rename offload functions with offload instead of flow
` [PATCH v7 net-next 05/12] flow_offload: add ops to tc_action_ops for flow action setup
` [PATCH v7 net-next 06/12] flow_offload: allow user to offload tc action to net device
` [PATCH v7 net-next 07/12] flow_offload: add skip_hw and skip_sw to control if offload the action
` [PATCH v7 net-next 08/12] flow_offload: add process to update action stats from hardware
` [PATCH v7 net-next 09/12] net: sched: save full flags for tc action
` [PATCH v7 net-next 10/12] flow_offload: add reoffload process to update hw_count
` [PATCH v7 net-next 11/12] flow_offload: validate flags of filter and actions
` [PATCH v7 net-next 12/12] selftests: tc-testing: add action offload selftest for action and filter

[bug report] NVMe/IB: reset_controller need more than 1min
 2021-12-17 11:19 UTC  (21+ messages)

[PATCH net] net/smc: Prevent smc_release() from long blocking
 2021-12-17  6:32 UTC  (4+ messages)

[PATCH for-next v8 0/8] RDMA/rxe: Correct race conditions
 2021-12-16 23:32 UTC  (9+ messages)
` [PATCH for-next v8 1/8] RDMA/rxe: Replace RB tree by xarray for indexes
` [PATCH for-next v8 2/8] RDMA/rxe: Reverse the sense of RXE_POOL_NO_ALLOC
` [PATCH for-next v8 3/8] RDMA/rxe: Cleanup pool APIs for keyed objects
` [PATCH for-next v8 4/8] RDMA/rxe: Fix ref error in rxe_av.c
` [PATCH for-next v8 5/8] RDMA/rxe: Replace mr by rkey in responder resources
` [PATCH for-next v8 6/8] RDMA/rxe: Minor cleanups in rxe_pool.c/rxe_pool.h
` [PATCH for-next v8 7/8] RDMA/rxe: Replace rxe_alloc by kzalloc for rxe_mc_elem
` [PATCH for-next v8 8/8] RDMA/rxe: Add wait for completion to obj destruct

[PATCH infiniband-next] drivers/infiniband: remove redundant err variable
 2021-12-16  9:03 UTC  (6+ messages)
` [External] : "
  ` [PATCH for-next v2] RDMA/rxe: "
    ` [External] : "

[PATCH] IB/rxe: Get rid of redundant plus
 2021-12-16  8:43 UTC 

[rdma:wip/jgg-for-next] BUILD SUCCESS c8f476da84add618b55352194fdd11caaf87c0a7
 2021-12-16  1:52 UTC 

[pull-request] mlx5-next branch 2021-12-15
 2021-12-16  0:55 UTC  (8+ messages)

[PATCH] RDMA/hfi1: Switch to kvfree_rcu() API
 2021-12-15 20:51 UTC  (3+ messages)

[rdma:wip/jgg-for-rc] BUILD SUCCESS 12d3bbdd6bd2780b71cc466f3fbc6eb7d43bbc2a
 2021-12-15 15:39 UTC 

[PATCH 0/6] iSER fixes and cleanups for kernel-5.17
 2021-12-15 13:57 UTC  (7+ messages)
` [PATCH 1/6] IB/iser: remove deprecated pi_guard module param
` [PATCH 2/6] IB/iser: fix RNR errors
` [PATCH 3/6] IB/iser: rename ib_ret local variable
` [PATCH 4/6] IB/iser: don't suppress send completions
` [PATCH 5/6] IB/iser: remove un-needed casting to/from void pointer
` [PATCH 6/6] IB/iser: align coding style accross driver

[PATCH 1/1] RDMA/rxe: Remove the unused variable
 2021-12-16  5:48 UTC 

[PATCH mlx5-next 0/4] Add support to multiple RDMA priorities for FDB rules
 2021-12-15 12:31 UTC  (4+ messages)

[PATCH v6 for-next 0/1] RDMA/hns: Support direct WQE of userspace
 2021-12-15 10:15 UTC  (3+ messages)

[PATCH rdma-next] IB/mlx5: Expose NDR speed through MAD
 2021-12-15  7:54 UTC 

[PATCH] drivers:ocrdma:remove unneeded variable
 2021-12-15  5:54 UTC  (10+ messages)
  ` [PATCHv2] "
      ` [PATCH v3 ocrdma-next] drivers: ocrdma: remove "
        ` [External] : "
          ` [PATCH for-next v4] RDMA/ocrdma: "
            ` [External] : "
              ` [PATCH for-next v5] "

[PATCH] RDMA/hns: Replace kfree with kvfree
 2021-12-15  0:17 UTC  (3+ messages)

[PATCH rdma-next v1 0/3] Skip holes in GID table
 2021-12-15  0:12 UTC  (6+ messages)
` [PATCH rdma-next v1 1/3] RDMA/core: Modify rdma_query_gid() to return accurate error codes
` [PATCH rdma-next v1 2/3] RDMA/core: Let ib_find_gid() continue search even after empty entry
` [PATCH rdma-next v1 3/3] RDMA/cma: Let cma_resolve_ib_dev() "

[PATCH] IB/qib: Fix memory leak in qib_user_sdma_queue_pkts
 2021-12-15  0:07 UTC  (2+ messages)

[PATCH for-rc] RDMA/hns: Fix RNR retransmission issue for HIP08
 2021-12-14 23:47 UTC  (2+ messages)

[PATCH net] rds: memory leak in __rds_conn_create()
 2021-12-14 17:39 UTC  (4+ messages)

Wycena paneli fotowoltaicznych
 2021-12-14  8:31 UTC 

[PATCH v2] RDMA/mlx5: Use memset_after() to zero struct mlx5_ib_mr
 2021-12-14  0:39 UTC  (2+ messages)

[PATCH 02/17] net/mlx5e: Avoid field-overflowing memcpy()
 2021-12-13 22:33 UTC  (5+ messages)
` [PATCH 03/17] net/mlx5e: Use struct_group() for memcpy() region
` [PATCH 09/17] RDMA/mlx5: Use memset_after() to zero struct mlx5_ib_mr
` [PATCH 12/17] iw_cxgb4: Use memset_startat() for cpl_t5_pass_accept_rpl
` [PATCH 14/17] IB/mthca: Use memset_startat() for clearing mpt_entry

[PATCH] net/mlx5: Remove the repeated declaration
 2021-12-13 18:29 UTC  (2+ messages)

[PATCH for-rc] IB/hfi1: Insure preempt is held across smp_processor_id
 2021-12-13 14:11 UTC 

[PATCH] RDMA/hns: Replace kfree with kvfree
 2021-12-10  9:32 UTC 

[PATCH hw-next] infiniband/hw:remove unneeded variable
 2021-12-10  2:17 UTC 

[GIT PULL] Please pull RDMA subsystem changes
 2021-12-09 21:23 UTC  (2+ messages)

[PATCH for-next v7 0/8] RDMA/rxe: Correct conditions
 2021-12-09 19:14 UTC  (9+ messages)
` [PATCH for-next v7 1/8] RDMA/rxe: Replace RB tree by xarray
` [PATCH for-next v7 2/8] RDMA/rxe: Reverse the sense of RXE_POOL_NO_ALLOC
` [PATCH for-next v7 3/8] RDMA/rxe: Cleanup pool APIs for keyed objects
` [PATCH for-next v7 4/8] RDMA/rxe: Fix ref error in rxe_av.c
` [PATCH for-next v7 5/8] RDMA/rxe: Replace mr by rkey in responder resources
` [PATCH for-next v7 6/8] RDMA/rxe: Minor cleanups in rxe_pool.c/rxe_pool.h
` [PATCH for-next v7 7/8] RDMA/rxe: Replace rxe_alloc by kzalloc for rxe_mc_elem
` [PATCH for-next v7 8/8] RDMA/rxe: Add wait for completion to obj destruct

[PATCH rdma-next 0/7] MR cache enhancement
 2021-12-09 17:56 UTC  (7+ messages)
` [PATCH rdma-next 2/7] RDMA/mlx5: Replace cache list with Xarray

[PATCH for-next] RDMA/hns: Fix RNR retransmission issue for HIP08
 2021-12-09 14:06 UTC  (2+ messages)

[PATCH v2] net/mlx5e: Avoid field-overflowing memcpy()
 2021-12-09  5:34 UTC 

[PATCH for-next v6 0/8] RDMA/rxe: Correct race conditions
 2021-12-09  0:26 UTC  (9+ messages)
` [PATCH for-next v6 1/8] RDMA/rxe: Replace RB tree by xarray for indexes
` [PATCH for-next v6 8/8] RDMA/rxe: Add wait for completion to obj destruct

[PATCH rdma-next 0/3] Skip holes in GID tables
 2021-12-09  0:13 UTC  (5+ messages)
` [PATCH rdma-next 2/3] RDMA/core: Let ib_find_gid() continue search even after empty entry


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).