public inbox for linux-rdma@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-10-06 21:32:50 to 2017-10-09 17:23:50 UTC [more...]

[PATCH linux-firmware 1/1] qed: Add firmware 8.30.16.0
 2017-10-09 17:23 UTC  (2+ messages)

[PATCH v3 net-next 00/12] qed: Add iWARP support for unaligned MPA packets
 2017-10-09 17:21 UTC  (14+ messages)
` [PATCH v3 net-next 02/12] qed: Add ll2 ability of opening a secondary queue
` [PATCH v3 net-next 03/12] qed: Add ll2 option for dropping a tx packet
` [PATCH v3 net-next 04/12] qed: Fix initialization of ll2 offload feature
` [PATCH v3 net-next 05/12] qed: Add the source of a packet sent on an iWARP ll2 connection
` [PATCH v3 net-next 06/12] qed: Add LL2 slowpath handling
  ` [PATCH v3 net-next 01/12] qed: Add ll2 option to limit the number of bds per packet
  ` [PATCH v3 net-next 07/12] qed: Add ll2 connection for processing unaligned MPA packets
  ` [PATCH v3 net-next 11/12] qed: Add support for MPA header being split over two tcp packets
` [PATCH v3 net-next 08/12] qed: Add mpa buffer descriptors for storing and processing mpa fpdus
` [PATCH v3 net-next 09/12] qed: Add unaligned and packed packet processing
` [PATCH v3 net-next 10/12] qed: Add support for freeing two ll2 buffers for corner cases
` [PATCH v3 net-next 12/12] qed: Add iWARP support for fpdu spanned over more than two tcp packets

[PATCH] IB/core: remove redundant check on prot_sg_cnt
 2017-10-09 17:12 UTC  (2+ messages)

[PATCH 0/7] SRP patches for kernel v4.15
 2017-10-09 17:12 UTC  (16+ messages)
  ` [PATCH 1/7] IB/srpt: Limit the send and receive queue sizes to what the HCA supports
  ` [PATCH 2/7] IB/srpt: Cache global L_Key
  ` [PATCH 3/7] IB/srpt: Change default behavior from using SRQ to not using SRQ
  ` [PATCH 5/7] IB/srp: Remove second argument of srp_destroy_qp()
  ` [PATCH 6/7] IB/srp: Cache global rkey
  ` [PATCH 7/7] IB/srp: Make CM timeout dependent on subnet timeout
` [PATCH 4/7] IB/srp: Avoid a cable pull can trigger a kernel crash

[PATCH v7 00/12] MAP_DIRECT for DAX RDMA and userspace flush
 2017-10-09 17:10 UTC  (31+ messages)
` [PATCH v7 03/12] fs: introduce i_mapdcount
` [PATCH v7 05/12] xfs: prepare xfs_break_layouts() for reuse with MAP_DIRECT
` [PATCH v7 06/12] xfs: wire up MAP_DIRECT
` [PATCH v7 07/12] dma-mapping: introduce dma_has_iommu()
  ` [PATCH v8] dma-mapping: introduce dma_get_iommu_domain()
  ` [PATCH v7 01/12] mm: introduce MAP_SHARED_VALIDATE, a mechanism to safely define new mmap flags
  ` [PATCH v7 02/12] fs, mm: pass fd to ->mmap_validate()
  ` [PATCH v7 04/12] fs: MAP_DIRECT core
  ` [PATCH v7 08/12] fs, mapdirect: introduce ->lease_direct()
  ` [PATCH v7 10/12] device-dax: wire up ->lease_direct()
` [PATCH v7 09/12] xfs: "
` [PATCH v7 11/12] IB/core: use MAP_DIRECT to fix / enable RDMA to DAX mappings
  ` [PATCH v8 1/2] iommu: up-level sg_num_pages() from amd-iommu
  ` [PATCH v8 2/2] IB/core: use MAP_DIRECT to fix / enable RDMA to DAX mappings
` [PATCH v7 12/12] tools/testing/nvdimm: enable rdma unit tests

[PATCH 00/47] Address issues detected by static analysis tools
 2017-10-09 17:10 UTC  (68+ messages)
` [PATCH 01/47] IB/core: Fix endianness annotation in rdma_is_multicast_addr()
` [PATCH 02/47] IB/cm: Suppress gcc 7 fall-through complaints
` [PATCH 03/47] RDMA/cma: Avoid triggering undefined behavior
  ` [PATCH 04/47] RDMA/iwcm: Remove a set-but-not-used variable
  ` [PATCH 05/47] RDMA/uverbs: Make the code in ib_uverbs_cmd_verbs() less confusing
  ` [PATCH 06/47] RDMA/isert: Suppress gcc 7 fall-through complaints
  ` [PATCH 07/47] RDMA/bnxt_re: "
  ` [PATCH 08/47] RDMA/bnxt_re: Remove set-but-not-used variables
  ` [PATCH 09/47] RDMA/cxgb3: Annotate locking assumptions
  ` [PATCH 10/47] RDMA/cxgb3: Annotate an RCU pointer
  ` [PATCH 11/47] RDMA/cxgb3: Remove a set-but-not-used variable
  ` [PATCH 12/47] RDMA/cxgb4: Fix indentation
  ` [PATCH 13/47] RDMA/cxgb4: Declare a local variable 'static'
  ` [PATCH 14/47] RDMA/cxgb4: Suppress gcc 7 fall-through complaints
  ` [PATCH 15/47] RDMA/cxgb4: Remove a set-but-not-used variable
  ` [PATCH 16/47] IB/hfi1: Suppress gcc 7 fall-through complaints
  ` [PATCH 17/47] IB/hfi1: Remove set-but-not-used variables
  ` [PATCH 18/47] IB/hfi1: Define hfi1_handle_cnp_tbl[] once
  ` [PATCH 19/47] IB/hns: Annotate iomem pointers correctly
  ` [PATCH 20/47] IB/hns: Declare local functions 'static'
  ` [PATCH 21/47] RDMA/i40iw: Fix a race condition
  ` [PATCH 22/47] RDMA/i40iw: Suppress gcc 7 fall-through complaints
  ` [PATCH 23/47] RDMA/i40iw: Remove a set-but-not-used variable
  ` [PATCH 24/47] IB/mthca: Fix indentation
  ` [PATCH 25/47] IB/mlx4: Suppress gcc 7 fall-through complaints
  ` [PATCH 26/47] IB/mlx5: "
  ` [PATCH 27/47] IB/mlx5: Remove a set-but-not-used variable
  ` [PATCH 28/47] IB/nes: Fix indentation
  ` [PATCH 29/47] IB/nes: Suppress gcc 7 fall-through complaints
  ` [PATCH 30/47] IB/nes: Remove set-but-not-used variables
  ` [PATCH 31/47] IB/nes: Fix a race condition in nes_inetaddr_event()
  ` [PATCH 32/47] RDMA/ocrdma: Use NULL instead of 0 to represent a pointer
  ` [PATCH 33/47] RDMA/ocrdma: Suppress gcc 7 fall-through complaints
  ` [PATCH 34/47] RDMA/ocrdma: Remove set-but-not-used variables
  ` [PATCH 35/47] IB/opa: Fix endianness annotation of opa_is_extended_lid()
  ` [PATCH 36/47] RDMA/qedr: Use NULL instead of 0 to represent a pointer
  ` [PATCH 37/47] RDMA/qedr: Declare local functions static
  ` [PATCH 38/47] RDMA/qedr: Annotate iomem pointers correctly
  ` [PATCH 39/47] RDMA/qedr: Remove set-but-not-used variables
  ` [PATCH 40/47] IB/qib: Make qib_inc_eeprom_err() macro more safe to use
  ` [PATCH 41/47] IB/qib: Suppress gcc 7 fall-through complaints
  ` [PATCH 42/47] IB/qib: Remove set-but-not-used variables
  ` [PATCH 43/47] RDMA/rdmavt: Suppress gcc 7 fall-through complaints
  ` [PATCH 44/47] RDMA/rxe: "
  ` [PATCH 45/47] RDMA/usnic: Make the compiler check declaration consistency during compilation
  ` [PATCH 46/47] RDMA/usnic: Remove a set-but-not-used variable
  ` [PATCH 47/47] RDMA/usnic: Instantiate data structures once

[PATCH] IB/core: Simplify sa_path_set_[sd]lid() calls
 2017-10-09 16:27 UTC  (2+ messages)

[PATCH] infiniband: add MMU dependency for user_mem
 2017-10-09 16:26 UTC  (2+ messages)

[PATCH] net/mlx4_core: Convert timers to use timer_setup()
 2017-10-09 16:26 UTC  (2+ messages)

[PATCH] IB/ipoib: Convert timers to use timer_setup()
 2017-10-09 16:25 UTC  (3+ messages)

[PATCH] RDMA/i40iw: Convert timers to use timer_setup()
 2017-10-09 16:25 UTC  (5+ messages)

[PATCH] IB/qib: Convert timers to use timer_setup()
 2017-10-09 16:23 UTC  (2+ messages)

[PATCH] RDMA/nes: Convert timers to use timer_setup()
 2017-10-09 16:23 UTC  (2+ messages)

Is ib_mtu iboe_get_mtu() slightly off?
 2017-10-09 16:14 UTC  (5+ messages)

[PATCH] IB/rxe: check for allocation failure on elem
 2017-10-09 16:13 UTC  (7+ messages)

[PATCH v2] infiniband: use setup_timer() helper function
 2017-10-09 16:08 UTC  (2+ messages)

[PATCH v1 0/3] NFS/RDMA client patches for v4.15
 2017-10-09 16:03 UTC  (4+ messages)
  ` [PATCH v1 1/3] xprtrdma: Don't defer fencing an async RPC's chunks
  ` [PATCH v1 2/3] xprtrdma: Use ro_unmap_sync in xprt_rdma_send_request
  ` [PATCH v1 3/3] xprtrdma: Remove ro_unmap_safe

[PATCH rdma-core] verbs: Fix C++ compilation break
 2017-10-09 15:41 UTC  (4+ messages)

[pull request][for-next 0/9] Mellanox, mlx5 updates 2017-10-06
 2017-10-09 13:47 UTC  (12+ messages)
` [for-next 1/9] net/mlx5: Fix creating a new FTE when an existing but full FTE exists
  ` [for-next 2/9] net/mlx5: Avoid NULL pointer dereference on steering cleanup
  ` [for-next 3/9] net/mlx5: Move the entry index allocator to flow group
  ` [for-next 6/9] net/mlx5: Replace fs_node mutex with reader/writer semaphore
  ` [for-next 8/9] net/mlx5: Allocate FTE object without lock
  ` [for-next 9/9] net/mlx5: Add FGs and FTEs memory pool
` [for-next 4/9] net/mlx5: Export building of matched flow groups list
` [for-next 5/9] net/mlx5: Refactor FTE and FG creation code
` [for-next 7/9] net/mlx5: Support multiple updates of steering rules in parallel

[PATCH 00/12] radix-tree: split out struct radix_tree_root out to <linux/radix-tree-root.h>
 2017-10-09 12:02 UTC  (15+ messages)
` [PATCH 10/12] net/mlx4: replace <linux/radix-tree.h> with <linux/radix-tree-root.h>
` [PATCH 11/12] net/mlx5: "

[PATCH v2 00/13] Request for Comments on SoftiWarp
 2017-10-09  8:58 UTC  (20+ messages)
` [PATCH v2 01/13] iWARP wire packet format definition
` [PATCH v2 03/13] Attach/detach SoftiWarp to/from network and RDMA subsystem
` [PATCH v2 04/13] SoftiWarp object management
` [PATCH v2 05/13] SoftiWarp application interface
` [PATCH v2 08/13] SoftiWarp Queue Pair methods
` [PATCH v2 09/13] SoftiWarp transmit path
` [PATCH v2 12/13] SoftiWarp debugging code

[PATCH rdma-core] providers/i40iw: Do not generate CQE for RTR on QP flush
 2017-10-09  7:26 UTC  (2+ messages)

[PATCH v2 net-next 06/12] qed: Add LL2 slowpath handling
 2017-10-09  4:40 UTC  (4+ messages)

[PATCH rdma-core] iwpmd: Return existing mapping if port reused on active side
 2017-10-08 23:34 UTC 

[PATCH rdma-core] librdmacm: Fix compilation warnings
 2017-10-08  5:36 UTC  (2+ messages)

SQ overflow seen running isert traffic with high block sizes
 2017-10-06 22:40 UTC  (6+ messages)


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