public inbox for linux-rdma@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-02-14 11:31:19 to 2018-03-01 20:40:15 UTC [more...]

[PATCH v2 00/10] Copy Offload in NVMe Fabrics with P2P PCI Memory
 2018-03-01 20:40 UTC  (45+ messages)
  ` [PATCH v2 01/10] PCI/P2PDMA: Support peer to peer memory
  ` [PATCH v2 02/10] PCI/P2PDMA: Add sysfs group to display p2pmem stats
  ` [PATCH v2 03/10] PCI/P2PDMA: Add PCI p2pmem dma mappings to adjust the bus offset
  ` [PATCH v2 04/10] PCI/P2PDMA: Clear ACS P2P flags for all devices behind switches
  ` [PATCH v2 05/10] block: Introduce PCI P2P flags for request and request queue
  ` [PATCH v2 06/10] IB/core: Add optional PCI P2P flag to rdma_rw_ctx_[init|destroy]()
  ` [PATCH v2 07/10] nvme-pci: Use PCI p2pmem subsystem to manage the CMB
  ` [PATCH v2 08/10] nvme-pci: Add support for P2P memory in requests
  ` [PATCH v2 09/10] nvme-pci: Add a quirk for a pseudo CMB
  ` [PATCH v2 10/10] nvmet: Optionally use PCI P2P memory

[PATCH] infiniband: remove redundant assignment to pointer 'rdi'
 2018-03-01 17:47 UTC  (2+ messages)

[PATCH] RDMA/core: reduce IB_POLL_BATCH constant
 2018-03-01  9:36 UTC  (6+ messages)

[PATCH] IB/rxe: Remove unused variable (char *rxe_qp_state_name[])
 2018-02-28 22:58 UTC  (4+ messages)

[PATCH 1/2] IB/qib: Remove unused variable (char *qib_sdma_event_names[])
 2018-02-28 21:16 UTC  (3+ messages)
` [PATCH 2/2] IB/qib: Move char *qib_sdma_state_names[] and constify while there

[PATCH 1/2] infiniband: qplib_fp: fix pointer cast
 2018-02-28 21:15 UTC 

[PATCH 0/3] RDMA/iwpm: Adjustments for three function implementations
 2018-02-28 21:14 UTC  (3+ messages)
` [PATCH 1/3] RDMA/iwpm: Delete an error message for a failed memory allocation in iwpm_create_nlmsg()

[PATCH] IB/usnic: Delete an error message for a failed memory allocation in usnic_transport_init()
 2018-02-28 21:13 UTC  (2+ messages)

WARNING: ODEBUG bug in process_one_req
 2018-02-26 20:59 UTC 

[ANNOUNCE] OFED 4.8-2-rc2 release is available
 2018-02-22 22:19 UTC  (2+ messages)

RSOCKETS client rconnect() error
 2018-02-22 16:31 UTC 

Loopback with RXE?
 2018-02-18 10:47 UTC  (6+ messages)

[RFC 0/2] Larger Order Protection V1
 2018-02-18  9:00 UTC  (17+ messages)
` [RFC 1/2] Protect larger order pages from breaking up
` [RFC 2/2] Page order diagnostics

[PATCH 1/1] IB/rxe: remove unnecessary skb_clone in xmit
 2018-02-18  8:12 UTC  (7+ messages)
` [PATCHv2 1/1] IB/rxe: remove unnecessary skb_clone

[PATCH for-rc 0/6] RDMA/bnxt_re: Misc bug fixes
 2018-02-17  6:24 UTC  (12+ messages)
  ` [PATCH for-rc 1/6] RDMA/bnxt_re: Disable atomic capability on bnxt_re adapters
  ` [PATCH for-rc 2/6] RDMA/bnxt_re: Maintain GID index mapping between stack and hardware
  ` [PATCH for-rc 3/6] RDMA/bnxt_re: Unpin SQ and RQ memory if QP create fails
  ` [PATCH for-rc 4/6] RDMA/bnxt_re: Synchronize destroy_qp with poll_cq
  ` [PATCH for-rc 5/6] RDMA/bnxt_re: Fix system crash during load/unload
  ` [PATCH for-rc 6/6] RDMA/bnxt_re: Avoid system hang during device un-reg

[PATCH v2 rdma-rc] RDMA/restrack: don't use uaccess_kernel()
 2018-02-16 20:00 UTC  (5+ messages)

[PATCH v3 rdma-core 0/2] Support rq and cq record doorbell
 2018-02-16 19:57 UTC  (3+ messages)
` [PATCH v3 rdma-core 1/2] libhns: Support rq "

[PATCH v1 rdma-core] vmw_pvrdma: Drop the extraneous align_next_power2 for sges
 2018-02-16 18:51 UTC 

[PATCH] vmw_pvrdma: Avoid rounding up of sge count to power of 2
 2018-02-16 18:27 UTC  (5+ messages)

[PATCH v4 for-next 0/4] Support rq and cq record doorbell
 2018-02-16 18:01 UTC  (5+ messages)
` [PATCH v4 for-next 1/4] RDMA/hns: Support rq record doorbell for the user space
` [PATCH v4 for-next 2/4] RDMA/hns: Support cq "

[PATCH rdma-next 00/14] Refactor ib_uverbs_write path
 2018-02-16 17:09 UTC  (32+ messages)
  ` [PATCH rdma-next 01/14] RDMA/uverbs: Convert command mask validity check function to be bool
  ` [PATCH rdma-next 02/14] RDMA/uverbs: Update sizeof users
  ` [PATCH rdma-next 03/14] RDMA/uverbs: Refactor flags checks and update return value
  ` [PATCH rdma-next 04/14] RDMA/uverbs: Fail as early as possible if not enough header data was provided
  ` [PATCH rdma-next 05/14] RDMA/uverbs: Return not supported error code for unsupported commands
  ` [PATCH rdma-next 06/14] RDMA/uverbs: Unify return values of not supported command
  ` [PATCH rdma-next 07/14] RDMA/uverbs: Refactor command header processing
  ` [PATCH rdma-next 08/14] RDMA/uverbs: Properly check command supported mask
  ` [PATCH rdma-next 09/14] RDMA/uverbs: Move uncontext check before SRCU read lock
  ` [PATCH rdma-next 10/14] RDMa/uverbs: Copy ex_hdr outside of "
  ` [PATCH rdma-next 11/14] RDMA/uverbs: Refactor the header validation logic
  ` [PATCH rdma-next 12/14] RDMA/verbs: Return proper error code for not supported system call
  ` [PATCH rdma-next 13/14] RDMA/verbs: Check existence of function prior to accessing it
  ` [PATCH rdma-next 14/14] RDMA/verbs: Drop uverbs_ex_mask

[PATCH rdma-rc] RDMA/restrack: don't use uaccess_kernel()
 2018-02-16 15:47 UTC  (5+ messages)

[PATCH rdma-core] vmw_pvrdma: Fix SRQN returned to library
 2018-02-16  0:47 UTC  (5+ messages)

[PATCH] IB/srp: Fix completion vector assignment algorithm
 2018-02-15 22:39 UTC  (2+ messages)

interoperability issue between rxe and mlx5
 2018-02-15 22:32 UTC  (6+ messages)

[PATCH rdma-rc] RDMA/vmw_pvrdma: Fix usage of user response structures in ABI file
 2018-02-15 22:31 UTC  (2+ messages)

[PATCH rdma-rc 00/15] RDMA fixes for v4.16
 2018-02-15 22:30 UTC  (7+ messages)
` [PATCH rdma-rc 08/15] IB/uverbs: Add ioctl support for 32bit processes

[PATCH rdma-rc 0/4] RDMA uverbs fixes for 4.16
 2018-02-15 22:28 UTC  (2+ messages)

[PATCH RESEND v1 rdma-next 0/6] cm_id, cq, mr, and pd resource tracking
 2018-02-15 13:28 UTC  (8+ messages)
` [PATCH RESEND v1 rdma-next 3/6] RDMA/nldev: provide detailed CQ information
` [PATCH RESEND v1 rdma-next 5/6] RDMA/nldev: provide detailed MR information
` [PATCH RESEND v1 rdma-next 6/6] RDMA/nldev: provide detailed PD information

[PATCH rdma-core 1/3] debian: Guard udevadm call again
 2018-02-15 11:08 UTC  (3+ messages)
  ` [PATCH rdma-core 2/3] debian: Override intentional WantedBy lintian warning
  ` [PATCH rdma-core 3/3] debian: Add Debian uploads up to version 16.2-1

[PATCH v1] RDMA/hns: Replace __raw_write*(cpu_to_le*()) with LE write*()
 2018-02-14 23:54 UTC  (2+ messages)

[PATCH] rxe: Do not use 'struct sockaddr' in a uapi header
 2018-02-14 23:54 UTC  (2+ messages)

[PATCH] RDMA: Do not used __packed in uapi headers
 2018-02-14 23:53 UTC  (2+ messages)

[PATCH V2 for-next 0/3] Several fixes for hns
 2018-02-14 23:53 UTC  (2+ messages)

[PATCH v2] IB/cxgb3: remove cxio_dbg.c
 2018-02-14 23:52 UTC  (2+ messages)

Understanding UUAR calculations in mlx5 userspace driver
 2018-02-14 22:08 UTC  (2+ messages)

[RFC PATCH] rdma_rxe: make rxe work over 802.1q VLAN devices
 2018-02-14 20:45 UTC 

KASAN: use-after-free Read in rds_tcp_tune
 2018-02-14 18:58 UTC  (12+ messages)

KASAN: use-after-free Read in rds_find_bound
 2018-02-14 17:58 UTC  (8+ messages)

rdma resource warning on 4.16-rc1 when unloading qedr after NFS mount
 2018-02-14 17:03 UTC  (6+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox