From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leon Romanovsky Subject: [PATCH rdma-next 0/3] Introduce new mlx5 CQE format Date: Sun, 27 May 2018 13:42:31 +0300 Message-ID: <20180527104234.17261-1-leon@kernel.org> Cc: Leon Romanovsky , RDMA mailing list , Guy Levi , Yishai Hadas , Yonatan Cohen , Saeed Mahameed , linux-netdev To: Doug Ledford , Jason Gunthorpe Return-path: Received: from mail.kernel.org ([198.145.29.99]:47842 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S936279AbeE0Kmj (ORCPT ); Sun, 27 May 2018 06:42:39 -0400 Sender: netdev-owner@vger.kernel.org List-ID: From: Leon Romanovsky 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 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(-)