linux-rdma.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-04-13 13:34:08 to 2021-04-21 04:25:22 UTC [more...]

[PATCH for-next v2 0/9] RDMA/rxe: Implement memory windows
 2021-04-21  4:24 UTC  (17+ messages)
` [PATCH for-next v2 1/9] RDMA/rxe: Add bind MW fields to rxe_send_wr
` [PATCH for-next v2 2/9] RDMA/rxe: Return errors for add index and key
` [PATCH for-next v2 3/9] RDMA/rxe: Enable MW object pool
` [PATCH for-next v2 4/9] RDMA/rxe: Add ib_alloc_mw and ib_dealloc_mw verbs
` [PATCH for-next v2 5/9] RDMA/rxe: Replace WR_REG_MASK by WR_LOCAL_OP_MASK
` [PATCH for-next v2 6/9] RDMA/rxe: Move local ops to subroutine
` [PATCH for-next v2 7/9] RDMA/rxe: Add support for bind MW work requests
` [PATCH for-next v2 8/9] RDMA/rxe: Implement invalidate MW operations
` [PATCH for-next v2 9/9] RDMA/rxe: Implement memory access through MWs

[PATCH for-next] RDMA/rxe: Fix a bug in rxe_fill_ip_info()
 2021-04-21  3:59 UTC 

[PATCH RESEND][next] rds: Fix fall-through warnings for Clang
 2021-04-20 20:10 UTC  (2+ messages)

[PATCH RESEND][next] net/mlx4: Fix fall-through warnings for Clang
 2021-04-20 20:24 UTC  (2+ messages)

[PATCH] RDMA/mlx4: remove an unused variable
 2021-04-20 19:59 UTC  (2+ messages)

[PATCH rdma-next 0/2] Two fixes to -next
 2021-04-20 19:10 UTC  (4+ messages)
` [PATCH mlx5-next 1/2] IB/mlx5: Set right RoCE l3 type and roce version while deleting GID
` [PATCH rdma-next 2/2] RDMA/mlx5: Fix type assignment for ICM DM

[PATCH] i40iw: Fix error unwinding when i40iw_hmc_sd_one fails
 2021-04-20 19:10 UTC  (2+ messages)

[PATCH for-next] RDMA/cxgb4: add missing qpid increment
 2021-04-20 19:09 UTC  (2+ messages)

[PATCH] infiniband: ulp: Remove unnecessary struct declaration
 2021-04-20 19:09 UTC  (3+ messages)

[PATCH rdma-next] RDMA/restrack: Delay QP deletion till all users are gone
 2021-04-20 15:25 UTC  (4+ messages)

[rdma:wip/jgg-for-next] BUILD SUCCESS 534d6ed5ad2a7d28a531c5c078ce33d21d27d9f9
 2021-04-20 13:34 UTC 

[PATCH for-next 00/10] Fixes for 5.13
 2021-04-20 12:34 UTC  (17+ messages)
` [PATCH for-next 06/10] rdma: Set physical MTU for query_port function
` [PATCH for-next 10/10] IB/hfi1: Rework AIP and VNIC dummy netdev usage

IPoIB child interfaces not working with mlx5
 2021-04-20 11:29 UTC  (7+ messages)

[PATCH] net/rds: Avoid potential use after free in rds_send_remove_from_sock
 2021-04-20  9:11 UTC  (4+ messages)

[PATCH net-next v3 0/5] page_pool: recycle buffers
 2021-04-20  8:10 UTC  (17+ messages)
` [PATCH net-next v3 2/5] mm: add a signature in struct page

[PATCH 0/2] workqueue: Have 'alloc_workqueue()' like macros accept a format specifier
 2021-04-19 20:02 UTC  (8+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] net/mlx5: Simplify workqueue name creation

[PATCH rdma-next v2 0/5] Get rid of custom made module dependency
 2021-04-19 19:04 UTC  (13+ messages)

[PATCH v3 00/26] NFS/RDMA client patches for next
 2021-04-19 18:05 UTC  (28+ messages)
` [PATCH v3 01/26] SUNRPC: Move fault injection call sites
` [PATCH v3 02/26] SUNRPC: Remove trace_xprt_transmit_queued
` [PATCH v3 03/26] SUNRPC: Add tracepoint that fires when an RPC is retransmitted
` [PATCH v3 04/26] xprtrdma: Avoid Receive Queue wrapping
` [PATCH v3 05/26] xprtrdma: Do not refresh Receive Queue while it is draining
` [PATCH v3 06/26] xprtrdma: Put flushed Receives on free list instead of destroying them
` [PATCH v3 07/26] xprtrdma: Improve locking around rpcrdma_rep destruction
` [PATCH v3 08/26] xprtrdma: Improve commentary around rpcrdma_reps_unmap()
` [PATCH v3 09/26] xprtrdma: Improve locking around rpcrdma_rep creation
` [PATCH v3 10/26] xprtrdma: Fix cwnd update ordering
` [PATCH v3 11/26] xprtrdma: Delete rpcrdma_recv_buffer_put()
` [PATCH v3 12/26] xprtrdma: rpcrdma_mr_pop() already does list_del_init()
` [PATCH v3 13/26] xprtrdma: Rename frwr_release_mr()
` [PATCH v3 14/26] xprtrdma: Clarify use of barrier in frwr_wc_localinv_done()
` [PATCH v3 15/26] xprtrdma: Do not recycle MR after FastReg/LocalInv flushes
` [PATCH v3 16/26] xprtrdma: Do not wake RPC consumer on a failed LocalInv
` [PATCH v3 17/26] xprtrdma: Avoid Send Queue wrapping
` [PATCH v3 18/26] xprtrdma: Add tracepoints showing FastReg WRs and remote invalidation
` [PATCH v3 19/26] xprtrdma: Add an rpcrdma_mr_completion_class
` [PATCH v3 20/26] xprtrdma: Don't display r_xprt memory addresses in tracepoints
` [PATCH v3 21/26] xprtrdma: Remove the RPC/RDMA QP event handler
` [PATCH v3 22/26] xprtrdma: Move fr_cid to struct rpcrdma_mr
` [PATCH v3 23/26] xprtrdma: Move cqe "
` [PATCH v3 24/26] xprtrdma: Move fr_linv_done field "
` [PATCH v3 25/26] xprtrdma: Move the Work Request union "
` [PATCH v3 26/26] xprtrdma: Move fr_mr field "

[PATCH v2] IB/ipoib: improve latency in ipoib/cm connection formation
 2021-04-19 17:55 UTC  (4+ messages)

KASAN: use-after-free Read in cma_cancel_operation, rdma_listen
 2021-04-19 17:50 UTC  (7+ messages)

[PATCH for-next] RDMA/core: Unify RoCE check and re-factor code
 2021-04-19 15:57 UTC  (5+ messages)

[PATCH AUTOSEL 5.10 41/46] net/rds: Avoid potential use after free in rds_send_remove_from_sock
 2021-04-19  8:49 UTC  (2+ messages)

[PATCHv5 for-next 08/19] block/rnbd-clt: Replace {NO_WAIT,WAIT} with RTRS_PERMIT_{WAIT,NOWAIT}
 2021-04-19  7:47 UTC  (8+ messages)
` [PATCHv5 for-next 13/19] block/rnbd-clt: Support polling mode for IO latency optimization
` [PATCHv5 for-next 15/19] block/rnbd-srv: Remove unused arguments of rnbd_srv_rdma_ev
` [PATCHv5 for-next 17/19] block/rnbd-clt: Remove max_segment_size

[PATCHv4 for-next 08/19] block/rnbd-clt: Replace {NO_WAIT,WAIT} with RTRS_PERMIT_{WAIT,NOWAIT}
 2021-04-19  6:15 UTC  (10+ messages)
` [PATCHv4 for-next 13/19] block/rnbd-clt: Support polling mode for IO latency optimization
` [PATCHv4 for-next 15/19] block/rnbd-srv: Remove unused arguments of rnbd_srv_rdma_ev
` [PATCHv4 for-next 17/19] block/rnbd-clt: Remove max_segment_size

[PATCH] net/mlx5: Use kasprintf instead of hand-writing it
 2021-04-18 21:28 UTC  (3+ messages)

[PATCH rdma-next 0/3] CMA fixes
 2021-04-18 13:55 UTC  (4+ messages)
` [PATCH rdma-next 1/3] RDMA/cma: Skip device which doesn't support CM
` [PATCH rdma-next 2/3] RDMA/core: Fix check of device in rdma_listen()
` [PATCH rdma-next 3/3] RDMA/core: Add CM to restrack after successful attachment to a device

[PATCH rdma-next 0/4] Extend nldev interface with contexts and SRQ
 2021-04-18 13:41 UTC  (5+ messages)
` [PATCH rdma-next 1/4] RDMA/nldev: Return context information
` [PATCH rdma-next 2/4] RDMA/restrack: Add support to get resource tracking for SRQ
` [PATCH rdma-next 3/4] RDMA/nldev: Return SRQ information
` [PATCH rdma-next 4/4] RDMA/nldev: Add QP numbers to "

[PATCH] net/mlx4: Treat VFs fair when handling comm_channel_events
 2021-04-18 13:17 UTC  (5+ messages)

[PATCH for-next v4] RDMA/nldev: Add copy-on-fork attribute to get sys command
 2021-04-18 12:10 UTC 

[PATCH for-next v3] RDMA/nldev: Add copy-on-fork attribute to get sys command
 2021-04-18 12:09 UTC  (3+ messages)

[PATCH v4 00/23] Add Intel Ethernet Protocol Driver for RDMA (irdma)
 2021-04-18 11:51 UTC  (19+ messages)
` [PATCH v4 01/23] iidc: Introduce iidc.h
` [PATCH v4 05/23] ice: Add devlink params support

[PATCH rdma-next v3] RDMA/mlx5: Expose private query port
 2021-04-18 10:59 UTC 

[PATCHv5 for-next 1/1] RDMA/rxe: Disable ipv6 features when ipv6.disable in cmdline
 2021-04-15 14:53 UTC  (7+ messages)

[PATCH v1 1/3] svcrdma: Don't leak send_ctxt on Send errors
 2021-04-15 14:05 UTC  (3+ messages)
` [PATCH v1 2/3] svcrdma: Rename goto labels in svc_rdma_sendto()
` [PATCH v1 3/3] svcrdma: Pass a useful error code to the send_err tracepoint

[PATCH rdma-next 00/10] Enable relaxed ordering for ULPs
 2021-04-14 14:49 UTC  (15+ messages)

[rdma:wip/jgg-for-next] BUILD SUCCESS 3ccbd9333f2783e27d8a631337fbd4d625ffea76
 2021-04-14 12:52 UTC 

[rdma:wip/for-testing] BUILD SUCCESS 327b4a010a156b8a1bee43e8691dffcec42ab54b
 2021-04-14 12:52 UTC 

[PATCHv3 for-next 0/4] New multipath policy for RTRS client
 2021-04-14  4:59 UTC  (3+ messages)

[rdma:for-next] BUILD SUCCESS 7f4a8592ff29f19c5a2ca549d0973821319afaad
 2021-04-14  3:10 UTC 

[PATCH for-next 0/9] RDMA/rxe: Implement memory windows
 2021-04-14  2:50 UTC  (5+ messages)
` [PATCH for-next 1/9] RDMA/rxe: Add bind MW fields to rxe_send_wr

[bug report] i40iw: add pble resource files
 2021-04-14  0:13 UTC  (2+ messages)

[PATCH v3] RDMA/ipoib: print a message if only child interface is UP
 2021-04-13 23:08 UTC  (2+ messages)

[PATCH v2 for-next 0/6] RDMA/hns: Support RoCE on virtual functions of HIP09
 2021-04-13 23:03 UTC  (2+ messages)

[PATCH for-rc 0/4] hfi fixes
 2021-04-13 22:55 UTC  (3+ messages)
` [PATCH for-rc 4/4] IB/hfi1: Fix regressions in security fix

[PATCH 0/4] Enable Fault Injection for RTRS
 2021-04-13 22:53 UTC  (2+ messages)

[PATCHv2 for-next 0/3] Improve debugging messages
 2021-04-13 22:52 UTC  (14+ messages)
` [PATCHv2 for-next 1/3] RDMA/rtrs-clt: Print more info when an error happens

[PATCH rdma-next v2] RDMA/mlx5: Expose private query port
 2021-04-13 20:25 UTC  (3+ messages)

[PATCH rdma-next v1 0/7] Add MEMIC operations support
 2021-04-13 19:20 UTC  (3+ messages)

rdma-core: Minimum supported Debian & Ubuntu releases
 2021-04-13 16:40 UTC  (3+ messages)

[PATCH] RDMA/hw/qib/qib_iba7322: remove useless function
 2021-04-13 16:34 UTC  (2+ messages)

[PATCH for-next] RDMA/hns: Remove unnecessary flush operation for workqueue
 2021-04-13 16:33 UTC  (2+ messages)

[PATCH rdma-next v1 0/5] Fix memory corruption in CM
 2021-04-13 16:26 UTC  (3+ messages)
` [PATCH rdma-next v1 2/5] IB/cm: Simplify ib_cancel_mad() and ib_modify_mad() calls

[PATCH for-next v3 0/2] Introduce rdma_set_min_rnr_timer() and use it in RDS
 2021-04-13 13:51 UTC  (4+ messages)


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