linux-rdma.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-03-19 12:48:31 to 2020-03-26 17:50:08 UTC [more...]

[GIT PULL] Please pull RDMA subsystem changes
 2020-03-26 17:50 UTC  (2+ messages)

[PATCH v11 00/26] RTRS (former IBTRS) RDMA Transport Library and RNBD (former IBNBD) RDMA Network Block Device
 2020-03-26 17:38 UTC  (28+ 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 v11 18/26] block/rnbd: client: main functionality
` [PATCH v11 19/26] block/rnbd: client: sysfs interface functions
` [PATCH v11 20/26] block/rnbd: server: private header with server structs and functions
` [PATCH v11 21/26] block/rnbd: server: main functionality
` [PATCH v11 22/26] block/rnbd: server: functionality for IO submission to file or block dev
` [PATCH v11 23/26] block/rnbd: server: sysfs interface functions
` [PATCH v11 24/26] block/rnbd: include client and server modules into kernel compilation
` [PATCH v11 25/26] block/rnbd: a bit of documentation
` [PATCH v11 26/26] MAINTAINERS: Add maintainers for RNBD/RTRS modules

[PATCH for-rc 0/2] Pre-req for hfi1 cdev rework
 2020-03-26 17:25 UTC  (5+ messages)
` [PATCH for-rc 1/2] IB/hfi1: Fix memory leaks in sysfs registration and unregistration
` [PATCH for-rc 2/2] IB/hfi1: Call kobject_put() when kobject_init_and_add() fails

[PATCH] svcrdma: Fix leak of transport addresses
 2020-03-26 15:00 UTC 

[rdma:for-rc] BUILD SUCCESS ba80013fba656b9830ef45cd40a6a1e44707f47a
 2020-03-26  4:03 UTC 

[PATCH for-next 0/3] RDMA/hns: Update some configurations related to hardware
 2020-03-26  3:40 UTC  (4+ messages)
` [PATCH for-next 1/3] RDMA/hns: Reduce PFC frames in congestion scenarios
` [PATCH for-next 2/3] RDMA/hns: Reduce the maximum number of extend SGE per WQE
` [PATCH for-next 3/3] RDMA/hns: Modify the mask of QP number for CQE of hip08

[PATCH] IB/iser: Always check sig MR before putting it to the free pool
 2020-03-25 15:12 UTC 

[rdma:wip/jgg-for-rc] BUILD SUCCESS 950bf4f17725556bbc773a5b71e88a6c14c9ff25
 2020-03-25 13:15 UTC 

[rdma:wip/jgg-for-next] BUILD SUCCESS 1f3db161881b7e21efb149e0ae8152b79a571a8f
 2020-03-25 11:51 UTC 

[PATCH rdma-next] MAINTAINERS: Clean RXE section and add Zhu as RXE maintainer
 2020-03-25  7:00 UTC  (4+ messages)

[PATCH 3/7] docs: fix broken references to text files
 2020-03-25  2:42 UTC  (2+ messages)

Data corruption in kernel 5.1+ with iSER attached ramdisk
 2020-03-25  0:15 UTC  (13+ messages)

[PATCH rdma-next] IB/mlx5: Generally use the WC auto detection test result
 2020-03-24 23:23 UTC  (2+ messages)

[PATCH for-next 0/2] RDMA/hns: Optimize codes related to multi-hop addressing
 2020-03-24 23:19 UTC  (2+ messages)

[PATCH for-next] RDMA/bnxt_re: Wait for all the CQ events before freeing CQ data structures
 2020-03-24 23:17 UTC  (2+ messages)

[PATCH rdma-rc] RDMA/mlx5: Fix access to wrong pointer while performing flush due to error
 2020-03-24 23:03 UTC  (2+ messages)

[PATCH] RDMA/core: Insure security pkey modify is not lost
 2020-03-24 22:54 UTC  (2+ messages)

[patch 1/1] drivers/infiniband/sw/siw/siw_qp_rx.c: suppress uninitialized var warning
 2020-03-24 22:51 UTC  (3+ messages)

[PATCH] IB/mlx5: Fix a NULL vs IS_ERR() check
 2020-03-24 22:49 UTC  (3+ messages)

[PATCH v2 for-next 00/16] New hfi1 feature: Accelerated IP
 2020-03-24 13:46 UTC  (19+ messages)
` [PATCH v2 for-next 01/16] IB/hfi1: Add accelerated IP capability bit
` [PATCH v2 for-next 02/16] IB/hfi1: Add functions to transmit datagram ipoib packets
` [PATCH v2 for-next 03/16] IB/hfi1: Add the transmit side of a datagram ipoib RDMA netdev
` [PATCH v2 for-next 04/16] IB/hfi1: Remove module parameter for KDETH qpns
` [PATCH v2 for-next 05/16] IB/{rdmavt, hfi1}: Implement creation of accelerated UD QPs
` [PATCH v2 for-next 06/16] IB/hfi1: RSM rules for AIP
` [PATCH v2 for-next 07/16] IB/ipoib: Increase ipoib Datagram mode MTU's upper limit
` [PATCH v2 for-next 08/16] IB/hfi1: Rename num_vnic_contexts as num_netdev_contexts
` [PATCH v2 for-next 09/16] IB/hfi1: Add functions to receive accelerated ipoib packets
` [PATCH v2 for-next 10/16] IB/hfi1: Add interrupt handler functions for accelerated ipoib
` [PATCH v2 for-next 11/16] IB/hfi1: Add rx functions for dummy netdev
` [PATCH v2 for-next 12/16] IB/hfi1: Activate the "
` [PATCH v2 for-next 13/16] IB/{hfi1, ipoib, rdma}: Broadcast ping sent packets which exceeded mtu size
` [PATCH v2 for-next 14/16] IB/hfi1: Add packet histogram trace event
` [PATCH v2 for-next 15/16] IB/ipoib: Add capability to switch between datagram and connected mode
` [PATCH v2 for-next 16/16] IB/hfi1: Enable the transmit side of the datagram ipoib netdev

[rdma:wip/jgg-for-rc] BUILD SUCCESS 9a293d1e21a6461a11b4217b155bf445e57f4131
 2020-03-24 10:03 UTC 

[PATCH rdma-next 0/2] RDMA TX steering support
 2020-03-24  6:14 UTC  (3+ messages)
` [PATCH mlx5-next 1/2] net/mlx5: Add support for RDMA TX steering
` [PATCH rdma-next 2/2] RDMA/mlx5: Add support for RDMA TX flow table

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

[PATCH v2] IB/hfi1: Insure pq is not left on waitlist
 2020-03-24  1:16 UTC  (2+ messages)

[PATCH v2] IB/hfi1: Insure pq is not left on waitlist
 2020-03-23 18:56 UTC  (2+ messages)

[PATCH v8 0/3] mm/hmm/test: add self tests for HMM
 2020-03-23 18:25 UTC  (11+ messages)
` [PATCH v8 1/3] mm/hmm/test: add selftest driver "
` [PATCH v8 2/3] mm/hmm/test: add selftests "
` [PATCH v8 3/3] MAINTAINERS: add HMM selftests

[PATCH net-next] net/mlx5e: Fix actions_match_supported() return
 2020-03-23 17:01 UTC  (5+ messages)

[PATCH rdma-next] RDMA/rxe: Set sys_image_guid to be aligned with HW IB devices
 2020-03-23 11:28 UTC 

[PATCH rdma-rc v1] RDMA/mlx5: Block delay drop to unprivileged users
 2020-03-22 12:49 UTC 

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

bug report
 2020-03-22  8:13 UTC  (2+ messages)

United Nations Assistant Secretary-General for Development Coordination
 2020-03-22  6:44 UTC 

[rdma:hmm] BUILD SUCCESS 0f2ef2af24e4df2456a96540dcdc17038759992f
 2020-03-21 17:10 UTC 

broken CRCs at NVMeF target with SIW & NVMe/TCP transports
 2020-03-21  4:02 UTC  (12+ messages)

Should I expect lower bandwidth when using IBV_QPT_RAW_PACKET and steering rule?
 2020-03-21  1:47 UTC  (8+ messages)

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

[PATCH] {IB,net}/mlx5: Remove unused variable
 2020-03-20 14:32 UTC  (2+ messages)

[PATCH v2 0/5] nvmet-rdma/srpt: SRQ per completion vector
 2020-03-20 14:27 UTC  (20+ 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 for-next 00/16] New hfi1 feature: Accelerated IP
 2020-03-20 13:53 UTC  (6+ messages)
` [PATCH for-next 13/16] IB/{hfi1, ipoib, rdma}: Broadcast ping sent packets which exceeded mtu size

[PATCH] uapi/rdma/: add SPDX for remaining OpenIB headers
 2020-03-20 13:01 UTC  (3+ messages)

[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  (5+ messages)
` [PATCH mlx5-next 1/6] net/mlx5: Enable SW-defined RoCEv2 UDP source port

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  (3+ messages)

RoCE v2 packet size
 2020-03-19 16:46 UTC  (3+ 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)


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