linux-rdma.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-01-18 22:50:54 to 2017-01-24 12:20:08 UTC [more...]

[PATCH for bnxt_re V4 00/21] Broadcom RoCE Driver (bnxt_re)
 2017-01-24 12:20 UTC  (7+ messages)
` [PATCH for bnxt_re V4 15/21] RDMA/bnxt_re: Support post_recv
` [PATCH for bnxt_re V4 17/21] RDMA/bnxt_re: Handling dispatching of events to IB stack
` [PATCH for bnxt_re V4 20/21] RDMA/bnxt_re: Add QP event handling

[PATCH 0/5 v2] qedr: batch of fixes for 4.10
 2017-01-24 11:51 UTC  (6+ messages)
  ` [PATCH 1/5 v2] qedr: mark three functions as static
  ` [PATCH 2/5 v2] qedr: fix formatting
  ` [PATCH 3/5 v2] qedr: fix RDMA CM loopback
  ` [PATCH 4/5 v2] qedr: fix memory leak in PD allocation and simplify it
  ` [PATCH 5/5 v2] qedr: dispatch port active event from qedr_add

[PATCH 0/5 v2] qedr: QP and CQ fixes for 4.10
 2017-01-24 11:50 UTC  (6+ messages)
  ` [PATCH 1/5 v2] qedr: return success when changing from QP state X to X
  ` [PATCH 2/5 v2] qedr: return maximum inline data capability on QP query
  ` [PATCH 3/5 v2] qedr: remove CQ spinlock from RDMA CM completion handlers
  ` [PATCH 4/5 v2] qedr: avoid printing error messages for flushed CQEs if QP in error state
  ` [PATCH 5/5 v2] qedr: fail QP state transition from error to reset if SQ/RQ are not empty

[PATCH 0/5] qedr: QP and CQ fixes for 4.10
 2017-01-24 11:05 UTC  (10+ messages)
  ` [PATCH 1/5] qedr: return success when changing from QP state X to X
  ` [PATCH 2/5] qedr: return maximum inline data capability on QP query
  ` [PATCH 3/5] qedr: remove CQ spinlock from RDMA CM completion handlers
  ` [PATCH 4/5] qedr: avoid printing error messages for flushed CQEs if QP in error state
  ` [PATCH 5/5] qedr: fail QP state transition from error to reset if SQ/RQ are not empty

[PATCH rdma-next V1 0/5] USNIC and RAW enhancements series
 2017-01-24 11:02 UTC  (6+ messages)
  ` [PATCH rdma-next V1 1/5] IB/core: Add raw packet protocol
  ` [PATCH rdma-next V1 2/5] IB/mlx5: Support "
  ` [PATCH rdma-next V1 3/5] IB/mlx4: "
  ` [PATCH rdma-next V1 4/5] IB: Add protocol for USNIC
  ` [PATCH rdma-next V1 5/5] IB: Query port through the core instead of directly calling the driver handler

[RFC] Clear out stuck ops to prevent iSER from going init D state
 2017-01-24 10:37 UTC  (12+ messages)
    ` Target core task management function handling rework

[PATCH v2] qedr: add qedr-abi.h to Kbuild
 2017-01-24 10:01 UTC 

libibverbs changes broke usnic libfabric provider
 2017-01-23 23:18 UTC  (2+ messages)

[PATCH v2 0/5] Fix "support large inline thresholds"
 2017-01-23 20:53 UTC  (6+ messages)
  ` [PATCH v2 1/5] xprtrdma: Fix Read chunk padding
  ` [PATCH v2 2/5] xprtrdma: Per-connection pad optimization
  ` [PATCH v2 3/5] xprtrdma: Disable pad optimization by default
  ` [PATCH v2 4/5] xprtrdma: Reduce required number of send SGEs
  ` [PATCH v2 5/5] xprtrdma: Shrink send SGEs array

include/uapi/rdma/Kbuild file doesn't include "qedr-abi.h"
 2017-01-23 16:46 UTC  (2+ messages)

[PATCH 1/1] IB/cxgb3: fix misspelling in header guard
 2017-01-23 16:28 UTC  (3+ messages)

[PATCH v3 00/37] IB: Optimize DMA mapping
 2017-01-23 16:12 UTC  (52+ messages)
` [PATCH v3 02/37] treewide: Move dma_ops from struct dev_archdata into struct device
` [PATCH v3 03/37] treewide: Consolidate set_dma_ops() implementations
  ` [PATCH v3 01/37] treewide: Constify most dma_map_ops structures
  ` [PATCH v3 04/37] treewide: Consolidate get_dma_ops() implementations
  ` [PATCH v3 05/37] lib/dma-noop: Clarify a comment
  ` [PATCH v3 06/37] lib/dma-noop: Only build dma_noop_ops for s390 and m32r
  ` [PATCH v3 07/37] lib/dma-virt: Add dma_virt_ops
  ` [PATCH v3 08/37] IB/core: Remove ib_dma_*map_single_attrs()
  ` [PATCH v3 09/37] RDS: IB: Remove an unused structure member
  ` [PATCH v3 10/37] IB/core: Change the type of an ib_dma_alloc_coherent() argument
  ` [PATCH v3 11/37] IB/hf1: Remove DMA mapping code
  ` [PATCH v3 12/37] IB/qib: "
  ` [PATCH v3 13/37] IB/core: Initialize ib_device.dev.parent earlier
  ` [PATCH v3 14/37] IB/core: Use dev.parent instead of dma_device
  ` [PATCH v3 15/37] IB/cxgb3: Set "
  ` [PATCH v3 16/37] IB/cxgb4: "
  ` [PATCH v3 17/37] IB/hfi1: Switch from dma_device to dev.parent
  ` [PATCH v3 18/37] IB/hns: "
  ` [PATCH v3 19/37] IB/i40iw: Remove a superfluous assignment statement
  ` [PATCH v3 20/37] IB/mlx4: Switch from dma_device to dev.parent
  ` [PATCH v3 21/37] IB/mlx5: "
  ` [PATCH v3 22/37] IB/mthca: "
  ` [PATCH v3 23/37] IB/nes: Remove a superfluous assignment statement
  ` [PATCH v3 24/37] IB/ocrdma: Switch from dma_device to dev.parent
  ` [PATCH v3 25/37] IB/qedr: "
  ` [PATCH v3 26/37] IB/qib: "
  ` [PATCH v3 27/37] IB/usnic: "
  ` [PATCH v3 28/37] IB/vmw_pvrdma: "
  ` [PATCH v3 29/37] IB/rxe: "
  ` [PATCH v3 30/37] IB/IPoIB: "
  ` [PATCH v3 31/37] IB/iser: "
  ` [PATCH v3 32/37] IB/srp: "
  ` [PATCH v3 33/37] IB/srpt: Modify a debug statement
  ` [PATCH v3 34/37] RDS: net: Switch from dma_device to dev.parent
  ` [PATCH v3 35/37] nvme-rdma: "
  ` [PATCH v3 36/37] IB/core: Remove ib_device.dma_device
  ` [PATCH v3 37/37] IB/rxe, IB/rdmavt: Use dma_virt_ops instead of duplicating it

[PATCH 0/5] qedr: batch of fixes for 4.10
 2017-01-23 15:28 UTC  (6+ messages)
  ` [PATCH 1/5] qedr: mark three functions as static
  ` [PATCH 2/5] qedr: fix formatting
  ` [PATCH 3/5] qedr: fix RDMA CM loopback
  ` [PATCH 4/5] qedr: fix memory leak in PD allocation and simplify it
  ` [PATCH 5/5] qedr: dispatch port active event from qedr_add

Urgent Please,,
 2017-01-23 14:07 UTC 

[PATCH 0/2] Fixes for vmw_pvrdma
 2017-01-23  8:45 UTC  (4+ messages)
  ` [PATCH 1/2] IB/vmw_pvrdma: Don't leak info from alloc_ucontext
  ` [PATCH 2/2] IB/vmw_pvrdma: Fix incorrect cleanup on pvrdma_pci_probe error path

[PATCH] net/mlx4: use rb_entry()
 2017-01-22 21:48 UTC  (6+ messages)

[PATCH] [RFC] IB/hfi1: Fix port ordering issue in a multiport device
 2017-01-22  8:16 UTC  (10+ messages)

[PATCH RFC rdma-core 1/3] util: Add common code for provider debug
 2017-01-22  8:11 UTC  (8+ messages)

[PATCH rdma-next V1 1/9] IB/ipoib: Add warning message when changing the MTU in UD over the max range
 2017-01-22  8:05 UTC  (13+ messages)

Business Proposal
 2017-01-21 18:20 UTC 

release tarball top-level dir
 2017-01-21  8:26 UTC  (3+ messages)

[PATCH v1 0/5] Fix "support large inline thresholds"
 2017-01-20 18:17 UTC  (3+ messages)

[PATCH] iw_cxgb4: Guard against null cm_id in dump_ep/qp
 2017-01-20  7:02 UTC 

[RFC] RESEND - rdmatool - tool for RDMA users
 2017-01-19 22:16 UTC  (12+ messages)

[PATCH 0/3] IB/vmw_pvrdma patches for 4.10
 2017-01-19 20:09 UTC  (14+ messages)
` [PATCH 1/3] IB/vmw_pvrdma: Defer activating device until vmxnet3 link is up

NFSoRDMA Fails for max_sge Less Than 18
 2017-01-19 17:19 UTC  (11+ messages)

[PATCH v1] IB/mad: Add port_num to error message
 2017-01-19 17:05 UTC  (4+ messages)

[PATCH rdma-core] vmw_pvrdma: Check vendor and device ID on driver init
 2017-01-19 16:51 UTC 

[PATCHv3 1/2] IB/iser: Fix sg_tablesize calculation
 2017-01-19 16:38 UTC  (5+ messages)
` [PATCHv3 2/2] IB/iser: remove unused variable from iser_conn struct

rdma-core: pvrdma init issue
 2017-01-19 16:27 UTC  (3+ messages)

[PATCH] net/mlx5e: Remove unused variable
 2017-01-19 16:15 UTC  (3+ messages)

[PATCHv4] nvmet-rdma: Fix missing dma sync to nvme data structures
 2017-01-19 15:55 UTC 

[PATCHv3] nvmet-rdma: Fix missing dma sync to nvme data structures
 2017-01-19 15:51 UTC  (6+ messages)

[PATCH] pci: drop link_reset
 2017-01-19 15:18 UTC  (3+ messages)

[PATCH rdma-next 1/2] IB/rxe: Fix rxe dev insertion to rxe_dev_list
 2017-01-19 13:25 UTC  (2+ messages)
  ` [PATCH rdma-next 2/2] IB/rxe: Prevent from completer to operate on non valid QP

[PATCH] IB/mad: Add porn_num to error message
 2017-01-19 13:09 UTC  (2+ messages)

[PATCH rdma-next 0/7] mlx5 fixes for 4.11
 2017-01-19 10:45 UTC  (9+ messages)
` [PATCH rdma-next 2/7] IB/mlx5: Return error for unsupported signature type
` [PATCH rdma-next 6/7] IB/mlx5: Assign DSCP for R-RoCE QPs Address Path

[PATCH rdma-next 0/5] USNIC and RAW enhancements series
 2017-01-19  9:51 UTC  (9+ messages)
  ` [PATCH rdma-next 1/5] IB/core: Add raw packet protocol
  ` [PATCH rdma-next 2/5] IB/mlx5: Support "
  ` [PATCH rdma-next 3/5] IB/mlx4: "
  ` [PATCH rdma-next 4/5] IB: Add protocol for USNIC
  ` [PATCH rdma-next 5/5] IB: Query port through the core instead of directly calling the driver handler

[PATCH v2 00/26] IB: Optimize DMA mapping
 2017-01-19  9:10 UTC  (3+ messages)
` [PATCH v2 02/26] treewide: Move dma_ops from struct dev_archdata into struct device

[PATCH 1/1] IB/ipoib: Remove the unnecessary error check
 2017-01-19  8:35 UTC  (2+ messages)

[PATCH for bnxt_re V4 10/21] RDMA/bnxt_re: Support for CQ verbs
 2017-01-19  6:57 UTC  (2+ messages)

[pull request][for-next] Mellanox mlx5 Reorganize core driver directory layout
 2017-01-19  6:32 UTC  (7+ 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).