linux-rdma.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-04-18 19:48:45 to 2017-04-21 18:42:14 UTC [more...]

[PATCH 00/29] IB/mlx: Fine-tuning for several function implementations
 2017-04-21 18:42 UTC  (16+ messages)
    ` [PATCH v2 00/17] "
      ` [PATCH v2 01/17] IB/mlx4: Use kcalloc() in mlx4_ib_alloc_pv_bufs()
      ` [PATCH v2 04/17] IB/mlx4: Fix a typo in a comment line
      ` [PATCH v2 05/17] IB/mlx4: Delete four unnecessary return statements
      ` [PATCH v2 06/17] IB/mlx4: Delete an unnecessary check before kfree() in free_pv_object()
        ` [PATCH v2 02/17] IB/mlx: Use kmalloc_array() in six functions
        ` [PATCH v2 03/17] IB/mlx4: Improve size determinations "
        ` [PATCH v2 07/17] IB/mlx4: Move an assignment out of a check in forward_trap()
        ` [PATCH v2 09/17] IB/mlx4: Split a condition check in six functions
      ` [PATCH v2 08/17] IB/mlx4: Enclose 46 expressions for sizeof by parentheses
      ` [PATCH v2 10/17] IB/mlx4: Delete an unnecessary variable in __mlx4_ib_query_gid()

[PATCH net-next 0/3] mlx5: fix warnings
 2017-04-21 18:15 UTC  (4+ messages)
` [PATCH net-next 1/3] mlx5: hide unused functions
` [PATCH net-next 2/3] mlx5: fix warning about missing prototype
  ` [PATCH net-next 3/3] mlx5: fix space waste from ethtool descriptions

[rdma-core v4 0/8] Broadcom User Space RoCE Driver
 2017-04-21 17:30 UTC  (9+ messages)
  ` [rdma-core v4 1/8] libbnxt_re: introduce bnxtre user space RDMA provider
  ` [rdma-core v4 2/8] libbnxt_re: Add support for user memory regions
  ` [rdma-core v4 3/8] libbnxt_re: Add support for CQ and QP management
  ` [rdma-core v4 4/8] libbnxt_re: Add support for posting and polling
  ` [rdma-core v4 5/8] libbnxt_re: Allow apps to poll for flushed completions
  ` [rdma-core v4 6/8] libbnxt_re: Enable UD control path and wqe posting
  ` [rdma-core v4 7/8] libbnxt_re: Enable polling for UD completions
  ` [rdma-core v4 8/8] libbnxt_re: Add support for atomic operations

[PATCH 00/20] IB/hfi1,rdmavt,core: Patches for-next
 2017-04-21 10:48 UTC  (6+ messages)
` [PATCH 02/20] IB/hfi1: Remove hyper-thread siblings by walking CPU mask

[PATCH v2] nvme-rdma: support devices with queue size < 32
 2017-04-21  8:01 UTC  (8+ messages)
        ` [PATCH v3] "

[PATCH v2 0/4] arbitrary sg lists support
 2017-04-21  6:44 UTC  (8+ messages)
` [PATCH v2 1/4] IB/core: Add inline function to get sg mr type
` [PATCH v2 3/4] nvme: enable SG gaps support

[PATCH v3 rdma-next 00/18] Enhance ib_ah_attr to specify types
 2017-04-21  5:45 UTC  (19+ messages)
  ` [PATCH v3 rdma-next 01/18] IB/ocrdma: Add identifier names to function definitions
  ` [PATCH v3 rdma-next 02/18] IB/IPoIB: Remove 'else' when the 'if' has a return
  ` [PATCH v3 rdma-next 03/18] IB/core: Add braces when using sizeof
  ` [PATCH v3 rdma-next 04/18] IB/core: Check for global flag when using ah_attr
  ` [PATCH v3 rdma-next 05/18] IB/rxe: Initialize ib_ah_attr during query_ah
  ` [PATCH v3 rdma-next 06/18] IB/core: Rename struct ib_ah_attr to rdma_ah_attr
  ` [PATCH v3 rdma-next 07/18] IB/core: Rename ib_create_ah to rdma_create_ah
  ` [PATCH v3 rdma-next 08/18] IB/core: Rename ib_modify_ah to rdma_modify_ah
  ` [PATCH v3 rdma-next 09/18] IB/core: Rename ib_query_ah to rdma_query_ah
  ` [PATCH v3 rdma-next 10/18] IB/core: Rename ib_destroy_ah to rdma_destroy_ah
  ` [PATCH v3 rdma-next 11/18] IB/mlx4: Rename to_ib_ah_attr to to_rdma_ah_attr
  ` [PATCH v3 rdma-next 12/18] IB/mlx5: "
  ` [PATCH v3 rdma-next 13/18] IB/mthca: "
  ` [PATCH v3 rdma-next 14/18] IB/PVRDMA: Rename ib_ah_attr related functions
  ` [PATCH v3 rdma-next 15/18] IB/core: Add accessor functions for rdma_ah_attr fields
  ` [PATCH v3 rdma-next 16/18] IB/core: Use rdma_ah_attr accessor functions
  ` [PATCH v3 rdma-next 17/18] IB/core: Define 'ib' and 'roce' rdma_ah_attr types
  ` [PATCH v3 rdma-next 18/18] IB/core: Define 'opa' rdma_ah_attr type

[RFC 0/8] Copy Offload with Peer-to-Peer PCI Memory
 2017-04-21  4:59 UTC  (61+ messages)

[PATCH net-next 00/16] Mellanox, mlx5 RDMA net device support
 2017-04-21  2:32 UTC  (6+ messages)

[PATCH rdma-next 0/3] Add support for active width and speed for RoCE
 2017-04-21  2:30 UTC  (5+ messages)
  ` [PATCH rdma-next 1/3] IB/core: Add HDR speed enum
  ` [PATCH rdma-next 2/3] IB/mlx5: Set mlx5_query_roce_port's return value to void
  ` [PATCH rdma-next 3/3] IB/mlx5: Add support for active_width and active_speed in RoCE

[PATCH 00/26] InfiniBand-OCRDMA: Fine-tuning for several function implementations
 2017-04-20 20:43 UTC  (5+ messages)
` [PATCH 02/26] IB/ocrdma: Use kcalloc() in ocrdma_mbx_alloc_pd_range()

[PATCH 0/2] IB/hns: Fine-tuning for two function implementations
 2017-04-20 20:32 UTC  (2+ messages)

[PATCH 0/5] IB/hfi1: Fine-tuning for three function implementations
 2017-04-20 20:29 UTC  (2+ messages)

[PATCH net-next] net/mlx5e: IPoIB, Fix error handling in mlx5_rdma_netdev_alloc()
 2017-04-20 20:28 UTC  (3+ messages)

[PATCH v2 rdma-next 0/6] Add support for OPA path records
 2017-04-20 20:22 UTC  (7+ messages)
  ` [PATCH v2 rdma-next 1/6] IB/CM: Add braces when using sizeof
  ` [PATCH v2 rdma-next 2/6] IB/SA: Rename ib_sa_path_rec to sa_path_rec
  ` [PATCH v2 rdma-next 3/6] IB/SA: Introduce path record specific types
  ` [PATCH v2 rdma-next 4/6] IB/SA: Split struct sa_path_rec based on IB and ROCE specific fields
  ` [PATCH v2 rdma-next 5/6] IB/SA: Add OPA path record type
  ` [PATCH v2 rdma-next 6/6] IB/SA: Add support to query OPA path records

[PATCH 0/4] infiniband: chelsio
 2017-04-20 20:14 UTC  (2+ messages)

Configure VF trust mode in 4.9
 2017-04-20 19:39 UTC  (4+ messages)

[PATCH rdma-next 1/2] IB/rxe: Offload CRC calculation when possible
 2017-04-20 19:28 UTC  (5+ messages)
  ` [PATCH rdma-next 2/2] IB/rxe: Cache dst in QP instead of getting it for each send

[PATCH rdma-next V2 0/6] Enhanced mode for IPoIB driver
 2017-04-20 18:52 UTC  (2+ messages)

Why RXE_COMP_MASK on RDMA SEND without immediate?
 2017-04-20 18:44 UTC  (3+ messages)

[PATCH rdma-next v2 00/12] Omni-Path Virtual Network Interface Controller (VNIC)
 2017-04-20 18:39 UTC  (2+ messages)

[RFC 0/2] IB/core: Add ESP Crypto Flow Steering support
 2017-04-20 18:31 UTC  (9+ messages)
  ` [RFC 1/2] Introduce egress IB flow steering flag
  ` [RFC 2/2] IB/core: ESP AES-GCM crypto offload action

[PATCH 1/1] IB/ipoib: add get_settings in ethtool (fwd)
 2017-04-20 17:44 UTC 

cqe dump errors on target while running nvme-of large block read IO
 2017-04-20 17:30 UTC  (7+ messages)

[PATCH] net/mlx4: suppress 'may be used uninitialized' warning
 2017-04-20 17:19 UTC  (2+ messages)

kernel NULL pointer during reset_controller operation with IO on 4.11.0-rc7
 2017-04-20 16:21 UTC  (2+ messages)

[PATCH for-next 0/6] IB/core: Small fixes and refactors for IDR locking series
 2017-04-20 15:45 UTC  (5+ messages)
` [PATCH for-next 6/6] IB/core: Rename uverbs event file structure

[PATCH 1/1] IB/ipoib: add get_settings in ethtool
 2017-04-20 10:54 UTC  (4+ messages)

[PATCH rdma-next] IB/mlx5: Set correct SL in completion for RoCE
 2017-04-20 10:26 UTC 

Unexpected issues with 2 NVME initiators using the same target
 2017-04-20 10:18 UTC  (5+ messages)

[PATCH rdma-next 0/6] Add support for OPA path records
 2017-04-19 17:59 UTC  (9+ messages)
` [PATCH rdma-next 5/6] IB/SA: Add OPA path record type
` [PATCH rdma-next 6/6] IB/SA: Add support to query OPA path records

[PATCH v2 rdma-next 00/18] Enhance ib_ah_attr to specify types
 2017-04-19 16:43 UTC  (7+ messages)
` [PATCH v2 rdma-next 02/18] IB/IPoIB: Remove 'else' when the 'if' has a return
` [PATCH v2 rdma-next 11/18] IB/mlx4: Rename to_ib_ah_attr to to_rdma_ah_attr
` [PATCH v2 rdma-next 12/18] IB/mlx5: "

export pcie_flr and remove copies of it in drivers V2
 2017-04-19 16:40 UTC  (4+ messages)

'nvmetcli clear' operation caused kernel BUG after offline CPUS on initiator side during IO
 2017-04-19 16:28 UTC 

[PATCH rdma-core 0/5] Common MMIO accessors for rdma-core
 2017-04-19 15:54 UTC  (12+ messages)
` [PATCH rdma-core 1/5] util: Add common mmio macros
` [PATCH rdma-core 5/5] Add mmio_memcpy_x64

rdma-core: ​libibumad symbols version downgrade
 2017-04-19 15:36 UTC  (3+ messages)

[PATCH RFC 00/10] IB/core: SG IOCTL based RDMA ABI
 2017-04-19 15:20 UTC  (11+ messages)
  ` [PATCH RFC 01/10] IB/core: Add a generic way to execute an operation on a uobject
  ` [PATCH RFC 02/10] IB/core: Add support to finalize objects in one transaction
  ` [PATCH RFC 03/10] IB/core: Add new ioctl interface
  ` [PATCH RFC 04/10] IB/core: Declare a type instead of declaring only type attributes
  ` [PATCH RFC 05/10] IB/core: Add DEVICE type and root types structure
  ` [PATCH RFC 06/10] IB/core: Initialize uverbs types specification
  ` [PATCH RFC 07/10] IB/core: Add macros for declaring actions and attributes
  ` [PATCH RFC 08/10] IB/core: Add ability to explicitly destroy an uobject
  ` [PATCH RFC 09/10] IB/core: Add uverbs types, actions, handlers and attributes
  ` [PATCH RFC 10/10] IB/core: Expose ioctl interface through experimental Kconfig

Crashes due to concurrent calls to ib_unmap_fmr()
 2017-04-19  8:02 UTC  (5+ messages)

RDMA performance comparison: IBNBD, SCST, NVMEoF
 2017-04-19  6:02 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).