Changelog v0->v1: * Rename *_SCATTER_END_PADDING flags to be *_PCI_WRITE_END_PADDING --------------------------------------- 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 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-29 Thanks --------------------------------------- Noa Osherovich (2): IB/core: Add PCI write end padding flags for WQ and QP IB/mlx5: Add PCI write end padding support drivers/infiniband/core/uverbs_cmd.c | 3 ++- drivers/infiniband/hw/mlx5/main.c | 3 +++ drivers/infiniband/hw/mlx5/mlx5_ib.h | 3 ++- drivers/infiniband/hw/mlx5/qp.c | 36 +++++++++++++++++++++++++++++++++--- include/rdma/ib_verbs.h | 4 ++++ 5 files changed, 44 insertions(+), 5 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