linux-rdma.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-03-17 15:01:04 to 2020-03-20 12:17:30 UTC [more...]

[PATCH v11 00/26] RTRS (former IBTRS) RDMA Transport Library and RNBD (former IBNBD) RDMA Network Block Device
 2020-03-20 12:16 UTC  (18+ messages)
` [PATCH v11 01/26] sysfs: export sysfs_remove_file_self()
` [PATCH v11 02/26] RDMA/rtrs: public interface header to establish RDMA connections
` [PATCH v11 03/26] RDMA/rtrs: private headers with rtrs protocol structs and helpers
` [PATCH v11 04/26] RDMA/rtrs: core: lib functions shared between client and server modules
` [PATCH v11 05/26] RDMA/rtrs: client: private header with client structs and functions
` [PATCH v11 06/26] RDMA/rtrs: client: main functionality
` [PATCH v11 07/26] RDMA/rtrs: client: statistics functions
` [PATCH v11 08/26] RDMA/rtrs: client: sysfs interface functions
` [PATCH v11 09/26] RDMA/rtrs: server: private header with server structs and functions
` [PATCH v11 10/26] RDMA/rtrs: server: main functionality
` [PATCH v11 11/26] RDMA/rtrs: server: statistics functions
` [PATCH v11 12/26] RDMA/rtrs: server: sysfs interface functions
` [PATCH v11 13/26] RDMA/rtrs: include client and server modules into kernel compilation
` [PATCH v11 14/26] RDMA/rtrs: a bit of documentation
` [PATCH v11 15/26] block: reexport bio_map_kern
` [PATCH v11 16/26] block/rnbd: private headers with rnbd protocol structs and helpers
` [PATCH v11 17/26] block/rnbd: client: private header with client structs and functions

[PATCH] uapi/rdma/: add SPDX for remaining OpenIB headers
 2020-03-20  7:14 UTC  (2+ messages)

[PATCH v2 0/5] nvmet-rdma/srpt: SRQ per completion vector
 2020-03-20  5:59 UTC  (26+ messages)
` [PATCH v2 1/5] IB/core: add a simple SRQ pool per PD
` [PATCH v2 2/5] nvmet-rdma: add srq pointer to rdma_cmd
` [PATCH v2 3/5] nvmet-rdma: use SRQ per completion vector
` [PATCH v2 4/5] RDMA/srpt: use ib_alloc_cq instead of ib_alloc_cq_any
` [PATCH v2 5/5] RDMA/srpt: use SRQ per completion vector

[PATCH v2 for-next 00/10] RDMA/hns: Various cleanups
 2020-03-20  3:23 UTC  (11+ messages)
` [PATCH v2 for-next 01/10] RDMA/hns: Unify format of prints
` [PATCH v2 for-next 02/10] RDMA/hns: Fix a wrong judgment of return value
` [PATCH v2 for-next 03/10] RDMA/hns: Simplify attribute judgment code
` [PATCH v2 for-next 04/10] RDMA/hns: Optimize hns_roce_alloc_vf_resource()
` [PATCH v2 for-next 05/10] RDMA/hns: Adjust the qp status value sequence of the hardware
` [PATCH v2 for-next 06/10] RDMA/hns: Remove definition of cq doorbell structure
` [PATCH v2 for-next 07/10] RDMA/hns: Remove meaningless prints
` [PATCH v2 for-next 08/10] RDMA/hns: Remove redundant qpc setup operations
` [PATCH v2 for-next 09/10] RDMA/hns: Remove redundant assignment of wc->smac when polling cq
` [PATCH v2 for-next 10/10] RDMA/hns: Remove redundant judgment of qp_type

[PATCH for-next 00/11] RDMA/hns: Various cleanups
 2020-03-20  1:44 UTC  (14+ messages)
` [PATCH for-next 01/11] RDMA/hns: Unify format of prints
` [PATCH for-next 02/11] RDMA/hns: Fix a wrong judgment of return value
` [PATCH for-next 03/11] RDMA/hns: Check return value of kmalloc with macro
` [PATCH for-next 04/11] RDMA/hns: Simplify attribute judgment code
` [PATCH for-next 05/11] RDMA/hns: Optimize hns_roce_alloc_vf_resource()
` [PATCH for-next 06/11] RDMA/hns: Adjust the qp status value sequence of the hardware
` [PATCH for-next 07/11] RDMA/hns: Remove definition of cq doorbell structure
` [PATCH for-next 08/11] RDMA/hns: Remove meaningless prints
` [PATCH for-next 09/11] RDMA/hns: Remove redundant qpc setup operations
` [PATCH for-next 10/11] RDMA/hns: Remove redundant assignment of wc->smac when polling cq
` [PATCH for-next 11/11] RDMA/hns: Remove redundant judgment of qp_type

[PATCH rdma-next 0/6] Set flow_label and RoCEv2 UDP source port for datagram QP
 2020-03-20  1:16 UTC  (10+ messages)
` [PATCH mlx5-next 1/6] net/mlx5: Enable SW-defined RoCEv2 UDP source port
` [PATCH rdma-next 2/6] RDMA/core: Add hash functions to calculate RoCEv2 flowlabel and "
` [PATCH rdma-next 3/6] RDMA/mlx5: Define RoCEv2 udp source port when set path
` [PATCH rdma-next 4/6] RDMA/cma: Initialize the flow label of CM's route path record
` [PATCH rdma-next 5/6] RDMA/cm: Set flow label of recv_wc based on primary flow label
` [PATCH rdma-next 6/6] RDMA/mlx5: Set UDP source port based on the grh.flow_label

RDMA header inspection
 2020-03-20  1:09 UTC  (4+ messages)

[PATCH for-rc] IB/hfi1: Insure pq is not left on waitlist
 2020-03-20  0:31 UTC  (6+ messages)

UDP with IB verbs lib
 2020-03-19 16:48 UTC  (4+ messages)

RoCE v2 packet size
 2020-03-19 16:46 UTC  (4+ messages)

[PATCH] infiniband: hfi1: Use scnprintf() for avoiding potential buffer overflow
 2020-03-19 15:46 UTC 

[PATCH RFC 00/11] Linux NFS server support for multiple Write chunks
 2020-03-19 15:21 UTC  (12+ messages)
` [PATCH RFC 01/11] SUNRPC: Adjust synopsis of xdr_buf_subsegment()
` [PATCH RFC 02/11] svcrdma: Clean up RDMA Write path
` [PATCH RFC 03/11] NFSD: Invoke svc_encode_read_payload in "read" NFSD encoders
` [PATCH RFC 04/11] svcrdma: Post RDMA Writes while XDR encoding replies
` [PATCH RFC 05/11] svcrdma: Clean up svc_rdma_encode_reply_chunk()
` [PATCH RFC 06/11] svcrdma: Cache number of Write chunks
` [PATCH RFC 07/11] svcrdma: Add a data structure to track READ payloads
` [PATCH RFC 08/11] svcrdma: Add svc_rdma_skip_payloads()
` [PATCH RFC 09/11] svcrdma: Support multiple READ payloads when pulling up
` [PATCH RFC 10/11] svcrdma: Support multiple READ payloads in svc_rdma_map_reply_msg()
` [PATCH RFC 11/11] svcrdma: Support multiple Write chunks in svc_rdma_send_reply_chunk

[PATCH rdma-rc] RDMA/mlx5: Block delay drop to unprivileged users
 2020-03-19 14:03 UTC  (2+ messages)

[RFC PATCH v4 00/25] Intel Wired LAN/RDMA Driver Updates 2020-02-11
 2020-03-19 11:49 UTC  (9+ messages)
` [RFC PATCH v4 10/25] RDMA/irdma: Add driver framework definitions

[rdma:for-next] BUILD SUCCESS 026ded373483c07983a6a30b70034ad0f3667a44
 2020-03-19 11:32 UTC 

[rdma:hmm] BUILD SUCCESS ede58c05bec9e5ccf659cf001bb969963806bed0
 2020-03-19 11:32 UTC 

[rdma:wip/jgg-for-next] BUILD SUCCESS fa8a44f6b245ffa9d39d667ebbf81bebc61ca657
 2020-03-19 11:32 UTC 

[PATCH rdma-next 0/4] Introduce dynamic UAR allocation mode
 2020-03-19  5:55 UTC  (19+ messages)
` [PATCH rdma-next 1/4] IB/mlx5: Expose UAR object and its alloc/destroy commands
` [PATCH rdma-next 2/4] IB/mlx5: Extend CQ creation to get uar page index from user space
` [PATCH rdma-next 3/4] IB/mlx5: Extend QP "
` [PATCH mlx5-next 4/4] IB/mlx5: Move to fully dynamic UAR mode once user space supports it

[PATCH 14/17] infiniband: pa_vnic_encap.h: get rid of a warning
 2020-03-19  0:36 UTC  (2+ messages)

[PATCH rdma-next v1 00/11] Add Enhanced Connection Established (ECE)
 2020-03-19  0:08 UTC  (5+ messages)
` [PATCH rdma-next v1 03/11] RDMA/efa: Use in-kernel offsetofend() to check field availability

[PATCH rdma-next] MAINTAINERS: Clean RXE section and add Zhu as RXE maintainer
 2020-03-18 23:31 UTC  (2+ messages)

[PATCH for-next 0/3] Clean up and improvements for 5.7
 2020-03-18 23:28 UTC  (8+ messages)
` [PATCH for-next 3/3] IB/hfi1: Use the ibdev in hfi1_devdata as the parent of cdev

[PATCH RESEND v4 for-next] RDMA/hns: Check if depth of qp is 0 before configure
 2020-03-18 22:42 UTC  (2+ messages)

broken CRCs at NVMeF target with SIW & NVMe/TCP transports
 2020-03-18 16:49 UTC  (9+ messages)

[PATCH v10 00/26] RTRS (former IBTRS) RDMA Transport Library and RNBD (former IBNBD) RDMA Network Block Device
 2020-03-18 15:04 UTC  (8+ messages)
` [PATCH v10 06/26] RDMA/rtrs: client: main functionality

[PATCH] RDMA/core: Insure security pkey modify is not lost
 2020-03-18 13:59 UTC  (3+ messages)

[PATCH v1 rdma-next] i40iw: Report correct firmware version
 2020-03-18 13:56 UTC  (2+ messages)

[PATCH v3 for-next 0/5] RDMA/hns: Refactor wqe related codes
 2020-03-18 13:27 UTC  (2+ messages)

Lockless behavior for CQs in userspace
 2020-03-18 12:45 UTC  (10+ messages)

Should I expect lower bandwidth when using IBV_QPT_RAW_PACKET and steering rule?
 2020-03-18 11:21 UTC  (3+ messages)

[PATCH 0/5] nvmet-rdma/srpt: SRQ per completion vector
 2020-03-18 10:46 UTC  (28+ messages)
` [PATCH 1/5] IB/core: add a simple SRQ set per PD
` [PATCH 3/5] nvmet-rdma: use SRQ per completion vector
` [PATCH 4/5] IB/core: cache the CQ "
` [PATCH 5/5] RDMA/srpt: use SRQ per "

[PATCH rdma-next] RDMA/cm: Update num_paths in cma_resolve_iboe_route error flow
 2020-03-18 10:17 UTC 

[rdma:wip/jgg-for-next] BUILD SUCCESS 683604c0c29e75ddfe071f37226534c882eff531
 2020-03-18 10:04 UTC 

[PATCH rdma-next] IB/mlx5: Generally use the WC auto detection test result
 2020-03-18 10:03 UTC 

[PATCH rdma-rc] RDMA/mlx5: Fix access to wrong pointer while performing flush due to error
 2020-03-18  9:16 UTC 

[PATCH v2 for-next 0/3] RDMA/bnxt_re: Fixes for handling device references
 2020-03-17 23:16 UTC  (2+ messages)

Find rdma-core version
 2020-03-17 21:47 UTC  (5+ messages)
  ` [EXTERNAL] "

[PATCH rdma-next 00/15] Fix locking around cm_id.state in the ib_cm
 2020-03-17 20:15 UTC  (2+ 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).