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@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html