linux-rdma.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-10-13 10:56:02 to 2017-10-18 20:41:42 UTC [more...]

[PATCH rdma-next v1 0/6] RDMA core and mlx5 fixes and refactoring for 4.15
 2017-10-18 20:41 UTC  (18+ messages)
  ` [PATCH rdma-next v1 1/6] IB/core: Introduce and use rdma_create_user_ah
  ` [PATCH rdma-next v1 2/6] IB: Let ib_core resolve destination mac address
  ` [PATCH rdma-next v1 3/6] IB/core: Fix unable to change lifespan entry for hw_counters
  ` [PATCH rdma-next v1 4/6] IB/core: Fix use workqueue without WQ_MEM_RECLAIM
  ` [PATCH rdma-next v1 5/6] IB/core: Take into account optional UDR, XRC headers and mandatory ICRC for RoCE MTU
  ` [PATCH rdma-next v1 6/6] IB/mlx5: Use ARRAY_SIZE

Need to set if_index in ib_init_ah_from_wc() ?
 2017-10-18 19:00 UTC  (3+ messages)

[PATCH for-next 00/12] i40iw patches for 4.15
 2017-10-18 17:30 UTC  (16+ messages)
  ` [PATCH for-next 01/12] i40iw: Cleanup AE processing
  ` [PATCH for-next 02/12] i40iw: Ignore AE source field in AEQE for some AEs
  ` [PATCH for-next 03/12] i40iw: Remove unused static_rsrc from i40iw_create_qp_info
  ` [PATCH for-next 04/12] i40iw: Move exception_lan_queue to VSI structure
  ` [PATCH for-next 05/12] i40iw: Remove unused structures
  ` [PATCH for-next 06/12] i40iw: Account for IPv6 header when setting MSS
  ` [PATCH for-next 07/12] i40iw: Move ceq_valid to i40iw_sc_dev structure
  ` [PATCH for-next 08/12] i40iw: Reinitialize IEQ on MTU change
  ` [PATCH for-next 09/12] i40iw: Refactor queue depth calculation
  ` [PATCH for-next 10/12] i40iw: Clear CQP Head/Tail during initialization
  ` [PATCH for-next 11/12] i40iw: Remove UDA QP from QoS list if creation fails
  ` [PATCH for-next 12/12] i40iw: Move cqp_cmd_head init to CQP initialization

[PATCH] RDMA/cxgb4: Convert timers to use timer_setup()
 2017-10-18 16:21 UTC  (3+ messages)

[PATCH] rxe_cfg: Fix parsing of ethtool / ifconfig
 2017-10-18 16:12 UTC  (8+ messages)

[PATCH v2 00/15] make structure field, function arguments and structures const
 2017-10-18 16:05 UTC  (30+ messages)
` [PATCH v2 01/15] configfs: make ci_type field, some pointers and function arguments const
` [PATCH v2 02/15] usb: gadget: make config_item_type structures const
  ` [PATCH v2 03/15] target: make config_item_type const
` [PATCH v2 04/15] iio: make function argument and some structures const
` [PATCH v2 05/15] ocfs2/cluster: make config_item_type const
` [PATCH v2 06/15] PCI: endpoint: "
` [PATCH v2 07/15] usb: gadget: configfs: "
` [PATCH v2 08/15] nvmet: "
` [PATCH v2 09/15] ACPI: configfs: "
` [PATCH v2 10/15] nullb: "
` [PATCH v2 11/15] stm class: "
` [PATCH v2 12/15] RDMA/cma: "
` [PATCH v2 13/15] netconsole: "
` [PATCH v2 14/15] dlm: "
` [PATCH v2 15/15] configfs: "

[PATCH] RDMA/i40iw: Convert timers to use timer_setup() (part 2)
 2017-10-18 15:57 UTC  (3+ messages)

[PATCH] IB/hfi1: Convert timers to use timer_setup()
 2017-10-18 15:50 UTC  (2+ messages)

[PATCH] IB/rdmavt: Convert timers to use timer_setup()
 2017-10-18 15:49 UTC  (2+ messages)

[PATCH] RDMA/cxgb3: Convert timers to use timer_setup()
 2017-10-18 15:49 UTC  (3+ messages)

[PATCH v2 1/2] ibacm: Incorrect usage of BE byte order of MLID attach/detach_mcast()
 2017-10-18 15:37 UTC  (4+ messages)
  ` [PATCH v2 2/2] ibacm: Incorrect list used for subnet list causes a segfault

[pull request][for-next 00/12] Mellanox, mlx5 IPoIB Muli Pkey support 2017-10-11
 2017-10-18 15:08 UTC  (18+ messages)
` [for-next 02/12] net/mlx5: PTP code migration to driver core section
` [for-next 04/12] net/mlx5: Support for attaching multiple underlay QPs to root flow table
` [for-next 05/12] IB/ipoib: Grab rtnl lock on heavy flush when calling ndo_open/stop
` [for-next 06/12] IB/ipoib: Add ability to set PKEY index to lower device driver
` [for-next 07/12] net/mlx5e: IPoIB, Support for setting PKEY index to underlay QP
  ` [for-next 01/12] net/mlx5: File renaming towards ptp core implementation
  ` [for-next 03/12] net/mlx5e: IPoIB, Move underlay QP init/uninit to separate functions
  ` [for-next 08/12] net/mlx5e: IPoIB, Use hash-table to map between QPN to child netdev
  ` [for-next 11/12] net/mlx5e: IPoIB, Add PKEY child interface ethtool ops
    ` [pull request][for-next 00/12] Mellanox, mlx5 IPoIB Muli Pkey support 2017-10-11,Re: [pull request][for-next 00/12] Mellanox, mlx5 IPoIB Muli Pkey support 2017-10-11
` [for-next 09/12] net/mlx5e: IPoIB, Add PKEY child interface nic profile
` [for-next 10/12] net/mlx5e: IPoIB, Add PKEY child interface ndos
` [for-next 12/12] net/mlx5e: IPoIB, Modify rdma netdev allocate and free to support PKEY

[PATCH rdma-next 0/5] RDMA core, mlx5 fixes and refactoring for 4.15
 2017-10-18 15:02 UTC  (8+ messages)
  ` [PATCH rdma-next 1/5] IB: Let ib_core resolve destination mac address
  ` [PATCH rdma-next 2/5] IB/core: Fix unable to change lifespan entry for hw_counters
  ` [PATCH rdma-next 3/5] IB/core: Fix use workqueue without WQ_MEM_RECLAIM
  ` [PATCH rdma-next 4/5] IB/core: Take into account optional UDR, XRC headers and mandatory ICRC for RoCE MTU
  ` [PATCH rdma-next 5/5] IB/mlx5: Use ARRAY_SIZE

[PATCH v2 0/8] SRP patches for kernel v4.15
 2017-10-18 14:50 UTC  (2+ messages)

[PATCH] RDMA/uverbs: Make the code in ib_uverbs_cmd_verbs() less confusing
 2017-10-18 14:42 UTC  (2+ messages)

[PATCH] bnxt_re: Make room for mapping beyond 32 entries
 2017-10-18 14:38 UTC  (2+ messages)

[PATCH] bnxt_re: Fix incorrect usage of test_bit()
 2017-10-18 14:26 UTC  (2+ messages)

[PATCH for-next] IB,hfi1 Add MODULE_FIRMWARE statements
 2017-10-18 14:25 UTC  (2+ messages)

[PATCH][next] RDMA/hns: fix spelling mistake: "Reseved" -> "Reserved"
 2017-10-18 14:24 UTC  (2+ messages)

[PATCH for-next 0/4] Add Features & Code improvements for hip08
 2017-10-18 14:23 UTC  (9+ messages)
` [PATCH for-next 2/4] RDMA/hns: Add IOMMU enable support in hip08
` [PATCH for-next 3/4] RDMA/hns: Update the IRRL table chunk size "

[PATCH for-next 0/7] IB/hfi1,rdmavt: Driver fixes for 10/9/2017
 2017-10-18 14:13 UTC  (2+ messages)

[PATCH rdma-next 0/2] Introduce an IB device's scatter end padding capability
 2017-10-18 13:53 UTC  (7+ messages)
  ` [PATCH rdma-next 1/2] IB/core: Add scatter end padding flags for WQ and QP
  ` [PATCH rdma-next 2/2] IB/mlx5: Add scatter end padding support

[PATCH rdma-next 0/2] Introduce Multi-Packet receive work queue
 2017-10-18  9:55 UTC  (4+ messages)
  ` [PATCH rdma-next 1/2] IB/mlx5: Expose multi-packet RQ capabilities
  ` [PATCH rdma-next 2/2] IB/mlx5: Allow creation of a multi-packet RQ

[PATCH V2 0/3] RDMA/hns: Add Features & Code improvements for hip08
 2017-10-18  9:32 UTC  (4+ messages)
` [PATCH V2 1/3] RDMA/hns: Support WQE/CQE/PBL page size configurable feature in hip08
  ` [PATCH V2 2/3] RDMA/hns: Update the IRRL table chunk size "
` [PATCH V2 3/3] RDMA/hns: Update the PD&CQE&MTT specification "

[PATCH] RDMA/i40iw: Convert timers to use timer_setup()
 2017-10-17 18:37 UTC  (4+ messages)

[PATCH rdma-core 0/5] Userspace library matching for hip08 RoCE
 2017-10-17 13:12 UTC  (6+ messages)
  ` [PATCH rdma-core 1/5] libhns: Add new PCI device matching for hip08
  ` [PATCH rdma-core 2/5] libhns: Introduce QP operations refered to hip08 RoCE device
  ` [PATCH rdma-core 3/5] libhns: Introduce CQ operations refered to hip08 device
  ` [PATCH rdma-core 4/5] libhns: Reimplement verbs of post_send and post_recv for hip08 RoCE
  ` [PATCH rdma-core 5/5] libhns: Update consolidate repo for userspace library of "

[PATCH] IB/ipoib: Enable pkey and device name decoupling
 2017-10-17 10:21 UTC  (8+ messages)

[PATCH net-next] qed: Fix iWARP out of order flow
 2017-10-17  7:23 UTC 

[PATCH v2] linux/types.h: Restore the ability to disable sparse endianness checks
 2017-10-16 21:26 UTC  (3+ messages)

[PATCH 1 0/5] NFS/RDMA client patches for v4.15, pt. 2
 2017-10-16 19:01 UTC  (6+ messages)
  ` [PATCH 1 1/5] xprtrdma: Throw away reply when version is unrecognized
  ` [PATCH 1 2/5] xprtrdma: Move decoded header fields into rpcrdma_rep
  ` [PATCH 1 3/5] xprtrdma: Refactor rpcrdma_reply_handler some more
  ` [PATCH 1 4/5] xprtrdma: Invoke rpcrdma_reply_handler directly from RECV completion
  ` [PATCH 1 5/5] xprtrdma: Decode credits field in rpcrdma_reply_handler

[PATCH rdma-next] RDMA: Remove Sean's and Hal's emails from MAINTAINER file
 2017-10-16 17:04 UTC  (2+ messages)

[PATCH 1/2] ibacm: Incorrect usage of BE byte order of MLID attach/detach_mcast()
 2017-10-16 14:24 UTC  (4+ messages)
  ` [PATCH 2/2] ibacm: Incorrect list used for subnet list causes a segfault

nvmeof rdma regression issue on 4.14.0-rc1 (or maybe mlx4?)
 2017-10-16 10:21 UTC  (10+ messages)

[PATCH rdma-next 0/3] IPoIB TX NAPI
 2017-10-16  5:49 UTC  (4+ messages)
  ` [PATCH rdma-next 1/3] IB/ipoib: Get rid of the tx_outstanding variable in all modes
  ` [PATCH rdma-next 2/3] IB/ipoib: Use NAPI in UD/TX flows
  ` [PATCH rdma-next 3/3] IB/ipoib: Change number of TX wqe to 64

[PATCH 1/2] ibacm: Incorrect usage of BE byte order of MLID attach/detach_mcast()
 2017-10-16  4:58 UTC  (6+ messages)
  ` [PATCH 2/2] ibacm: Incorrect list used for subnet list causes a segfault

[PATCH v7 07/12] dma-mapping: introduce dma_has_iommu()
 2017-10-15 15:21 UTC  (13+ messages)

[PATCH v2 00/45] Address issues detected by static analysis tools
 2017-10-15  7:52 UTC  (4+ messages)
` [PATCH v2 37/45] RDMA/qedr: Remove set-but-not-used variables

[PATCH 00/47] Address issues detected by static analysis tools
 2017-10-15  7:37 UTC  (7+ messages)
` [PATCH 05/47] RDMA/uverbs: Make the code in ib_uverbs_cmd_verbs() less confusing

[PATCH v2 04/13] SoftiWarp object management
 2017-10-14  8:21 UTC  (16+ messages)
` [PATCH v2 00/13] Request for Comments on SoftiWarp
  ` [PATCH v2 03/13] Attach/detach SoftiWarp to/from network and RDMA subsystem
  ` [PATCH v2 06/13] SoftiWarp connection management
  ` [PATCH v2 12/13] SoftiWarp debugging code

[PATCH 0/1] Request for Comments on SoftiWarp
 2017-10-14  0:54 UTC  (5+ messages)

[PATCH] xprtrdma: Use generic asynchronous MR disposal in send_request
 2017-10-13 21:47 UTC 

[PATCH v1 0/3] NFS/RDMA client patches for v4.15
 2017-10-13 19:05 UTC  (5+ messages)
` [PATCH v1 2/3] xprtrdma: Use ro_unmap_sync in xprt_rdma_send_request

[PATCH] IB/hfi1: Fix a wrapping test (make it less strict)
 2017-10-13 10:56 UTC 

[PATCH v2 03/13] Attach/detach SoftiWarp to/from network and RDMA subsystem
 2017-10-08 13:03 UTC 

[PATCH v2 12/13] SoftiWarp debugging code
 2017-10-08 12:39 UTC 

[PATCH v2 06/13] SoftiWarp connection management
 2017-10-06 16:04 UTC 


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