linux-rdma.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-07-18 07:39:42 to 2016-07-23 10:58:08 UTC [more...]

[PATCH 1/1] InfiniBand: Deletion of unnecessary checks before two function calls
 2016-07-23 10:58 UTC  (4+ messages)
                                    ` [PATCH 0/3] IB/mthca: Fine-tuning for mthca_reset()
                                      ` [PATCH 1/3] IB/mthca: Delete an unnecessary check before the function call "pci_dev_put"
                                  ` [PATCH] IB/hfi1: Delete an unnecessary check before the function call "sc_return_credits"

ref count of ib_ipoib.ko not incremented when an ip address is set
 2016-07-22 22:23 UTC  (2+ messages)

[PATCH v2 0/9] SELinux support for Infiniband RDMA
 2016-07-22 19:26 UTC  (14+ messages)
` [PATCH v2 3/9] selinux lsm IB/core: Implement LSM notification system
` [PATCH v2 5/9] selinux: Create policydb version for Infiniband support
` [PATCH v2 7/9] selinux: Implement Infiniband PKey "Access" access vector
` [PATCH v2 8/9] selinux: Add IB Port SMP "

[PATCH RFC 0/3] iwarp device removal deadlock fix
 2016-07-22 18:37 UTC  (13+ messages)
  ` [PATCH 1/3] iw_cm: free cm_id resources on the last deref
  ` [PATCH 2/3] iw_cxgb4: don't block in destroy_qp awaiting "
  ` [PATCH 3/3] nvme-rdma: Fix device removal handling

[PATCH V2] Add flow control to the portmapper
 2016-07-22 15:26 UTC  (8+ messages)

[PATCH v2 00/15] Add Paravirtual RDMA Driver
 2016-07-22  0:11 UTC  (17+ messages)
` [PATCH v2 01/15] IB/pvrdma: Add paravirtual rdma device
` [PATCH v2 02/15] IB/pvrdma: Add device command support
` [PATCH v2 03/15] IB/pvrdma: Add support for Completion Queues
` [PATCH v2 04/15] IB/pvrdma: Add the paravirtual RDMA device specification
` [PATCH v2 05/15] IB/pvrdma: Add UAR support
` [PATCH v2 07/15] IB/pvrdma: Add the main driver module for PVRDMA
` [PATCH v2 11/15] IB/pvrdma: Add user-level shared functions

[RFC] IB/mlx4: Add sysfs entry for VF node_guid
 2016-07-21 22:58 UTC  (5+ messages)

mlx5 driver load error
 2016-07-21 22:54 UTC 

[PATCH v4 0/5] Reduce RDMA RW API SGE limit
 2016-07-21 20:04 UTC  (6+ messages)
  ` [PATCH v4 1/5] IB/core: Make rdma_rw_ctx_init() initialize all used fields
  ` [PATCH v4 2/5] IB/core, RDMA RW API: Do not exceed QP SGE send limit
  ` [PATCH v4 3/5] IB/srpt: Limit the number of SG elements per work request
  ` [PATCH v4 4/5] IB/srpt: Simplify srpt_queue_response()
  ` [PATCH v4 5/5] IB/isert: Remove an unused member variable

[RFC ABI V2 0/8] SG-based RDMA ABI Proposal
 2016-07-21 16:51 UTC  (40+ messages)
  ` [RFC ABI V2 1/8] RDMA/core: Export RDMA IOCTL declarations
  ` [RFC ABI V2 2/8] RDMA/core: Refactor IDR to be per-device
  ` [RFC ABI V2 3/8] RDMA/core: Add support for custom types
  ` [RFC ABI V2 4/8] RDMA/core: Introduce add/remove uobj from types
  ` [RFC ABI V2 5/8] RDMA/core: Add new ioctl interface
  ` [RFC ABI V2 6/8] RDMA/core: Add initialize and cleanup of common types
  ` [RFC ABI V2 7/8] RDMA/core: Add common code for querying device and init context
  ` [RFC ABI V2 8/8] RDMA/mlx5: Add mlx5 initial support of the new infrastructure

[PATCH v12 00/22] Add Hisilicon RoCE driver
 2016-07-21 11:06 UTC  (23+ messages)
  ` [PATCH v12 01/22] net: hns: Add reset function support for "
  ` [PATCH v12 02/22] devicetree: bindings: IB: Add binding document for Hisilicon RoCE
  ` [PATCH v12 03/22] IB/hns: Add initial main frame driver and get cfg info
  ` [PATCH v12 04/22] IB/hns: Add RoCE engine reset function
  ` [PATCH v12 05/22] IB/hns: Add initial profile resource
  ` [PATCH v12 06/22] IB/hns: Add initial cmd operation
  ` [PATCH v12 07/22] IB/hns: Add event queue support
  ` [PATCH v12 08/22] IB/hns: Add hem support
  ` [PATCH v12 09/22] IB/hns: Add hca support
  ` [PATCH v12 10/22] IB/hns: Add process flow to init RoCE engine
  ` [PATCH v12 11/22] IB/hns: Add IB device registration
  ` [PATCH v12 12/22] IB/hns: Set mtu and gid support
  ` [PATCH v12 13/22] IB/hns: Add interface of the protocol stack registration
  ` [PATCH v12 14/22] IB/hns: Add operations support for IB device and port
  ` [PATCH v12 15/22] IB/hns: Add PD operations support
  ` [PATCH v12 16/22] IB/hns: Add ah "
  ` [PATCH v12 17/22] IB/hns: Add QP "
  ` [PATCH v12 18/22] IB/hns: Add CQ "
  ` [PATCH v12 19/22] IB/hns: Add memory region "
  ` [PATCH v12 20/22] IB/hns: Add operation for getting immutable port
  ` [PATCH v12 21/22] IB/hns: Kconfig and Makefile for RoCE module
  ` [PATCH v12 22/22] MAINTAINERS: Add maintainers for Hisilicon RoCE driver

[PATCH v3 0/5] Reduce RDMA RW API SGE limit
 2016-07-21  8:00 UTC  (18+ messages)
  ` [PATCH v3 1/5] IB/core: Make rdma_rw_ctx_init() initialize all used fields
  ` [PATCH v3 2/5] IB/core, RDMA RW API: Do not exceed QP SGE send limit
  ` [PATCH v3 3/5] IB/srpt: Limit the number of SG elements per work request
  ` [PATCH v3 4/5] IB/srpt: Simplify srpt_queue_response()
  ` [PATCH v3 5/5] IB/isert: Remove an unused member variable

[IPoIB] Missing join mcast events causing full machine lockup
 2016-07-21  7:31 UTC 

[PATCH -next] net/mlx5: Use PTR_ERR_OR_ZERO() to simplify the code
 2016-07-20 21:48 UTC  (3+ messages)

[PATCH] IB/hfi1: Fix deadlock with txreq allocation slow path
 2016-07-20 21:12 UTC 

[RFC ABI V1 0/8] SG-based RDMA ABI Proposal
 2016-07-20 17:56 UTC  (21+ messages)
` [RFC ABI V1 4/8] RDMA/core: Add support for custom types
` [RFC ABI V1 7/8] RDMA/core: Change locking of ib_uobject

[PATCH v2] IB/ipoib: Report SG feature regardless of HW UD CSUM capability
 2016-07-20 17:44 UTC  (2+ messages)

[ANNOUNCE] New libmlx4-1.2.1 release
 2016-07-20 16:29 UTC 

[ANNOUNCE] New libmlx5-1.2.1 release
 2016-07-20 16:18 UTC 

next build: 7 warnings 0 failures (next/next-20160720)
 2016-07-20 10:25 UTC 

[PATCH for-next 0/3] Mellanox ConnectX-3 Diagnostic Counters
 2016-07-20 10:22 UTC  (5+ messages)
  ` [PATCH for-next 1/3] net/mlx4: Add diagnostic counters capability bit
  ` [PATCH for-next 2/3] net/mlx4: Query performance and diagnostics counters
  ` [PATCH for-next 3/3] IB/mlx4: Add diagnostic hardware counters

[PATCH 0/2] Get rid of transport layer retry count config parameter
 2016-07-20  8:42 UTC  (10+ messages)

[target:master 1/2] drivers/target/target_core_transport.o: warning: objtool: __transport_wait_for_tasks()+0x22: function has unreachable instruction
 2016-07-20  1:13 UTC  (2+ messages)
  ` [kbuild-all] "

[ANNOUNCE] New libibverbs-1.2.1 release
 2016-07-19 20:33 UTC 

[PATCH v1] IB/ipoib: Report SG feature regardless of HW UD CSUM capability
 2016-07-19 20:11 UTC  (8+ messages)

Upcoming libibverbs release
 2016-07-19 20:09 UTC  (13+ messages)

[PATCH 0/2] Disable rdmavt and hfi1 drivers by default
 2016-07-19 17:32 UTC  (5+ messages)
  ` [PATCH 1/2] IB/rdmavt: Disable "
  ` [PATCH 2/2] IB/hfi1: "

[PATCH 00/14] Present useful limits to user (v2)
 2016-07-19 16:53 UTC  (11+ messages)
` [PATCH 09/14] resource limits: track highwater mark of locked memory

[QUESTION] Is an ib_sbft kernel module needed to be made? (For booting using SRP)
 2016-07-19 16:46 UTC  (3+ messages)

[PATCH] IB/rdmavt and IB/hfi1: Disable by default
 2016-07-19 15:51 UTC  (6+ messages)

[ANNOUNCE] Open Fabrics Verbs Working Group (OFVWG) meeting today - 7/19/2016 at 11:00PDT
 2016-07-19 12:30 UTC 

[PATCH V2] Use smaller 512 byte messages for portmapper messages
 2016-07-19  5:35 UTC  (2+ messages)

[PATCH rdma-next] IB/rxe: Trivial rename of include guard
 2016-07-18 18:10 UTC  (2+ messages)

[PATCH rdma-next] IB/rxe: Substitute ib to rdma in file names
 2016-07-18 18:09 UTC  (2+ messages)

[PATCH] IB/iopib: Report SG feature regardless of HW UD CSUM capability
 2016-07-18  7:39 UTC  (3+ 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).