public inbox for linux-rdma@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-12-04 07:42:22 to 2016-12-08 03:34:19 UTC [more...]

[PATCH 00/23] IB/hfi1,qib,rdmavt: Patches for 4.10
 2016-12-08  3:34 UTC  (21+ 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, RFC 0/5] IB: Optimize DMA mapping
 2016-12-08  1:12 UTC  (6+ 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

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

I/O error on dd commands
 2016-12-08  0:45 UTC 

[PATCH 00/28] Broadcom RoCE Driver (bnxt_re)
 2016-12-07 23:33 UTC  (42+ messages)
` [PATCH 02/28] bnxt_en: Enable MSIX early in bnxt_init_one()
` [PATCH 03/28] bnxt_en: Move function reset to bnxt_init_one()
` [PATCH 04/28] bnxt_en: Improve completion ring allocation for VFs
` [PATCH 05/28] bnxt_en: Reserve RDMA resources by default
` [PATCH 07/28] bnxt_en: Add interface to support RDMA driver
  ` [PATCH 01/28] bnxt_en: Add bnxt_set_max_func_irqs()
  ` [PATCH 06/28] bnxt_en: Refactor the driver registration function with firmware
  ` [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 12/28] bnxt_re: Adding Notification Queue support
  ` [PATCH 13/28] bnxt_re: Support for PD, ucontext and mmap verbs
  ` [PATCH 14/28] bnxt_re: Support for query and modify device verbs
  ` [PATCH 15/28] bnxt_re: Adding support for port related verbs
  ` [PATCH 16/28] bnxt_re: Support for GID "
  ` [PATCH 17/28] bnxt_re: Support for CQ verbs
  ` [PATCH 18/28] bnxt_re: Support for AH verbs
  ` [PATCH 19/28] bnxt_re: Support memory registration verbs
  ` [PATCH 20/28] bnxt_re: Support QP verbs
  ` [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 rdma-next 00/10] Support RAW Ethernet when RoCE is disabled
 2016-12-07 22:40 UTC  (23+ messages)
` [PATCH rdma-next 01/10] IB/core: Add raw packet protocol

[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 0/5] mlx5 patches for kernel v4.10
 2016-12-07  8:21 UTC  (13+ 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 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  (34+ 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 

[PATCH] cma: resolve to first active IB port
 2016-12-06 11:16 UTC 

[PATCH v6 00/16] Add Paravirtual RDMA Driver
 2016-12-06  8:00 UTC  (6+ messages)
` [PATCH v6 12/16] IB/pvrdma: Add Queue Pair support

[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  (6+ messages)
  ` [PATCH V1 rdma-core 1/2] ibverbs: Allow vendor data response in create_ah command
  ` [PATCH V1 rdma-core 2/2] mlx5: Create and destroy address handle with kernel assistance

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

[PATCH v2] infiniband: mthca: Replace pci_pool_alloc by pci_pool_zalloc
 2016-12-05  6:24 UTC  (3+ messages)

[PATCH] mlx4: Use kernel sizeof and alloc styles
 2016-12-04 22:56 UTC  (3+ messages)

[PATCH rdma-next V1 0/4] Add packet pacing support for IB verbs
 2016-12-04 11:53 UTC  (5+ messages)
` [PATCH rdma-next V1 2/4] IB/core: Support rate limit for packet pacing


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