From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leon Romanovsky Subject: [PATCH rdma-next 0/2] Introduce an IB device's scatter end padding capability Date: Tue, 17 Oct 2017 18:18:55 +0300 Message-ID: <20171017151857.11934-1-leon@kernel.org> Return-path: Sender: linux-rdma-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Doug Ledford Cc: linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Leon Romanovsky List-Id: linux-rdma@vger.kernel.org There are PCIe root complex that are able to optimize their performance when incoming data is multiple full cache lines. Expose the device capability to pad the ending of incoming packets (scatter) to full cache line such that the last upstream write generated by the incoming packet will be a full cache line. The patches are available in the git repository at: git.kernel.org/pub/scm/linux/kernel/git/leon/linux-rdma.git tags/rdma-next-2017-10-17-2 Thanks --------------------------------------- Noa Osherovich (2): IB/core: Add scatter end padding flags for WQ and QP IB/mlx5: Add scatter end padding support drivers/infiniband/core/uverbs_cmd.c | 3 ++- drivers/infiniband/hw/mlx5/main.c | 3 +++ drivers/infiniband/hw/mlx5/mlx5_ib.h | 2 ++ drivers/infiniband/hw/mlx5/qp.c | 36 +++++++++++++++++++++++++++++++++--- include/rdma/ib_verbs.h | 4 ++++ 5 files changed, 44 insertions(+), 4 deletions(-) -- 2.14.2 -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html