linux-rdma.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-01-04 16:49:19 to 2018-01-09 02:49:52 UTC [more...]

[PATCH rdma-next v2 0/6] Add DC transport support to mlx5
 2018-01-09  2:49 UTC  (2+ messages)

[PATCH for-next 0/6] Add CM support to hip08
 2018-01-09  1:04 UTC  (4+ messages)
` [PATCH for-next 2/6] RDMA/hns: Add gsi qp support for modifying qp in hip08

[PATCH v3 0/5] IB/srp: Add RDMA/CM support
 2018-01-08 23:14 UTC  (6+ messages)
  ` [PATCH v3 1/5] kobject: Export kobj_ns_grab_current() and kobj_ns_drop()
  ` [PATCH v3 2/5] IB/srp: Use kstrtoull() instead of simple_strtoull()
  ` [PATCH v3 3/5] IB/srp: Make the path record query error message more informative
  ` [PATCH v3 4/5] IB/srp: Refactor srp_send_req()
  ` [PATCH v3 5/5] IB/srp: Add RDMA/CM support

[PATCHv2 1/1] IB/rxe: remove unnecessary skb_clone in xmit
 2018-01-08 22:46 UTC  (2+ messages)

[PATCH 1/1] IB/rxe: add the static type to the variable
 2018-01-08 22:45 UTC  (3+ messages)

[PATCH 01/27] timecounter: Make cyclecounter struct part of timecounter struct
 2018-01-08 22:20 UTC  (2+ messages)
    ` [Intel-wired-lan] "

[for-next 0/5] Enable features in Broadcom's RoCE driver
 2018-01-08 22:12 UTC  (7+ messages)
  ` [for-next 1/5] RDMA/bnxt_re: Enable RoCE on virtual functions
  ` [for-next 2/5] RDMA/bnxt_re: Add support for query firmware version
  ` [for-next 3/5] RDMA/bnxt_re: Add support for MRs with Huge pages
  ` [for-next 4/5] RDMA/bnxt_re: expose detailed stats retrieved from HW
  ` [for-next 5/5] RDMA/bnxt_re: Add SRQ support for Broadcom adapters

[PATCH rdma-core 0/8] Revise provider initialization
 2018-01-08 21:26 UTC  (9+ messages)
  ` [PATCH 1/8] verbs: Always allocate a verbs_context
  ` [PATCH 2/8] bnxt_re: Convert from init_context to alloc_context
  ` [PATCH 3/8] mlx4: "
  ` [PATCH 4/8] mlx5: "
  ` [PATCH 5/8] verbs: Remove init_context/uninit_context
  ` [PATCH 6/8] verbs: Provide a default implementation for every verbs op
  ` [PATCH 7/8] verbs: Convert all providers to use verbs_set_ops
  ` [PATCH 8/8] verbs: Remove tests for NULL ops

[PATCH v2 0/4] IB/srp: Add RDMA/CM support
 2018-01-08 21:20 UTC  (7+ messages)
  ` [PATCH v2 1/4] IB/srp: Use kstrtoull() instead of simple_strtoull()
  ` [PATCH v2 2/4] IB/srp: Make the path record query error message more informative
  ` [PATCH v2 3/4] IB/srp: Refactor srp_send_req()
  ` [PATCH v2 4/4] IB/srp: Add RDMA/CM support

[PATCH 00/12] IB/srpt patches for kernel v4.16
 2018-01-08 21:11 UTC  (14+ messages)
  ` [PATCH 01/12] IB/srpt: Remove an unused structure member
  ` [PATCH 02/12] IB/srpt: Fix kernel-doc warnings in ib_srpt.c
  ` [PATCH 03/12] IB/srpt: Document all structure members in ib_srpt.h
  ` [PATCH 04/12] IB/srpt: Rename a local variable, a member variable and a constant
  ` [PATCH 05/12] IB/srpt: Reduce the severity level of a log message
  ` [PATCH 06/12] IB/srpt: Verify port numbers in srpt_event_handler()
  ` [PATCH 07/12] IB/srpt: Use the IPv6 format for GIDs in log messages
  ` [PATCH 08/12] IB/srpt: Convert a warning into a debug message
  ` [PATCH 09/12] IB/srpt: Reduce frequency of receive failure messages
  ` [PATCH 10/12] IB/srpt: Introduce srpt_format_guid()
  ` [PATCH 11/12] IB/srpt: Inline srpt_get_cmd_state()
  ` [PATCH 12/12] IB/srpt: Micro-optimize I/O context state manipulation

[PATCH rdma-next v2 0/7] RDMA resource tracking
 2018-01-08 20:53 UTC  (2+ messages)

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

[PATCH 0/4] Make SCSI transport recovery more robust
 2018-01-08 18:50 UTC  (5+ messages)
` [PATCH 1/4] blk-mq: Rename request_queue.mq_freeze_wq into mq_wq
` [PATCH 2/4] block: Introduce blk_wait_if_quiesced() and blk_finish_wait_if_quiesced()
` [PATCH 3/4] scsi: Avoid that .queuecommand() gets called for a quiesced SCSI device
  ` [PATCH 4/4] IB/srp: Fix a sleep-in-invalid-context bug

[PATCH rdma-next 0/6] RoCE Path Record refactoring
 2018-01-08 15:04 UTC  (7+ messages)
  ` [PATCH rdma-next 1/6] RDMA/cma: Use the net namespace of the rdma_cm_id
  ` [PATCH rdma-next 2/6] RDMA/cma: Provide function to set RoCE path record L2 parameters
  ` [PATCH rdma-next 3/6] RDMA/{cma, ucma}: Simplify and rename rdma_set_ib_paths
  ` [PATCH rdma-next 4/6] RDMA/{cma, ucma}: Refactor to have transport specific checks
  ` [PATCH rdma-next 5/6] RDMA/cma: Fix setting RoCE specific path record fields
  ` [PATCH rdma-next 6/6] RDMA/cma: Fix returning correct path record entry for RoCE

[PATCH rdma-next 0/2] Increase number of char devices in RDMA
 2018-01-08 10:15 UTC  (3+ messages)
  ` [PATCH rdma-next 1/2] IB/core: Remove the locking for character device bitmap
  ` [PATCH rdma-next 2/2] IB/core: Refactor allocation code to increase number of char device

Documentation: infiniband: move sysfs interface to ABI
 2018-01-08  8:53 UTC 

[PATCH iproute2-next v1 0/9] RDMA resource tracking
 2018-01-07  7:44 UTC  (4+ messages)
` [PATCH iproute2-next v1 3/9] rdma: Add filtering infrastructure

[PATCH 5/8] infiniband: fix ulp/srpt/ib_srpt.c kernel-doc notation
 2018-01-06 16:50 UTC  (4+ messages)

Please update the linux-next location for the RDMA subsystem
 2018-01-06 15:01 UTC  (4+ messages)

[PATCH 1/1] timecounter: Make cyclecounter struct part of timecounter struct
 2018-01-06  4:29 UTC  (3+ messages)
` [Intel-wired-lan] "

hns compiler warnings
 2018-01-06  1:59 UTC  (2+ messages)

[PATCH 1/8] infiniband: fix ulp/opa_vnic/opa_vnic_encap.h kernel-doc for Sphinx
 2018-01-06  0:38 UTC  (2+ messages)

[PATCH 8/8] infiniband: add a Documentation driver-api chapter for Infiniband
 2018-01-06  0:27 UTC 

[PATCH 6/8] infiniband: fix sw/rdmavt/* kernel-doc notation
 2018-01-06  0:22 UTC 

[PATCH 4/8] infiniband: fix ulp/opa_vnic/opa_vnic_vema.c kernel-doc notation
 2018-01-06  0:22 UTC 

[PATCH 3/8] infiniband: fix core/fmr_pool.c kernel-doc notation
 2018-01-06  0:21 UTC 

[PATCH 2/8] infiniband: fix core/verbs.c kernel-doc notation
 2018-01-06  0:21 UTC 

[PATCH 0/8] Infiniband: clean up kernel-doc and add driver-api chapter
 2018-01-06  0:20 UTC  (9+ messages)
` [PATCH 7/8] infiniband: fix ulp/iser/iscsi_iser.[hc] kernel-doc notation
  ` [PATCH 4/8] infiniband: fix ulp/opa_vnic/opa_vnic_vema.c "
  ` [PATCH 6/8] infiniband: fix sw/rdmavt/* "
  ` [PATCH 5/8] infiniband: fix ulp/srpt/ib_srpt.c "
  ` [PATCH 1/8] infiniband: fix ulp/opa_vnic/opa_vnic_encap.h kernel-doc for Sphinx
` [PATCH 3/8] infiniband: fix core/fmr_pool.c kernel-doc notation
` [PATCH 8/8] infiniband: add a Documentation driver-api chapter for Infiniband
` [PATCH 2/8] infiniband: fix core/verbs.c kernel-doc notation

[PATCH, resend 0/4] IB/srp: Add RDMA/CM support
 2018-01-05 23:27 UTC  (20+ messages)
  ` [PATCH, resend 1/4] IB/srp: Use kstrtoull() instead of simple_strtoull()
  ` [PATCH, resend 2/4] IB/srp: Make the path record query error message more informative
  ` [PATCH, resend 3/4] IB/srp: Refactor srp_send_req()
  ` [PATCH, resend 4/4] IB/srp: Add RDMA/CM support

Linux kernel v4.15-rc4 and rdma_rxe
 2018-01-05 21:18 UTC  (9+ messages)

[PATCH rdma-next v2 00/14] index e382a3ca759e..d4a471a76d82 100644
 2018-01-05 20:44 UTC  (12+ messages)
` [PATCH rdma-next v2 06/14] {net,IB}/mlx5: Manage port association for multiport RoCE

[rdma for-next] bnxt_re: report RoCE device support at info level
 2018-01-05 19:34 UTC  (3+ messages)

[pull request][for-next V3 00/11] Mellanox, mlx5 E-Switch updates 2017-12-19
 2018-01-05 19:33 UTC  (5+ messages)

[PATCH] RDMA/core: Add encode/decode FDR/EDR rates
 2018-01-05 19:28 UTC  (2+ messages)

[PATCH] i40iw: Replace mdelay with msleep in i40iw_wait_pe_ready
 2018-01-05 18:47 UTC  (3+ messages)

[PATCH for-next 00/11] IB/hfi1, rdmavt, qib: Driver updates for 12/18/2017
 2018-01-05 18:36 UTC  (8+ messages)
` [PATCH for-next 02/11] IB/hfi1: Check return value of strchr before using it

[PATCH] net/mlx5e: hide an unused variable
 2018-01-05 15:56 UTC  (2+ messages)

[PATCH 1/1] IB/rxe: remove unnecessary skb_clone in xmit
 2018-01-05  8:19 UTC 

insight into a WARNING from softROCE
 2018-01-04 21:59 UTC  (5+ messages)

Compliment of the day
 2018-01-04 21:24 UTC 

[PATCH] RDS: null pointer dereference in rds_atomic_free_op
 2018-01-04 19:20 UTC  (2+ messages)

[PATCH v2 03/13] Attach/detach SoftiWarp to/from network and RDMA subsystem
 2018-01-04 18:21 UTC  (11+ messages)
` [PATCH v2 00/13] Request for Comments on SoftiWarp

[RFC rdma-core 1/2] Registering non-contiguous memory
 2018-01-04 17:47 UTC  (2+ messages)
  ` [RFC rdma-core 2/2] verbs: Introduce non-contiguous memory registration

[PATCH rdma-core 0/4] Introduce IBV_QPT_DRIVER for mlx5 DC
 2018-01-04 16:49 UTC  (4+ messages)
  ` [PATCH rdma-core 2/4] mlx5: Add interface to create DC transport QPs
  ` [PATCH rdma-core 3/4] mlx5: Create "
  ` [PATCH rdma-core 4/4] mlx5: Destroy and modify a DC target QP


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