From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nelio Laranjeiro Subject: [PATCH v2 0/6] net/mlx5: performance improvement Date: Wed, 14 Sep 2016 14:18:01 +0200 Message-ID: References: Cc: Adrien Mazarguil To: dev@dpdk.org Return-path: Received: from mail-wm0-f53.google.com (mail-wm0-f53.google.com [74.125.82.53]) by dpdk.org (Postfix) with ESMTP id B6A428E58 for ; Wed, 14 Sep 2016 14:18:20 +0200 (CEST) Received: by mail-wm0-f53.google.com with SMTP id k186so3254889wmd.0 for ; Wed, 14 Sep 2016 05:18:20 -0700 (PDT) In-Reply-To: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" - Rework structure elements to reduce their size. - Removes a second useless loop in Tx burst function. This series should be applied on top of "net/mlx5: various fixes". Changes in v2: - rework serie to apply it on top of "net/mlx5: various fixes". Nelio Laranjeiro (6): net/mlx5: rework hardware structures net/mlx5: reduce Tx and Rx structure size net/mlx5: reduce Tx and Rx structure size net/mlx5: reduce Tx structure size net/mlx5: reduce Tx and Rx structure size net/mlx5: remove gather loop on segments drivers/net/mlx5/mlx5_ethdev.c | 4 +- drivers/net/mlx5/mlx5_prm.h | 70 ++----- drivers/net/mlx5/mlx5_rxq.c | 12 +- drivers/net/mlx5/mlx5_rxtx.c | 460 +++++++++++++++++++++-------------------- drivers/net/mlx5/mlx5_rxtx.h | 22 +- drivers/net/mlx5/mlx5_txq.c | 18 +- 6 files changed, 286 insertions(+), 300 deletions(-) -- 2.1.4