On 5/27/2018 1:42 PM, Leon Romanovsky wrote:
From: Leon Romanovsky <leonro@xxxxxxxxxxxx> Introduce new internal to mlx5 CQE format - mini-CQE. It is a CQE in compressed form that holds data needed to extra a single full CQE. It stride index, byte count and packet checksum. Thanks
The matching rdma-core PR is ready at below URL [1]. [1] https://github.com/linux-rdma/rdma-core/pull/337
Yonatan Cohen (3): net/mlx5: Exposing a new mini-CQE format IB/mlx5: Refactor CQE compression response IB/mlx5: Introduce a new mini-CQE format drivers/infiniband/hw/mlx5/cq.c | 42 +++++++++++++++++++++++++++++---------- drivers/infiniband/hw/mlx5/main.c | 20 +++++++++++++------ include/linux/mlx5/mlx5_ifc.h | 3 ++- include/uapi/rdma/mlx5-abi.h | 2 +- 4 files changed, 49 insertions(+), 18 deletions(-) -- 2.14.3 -- 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
-- 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