linux-rdma.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-02-28 17:01:58 to 2022-03-08 08:13:41 UTC [more...]

[PATCH for-next] RDMA/hns: Use the reserved loopback QPs to free MR before destroying MPT
 2022-03-08  8:13 UTC  (5+ messages)

[rdma:for-next] BUILD SUCCESS 73f7e05609ece4030f2745c4c0c01e0be6889590
 2022-03-07 20:20 UTC 

[PATCH 0/6] Remove usage of list iterator past the loop body
 2022-03-07 19:15 UTC  (77+ messages)
` [PATCH 1/6] drivers: usb: remove "
` [PATCH 2/6] treewide: remove using list iterator after loop body as a ptr
                        ` [Kgdb-bugreport] "
` [PATCH 6/6] treewide: remove check of list iterator against head past the loop body
  ` [Intel-gfx] "

[PATCH v5 0/3] Update VMware maintainer entries
 2022-03-07 17:06 UTC  (2+ messages)

[PATCH v2 1/2] RDMA/rxe: change variable and function argument to proper type
 2022-03-07 14:50 UTC  (2+ messages)
` [PATCH v2 2/2] RDMA/rxe: remove useless argument for update_state()

[Question] Is address format "gid" supported by RDMACM with RoCE?
 2022-03-07 13:57 UTC 

[PATCH] RDMA/irdma: prevent some integer underflows
 2022-03-07 12:59 UTC 

[PATCH rdma-core] libibverbs/examples: Add missing device attributes
 2022-03-07 10:03 UTC  (4+ messages)

[PATCH net-next v3] net/smc: fix compile warning for smc_sysctl
 2022-03-07  2:59 UTC  (3+ messages)

[PATCH net-next v2] net/smc: fix compile warning for smc_sysctl
 2022-03-06 14:27 UTC  (3+ messages)

[PATCH net-next] Revert "net/smc: don't req_notify until all CQEs drained"
 2022-03-06 11:00 UTC  (3+ messages)

[PATCH for-next] RDMA/core: Fix ib_qp_usecnt_dec() called when error
 2022-03-05  0:25 UTC  (3+ messages)

[PATCH v3 for-next 0/9] RDMA/hns: Clean up and refactor mailbox-related code
 2022-03-05  0:25 UTC  (11+ messages)
` [PATCH v3 for-next 1/9] RDMA/hns: Remove the unused parameter "op_modifier" in mailbox
` [PATCH v3 for-next 2/9] RDMA/hns: Remove fixed parameter “timeout” in the mailbox
` [PATCH v3 for-next 3/9] RDMA/hns: Remove redundant parameter "mailbox" "
` [PATCH v3 for-next 4/9] RDMA/hns: Fix the wrong type of parameter "op" of "
` [PATCH v3 for-next 5/9] RDMA/hns: Refactor mailbox functions
` [PATCH v3 for-next 6/9] RDMA/hns: Remove similar code that configures the hardware contexts
` [PATCH v3 for-next 7/9] RDMA/hns: Clean up the return value check of hns_roce_alloc_cmd_mailbox()
` [PATCH v3 for-next 8/9] RDMA/hns: Refactor the alloc_srqc()
` [PATCH v3 for-next 9/9] RDMA/hns: Refactor the alloc_cqc()

[PATCH for-rc] IB/hfi1: Allow larger MTU without AIP
 2022-03-05  0:24 UTC  (5+ messages)

[PATCH for-next] Revert "IB/mlx5: Don't return errors from poll_cq"
 2022-03-04 17:24 UTC  (4+ messages)

[bug report] IB/hfi1: TID RDMA RcvArray programming and TID allocation
 2022-03-04 13:36 UTC 

[PATCH net-next 0/7] net/smc: some datapath performance optimizations
 2022-03-04  8:23 UTC  (13+ messages)
` [PATCH net-next 1/7] net/smc: add sysctl interface for SMC
` [PATCH net-next 2/7] net/smc: add autocorking support
` [PATCH net-next 3/7] net/smc: add sysctl for autocorking
` [PATCH net-next 4/7] net/smc: send directly on setting TCP_NODELAY
` [PATCH net-next 5/7] net/smc: correct settings of RMB window update limit
` [PATCH net-next 6/7] net/smc: don't req_notify until all CQEs drained
` [PATCH net-next 7/7] net/smc: don't send in the BH context if sock_owned_by_user

[PATCH] RDMA/rxe: change payload type to u32 from int
 2022-03-04  7:20 UTC  (6+ messages)

[PATCH net-next] net/smc: fix document build WARNING from smc-sysctl.rst
 2022-03-04  5:30 UTC  (2+ messages)

[PATCH for-next v3 09/12] RDMA/erdma: Add connection management (CM) support
 2022-03-04  2:59 UTC  (2+ messages)

[PATCH for-next v11 00/13] Fix race conditions in rxe_pool
 2022-03-04  0:08 UTC  (14+ messages)
` [PATCH for-next v11 01/13] RDMA/rxe: Fix ref error in rxe_av.c
` [PATCH for-next v11 02/13] RDMA/rxe: Replace mr by rkey in responder resources
` [PATCH for-next v11 03/13] RDMA/rxe: Reverse the sense of RXE_POOL_NO_ALLOC
` [PATCH for-next v11 04/13] RDMA/rxe: Delete _locked() APIs for pool objects
` [PATCH for-next v11 05/13] RDMA/rxe: Replace obj by elem in declaration
` [PATCH for-next v11 06/13] RDMA/rxe: Move max_elem into rxe_type_info
` [PATCH for-next v11 07/13] RDMA/rxe: Shorten pool names in rxe_pool.c
` [PATCH for-next v11 08/13] RDMA/rxe: Replace red-black trees by xarrays
` [PATCH for-next v11 09/13] RDMA/rxe: Use standard names for ref counting
` [PATCH for-next v11 10/13] RDMA/rxe: Stop lookup of partially built objects
` [PATCH for-next v11 11/13] RDMA/rxe: Add wait_for_completion to pool objects
` [PATCH for-next v11 12/13] RDMA/rxe: Convert read side locking to rcu
` [PATCH for-next v11 13/13] RDMA/rxe: Cleanup rxe_pool.c

[net-next v9 0/5] page_pool: Add stats counters
 2022-03-03 10:30 UTC  (7+ messages)
` [net-next v9 1/5] page_pool: Add allocation stats
` [net-next v9 2/5] page_pool: Add recycle stats
` [net-next v9 3/5] page_pool: Add function to batch and return stats
` [net-next v9 4/5] Documentation: update networking/page_pool.rst
` [net-next v9 5/5] mlx5: add support for page_pool_get_stats

[PATCH net-next] net/smc: fix compile warning for smc_sysctl
 2022-03-03  2:35 UTC  (5+ messages)

[PATCH net v3 0/2] fix unexpected SMC_CLC_DECL_ERR_REGRMB error
 2022-03-02 13:25 UTC  (3+ messages)
` [PATCH net v3 1/2] net/smc: fix unexpected SMC_CLC_DECL_ERR_REGRMB error generated by client
` [PATCH net v3 2/2] net/smc: fix unexpected SMC_CLC_DECL_ERR_REGRMB error cause by server

[PATCH net v2 0/2] fix unexpected SMC_CLC_DECL_ERR_REGRMB error
 2022-03-02 13:16 UTC  (3+ messages)
` [PATCH net v2 1/2] net/smc: fix unexpected SMC_CLC_DECL_ERR_REGRMB error generated by client
  ` [PATCH net v2 2/2] net/smc: fix unexpected SMC_CLC_DECL_ERR_REGRMB error cause by server

[PATCH net] net/smc: fix unexpected SMC_CLC_DECL_ERR_REGRMB error
 2022-03-02 11:44 UTC  (5+ messages)

[net-next v8 0/4] page_pool: Add stats counters
 2022-03-02  4:36 UTC  (12+ messages)
` [net-next v8 1/4] page_pool: Add allocation stats
` [net-next v8 2/4] page_pool: Add recycle stats
` [net-next v8 3/4] page_pool: Add function to batch and return stats
` [net-next v8 4/4] mlx5: add support for page_pool_get_stats

[PATCH v2 for-next 0/9] RDMA/hns: Clean up and refactor mailbox-related code
 2022-03-02  2:28 UTC  (4+ messages)
` [PATCH v2 for-next 7/9] RDMA/hns: Clean up the return value check of hns_roce_alloc_cmd_mailbox()

[rdma:wip/jgg-for-next] BUILD SUCCESS a80501b89152adb29adc7ab943d75c7345f9a3fb
 2022-03-01  9:34 UTC 

[PATCH] net/mlx5e: TC, Fix use after free in mlx5e_clone_flow_attr_for_post_act()
 2022-03-01  7:16 UTC  (3+ messages)

[PATCH] net/mlx5e: Fix return of a kfree'd object instead of NULL
 2022-03-01  7:11 UTC  (2+ messages)

[pull request][for-next v2 00/17] mlx5-next 2022-22-02
 2022-03-01  0:31 UTC  (3+ messages)

[bug report] NVMe/IB: reset_controller need more than 1min
 2022-03-01  0:06 UTC  (18+ messages)

[PATCH] IB/rdmavt: add missing locks in rvt_ruc_loopback
 2022-02-28 19:51 UTC 

[PATCH rdma-next v1] RDMA/irdma: Add support for address handle re-use
 2022-02-28 18:36 UTC 

[PATCH for-next] RDMA/core: Remove unnecessary statements
 2022-02-28 17:57 UTC  (2+ messages)

[PATCH for-next v10 00/11] Fix race conditions in rxe_pool
 2022-02-28 17:56 UTC  (15+ messages)
` [PATCH for-next v10 01/11] RDMA/rxe: Reverse the sense of RXE_POOL_NO_ALLOC
` [PATCH for-next v10 04/11] RDMA/rxe: Replace red-black trees by xarrays
` [PATCH for-next v10 05/11] RDMA/rxe: Stop lookup of partially built objects
` [PATCH for-next v10 06/11] RDMA/rxe: Add wait_for_completion to pool objects
` [PATCH for-next v10 07/11] RDMA/rxe: Fix ref error in rxe_av.c
` [PATCH for-next v10 09/11] RDMA/rxe: Convert read side locking to rcu


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).