public inbox for linux-rdma@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-12-05 06:38:25 to 2016-12-08 18:48:13 UTC [more...]

[PATCH rdma-core 00/10] i40iw: Fixes and optimizations
 2016-12-08 18:48 UTC  (13+ messages)
  ` [PATCH rdma-core 01/10] i40iw: Optimize setting fragments
  ` [PATCH rdma-core 02/10] i40iw: Remove unnecessary parameter
  ` [PATCH rdma-core 03/10] i40iw: Fix incorrect assignment of SQ head
  ` [PATCH rdma-core 04/10] i40iw: Optimize inline data copy
  ` [PATCH rdma-core 05/10] i40iw: Remove unnecessary check for moving CQ head
  ` [PATCH rdma-core 06/10] i40iw: Return correct error codes for destroy QP and CQ
  ` [PATCH rdma-core 07/10] i40iw: Do not destroy QP/CQ if lock is held
  ` [PATCH rdma-core 08/10] i40iw: Control debug error prints using env variable
  ` [PATCH rdma-core 09/10] i40iw: Use 2M huge pages for CQ/QP memory if available
  ` [PATCH rdma-core 10/10] i40iw: Remove SQ size constraint

[PATCH 0/5] mlx5 patches for kernel v4.10
 2016-12-08 17:53 UTC  (16+ messages)
  ` [PATCH 1/5] mlx5: Use NULL instead of 0 to represent a pointer
  ` [PATCH 2/5] mlx5: Remove a set-but-not-used variable
  ` [PATCH 3/5] mlx5: Avoid that sparse complains about dubious !x & y expressions
  ` [PATCH 4/5] mlx5: Fix mlx5_srq_attr.pas endianness annotation
  ` [PATCH 5/5] mlx5, calc_sq_size(): Make a debug message more informative

[PATCH] cma: resolve to first active IB port
 2016-12-08 17:47 UTC  (3+ messages)

[PATCH rdma-next 01/10] IB/core: Add raw packet protocol
 2016-12-08 17:41 UTC  (19+ messages)

[PATCH 00/28] Broadcom RoCE Driver (bnxt_re)
 2016-12-08 16:54 UTC  (31+ messages)
` [PATCH 01/28] bnxt_en: Add bnxt_set_max_func_irqs()
` [PATCH 08/28] bnxt_re: Add bnxt_re RoCE driver files
` [PATCH 09/28] bnxt_re: Introducing autogenerated Host Software Interface(hsi) file
` [PATCH 10/28] bnxt_re: register with the NIC driver
` [PATCH 11/28] bnxt_re: Enabling RoCE control path
  ` [PATCH 21/28] bnxt_re: Support post_send verb
  ` [PATCH 22/28] bnxt_re: Support post_recv
  ` [PATCH 23/28] bnxt_re: Support poll_cq verb
  ` [PATCH 24/28] bnxt_re: Handling dispatching of events to IB stack and cleanup during unload
  ` [PATCH 25/28] bnxt_re: Support for DCB
  ` [PATCH 26/28] bnxt_re: Support debugfs
  ` [PATCH 27/28] bnxt_re: Set uverbs command mask
  ` [PATCH 28/28] bnxt_re: Add QP event handling

[PATCH, RFC 0/5] IB: Optimize DMA mapping
 2016-12-08 16:51 UTC  (8+ messages)
  ` [PATCH 1/5] treewide: constify most struct dma_map_ops
  ` [PATCH 2/5] misc: vop: Remove a cast
  ` [PATCH 3/5] Move dma_ops from archdata into struct device
  ` [PATCH 4/5] IB: Switch from struct ib_dma_mapping_ops to struct dma_mapping_ops
  ` [PATCH 5/5] treewide: Inline ib_dma_map_*() functions

[PATCH infiniband-diags] ibdiag_common.c: Disambiguate link speed when QDR and could be FDR10
 2016-12-08 16:19 UTC  (3+ messages)

[PATCH v2 00/11] IB/core: Add 32 bit LID support
 2016-12-08 15:13 UTC  (3+ messages)
` [PATCH v2 03/11] IB/core: Change ah_attr.dlid from 16 to 32 bits

[PATCH] iw_cxgb4: Fix error return code in c4iw_rdev_open()
 2016-12-08 15:05 UTC  (3+ messages)

[PATCH v6 00/16] Add Paravirtual RDMA Driver
 2016-12-08 12:23 UTC  (8+ messages)
` [PATCH v6 12/16] IB/pvrdma: Add Queue Pair support
` [PATCH v6 13/16] IB/pvrdma: Add the main driver module for PVRDMA

I/O error on dd commands
 2016-12-08  9:25 UTC  (2+ messages)

[PATCH 00/23] IB/hfi1,qib,rdmavt: Patches for 4.10
 2016-12-08  3:34 UTC  (24+ messages)
  ` [PATCH 01/23] IB/hfi1: Read new EPROM format
  ` [PATCH 02/23] IB/hfi1: Fix dc8051 multiple qword memory reads
  ` [PATCH 03/23] IB/hfi1: Use non-atomic __test_and_clear_bit in hot path
  ` [PATCH 04/23] IB/hfi1: Export 8051 memory and LCB registers via debugfs
  ` [PATCH 05/23] IB/hfi1: Disable header suppression for short packets
  ` [PATCH 06/23] IB/rdmavt: Fix trace hierarchy
  ` [PATCH 07/23] IB/hfi1: Show statistics counters under IB stats interface
  ` [PATCH 08/23] IB/hfi1: Remove dependence on qp->s_cur_size
  ` [PATCH 09/23] IB/hfi1: Remove definition of unused hfi1_affinity struct
  ` [PATCH 10/23] IB/hfi1: Add special setting for low power AOC
  ` [PATCH 11/23] IB/rdmavt: Add trace of MR segs
  ` [PATCH 12/23] IB/hfi1: Remove usage of qp->s_cur_sge
  ` [PATCH 13/23] IB/hfi1: Remove critical section gap in sc_buffer_alloc()
  ` [PATCH 14/23] IB/hfi1: Preserve external device completed bit
  ` [PATCH 15/23] IB/hfi1: Replace qp->refcount release code with standard driver wrapper
  ` [PATCH 16/23] IB/hfi1: Use reference count wrapper for MRs
  ` [PATCH 17/23] IB/qib: Use standard refcount wrapper for QPs
  ` [PATCH 18/23] IB/rdmavt: Add a send completion helper
  ` [PATCH 19/23] IB/hfi1,IB/qib: Use new "
  ` [PATCH 20/23] IB/hfi1: Avoid credit return allocation for cpu-less NUMA nodes
  ` [PATCH 21/23] IB/rdmavt: Add swqe mr deref helper
  ` [PATCH 22/23] IB/hfi1,IB/qib: use rvt "
  ` [PATCH 23/23] IB/rdmavt, IB/hfi1, IB/qib: Add inlines for mtu division

Use ib_drain_qp instead of ib_drain_rq in ib_srp
 2016-12-08  0:54 UTC  (10+ messages)

[PATCH] libcxgb4: set *bad_wr in post_send/recv error paths
 2016-12-07 18:23 UTC  (4+ messages)

[PATCH] net: return value of skb_linearize should be handled in Linux kernel
 2016-12-07 17:57 UTC  (6+ messages)

[PATCH net-next v2 0/7] bnxt_en: Add interface to support RDMA driver
 2016-12-07 15:59 UTC  (10+ messages)
` [PATCH net-next v2 1/7] bnxt_en: Add bnxt_set_max_func_irqs()
` [PATCH net-next v2 2/7] bnxt_en: Enable MSIX early in bnxt_init_one()
` [PATCH net-next v2 3/7] bnxt_en: Move function reset to bnxt_init_one()
` [PATCH net-next v2 4/7] bnxt_en: Improve completion ring allocation for VFs
` [PATCH net-next v2 5/7] bnxt_en: Reserve RDMA resources by default
` [PATCH net-next v2 6/7] bnxt_en: Refactor the driver registration function with firmware
` [PATCH net-next v2 7/7] bnxt_en: Add interface to support RDMA driver

[PATCH infiniband-diags] Add Bull device ID support to device white lists
 2016-12-07 14:53 UTC  (2+ messages)

[PATCH infiniband-diags] ibtracert.c: Enable m_key option
 2016-12-07 14:42 UTC  (2+ messages)

[PATCH TRIVIAL infiniband-diags] libibnetdisc/internal.h: Remove duplicated declaration of add_to_portlid_hash
 2016-12-07 14:04 UTC  (2+ messages)

Open Fabrics meetings
 2016-12-07 13:12 UTC  (2+ messages)

I/O error on dd commands
 2016-12-07 10:47 UTC  (2+ messages)

[PATCH 1/1] infiniband: nes: return value of skb_linearize should be handled
 2016-12-07  7:30 UTC 

Donation of $ 1.5 million Dollars
 2016-12-07  1:39 UTC 

[PATCH net-next 0/7] bnxt_en: Add interface to support RDMA driver
 2016-12-06 23:55 UTC  (10+ messages)
` [PATCH net-next 1/7] bnxt_en: Add bnxt_set_max_func_irqs()
` [PATCH net-next 3/7] bnxt_en: Move function reset to bnxt_init_one()
` [PATCH net-next 4/7] bnxt_en: Improve completion ring allocation for VFs
  ` [PATCH net-next 2/7] bnxt_en: Enable MSIX early in bnxt_init_one()
  ` [PATCH net-next 5/7] bnxt_en: Reserve RDMA resources by default
  ` [PATCH net-next 6/7] bnxt_en: Refactor the driver registration function with firmware
` [PATCH net-next 7/7] bnxt_en: Add interface to support RDMA driver

[PATCH] i40iw: Reorganize structures to align with HW capabilities
 2016-12-06 22:16 UTC 

Enabling peer to peer device transactions for PCIe devices
 2016-12-06 22:02 UTC  (28+ messages)

[PATCH 0/6] i40iw: Fixes for i40iw
 2016-12-06 21:49 UTC  (7+ messages)
  ` [PATCH 1/6] i40iw: Fix double free of QP
  ` [PATCH 2/6] i40iw: Fix QP flush to not hang on empty queues or failure
  ` [PATCH 3/6] i40iw: Fix memory leak in CQP destroy when in reset
  ` [PATCH 4/6] i40iw: Fix race condition in terminate timer's handler
  ` [PATCH 5/6] i40iw: Assign MSS only when it is a new MTU
  ` [PATCH 6/6] i40iw: Fix incorrect check for error

buildlib/cbuild missing yaml on SLE12SP2
 2016-12-06 20:15 UTC  (2+ messages)

[PATCH] i40iw: Use correct src address in memcpy to rdma stats counters
 2016-12-06 17:39 UTC  (2+ messages)

Potential double-lock BUG in drivers/infiniband/core/umem_odp.c (Linux 4.9-rc7)
 2016-12-06 15:59 UTC 

[PATCHv13 0/3] rdmacg: IB/core: rdma controller support
 2016-12-06  2:05 UTC  (3+ messages)

[PATCH] IB/hfi1: Define platform_config_table_limits once
 2016-12-06  0:48 UTC 

[PATCH V1 rdma-core 0/2] Optimize RoCE address handle creation for userspace
 2016-12-05 23:44 UTC  (4+ messages)

[PATCH] MAINTAINERS: Update Intel RDMA RNIC driver maintainers
 2016-12-05 17:28 UTC 

[PATCH v2 0/8] RXE improvements
 2016-12-05 13:58 UTC  (3+ messages)

[PATCH v2 1/2] IB/rxe: Wait for tasklets to finish before tearing down QP
 2016-12-05 13:43 UTC  (2+ messages)
  ` [PATCH v2 2/2] IB/rxe: Hold refs when running tasklets

[PATCH v2 0/2] IB/rxe: Fix kernel panics when tearing down QPs
 2016-12-05 13:42 UTC 

I/O error on dd commands
 2016-12-05 10:12 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