From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nelio Laranjeiro Subject: [PATCH v3 0/6] net/mlx5: performance improvement Date: Tue, 20 Sep 2016 10:53:45 +0200 Message-ID: References: Cc: Adrien Mazarguil , Bruce Richardson To: dev@dpdk.org Return-path: Received: from mail-lf0-f41.google.com (mail-lf0-f41.google.com [209.85.215.41]) by dpdk.org (Postfix) with ESMTP id 21C955589 for ; Tue, 20 Sep 2016 10:54:07 +0200 (CEST) Received: by mail-lf0-f41.google.com with SMTP id g62so7463457lfe.3 for ; Tue, 20 Sep 2016 01:54:07 -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". Changes in v3: - Rework some commits log. Nelio Laranjeiro (6): net/mlx5: rework hardware structures net/mlx5: reduce memory overhead of Rx/Tx descriptors net/mlx5: reduce memory overhead for CQE handling net/mlx5: reduce memory overhead for BF handling net/mlx5: reduce memory overhead for WQE handling 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