From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id B35F5A0C4A; Wed, 7 Jul 2021 11:03:23 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 832DB406FF; Wed, 7 Jul 2021 11:03:23 +0200 (CEST) Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mails.dpdk.org (Postfix) with ESMTP id 69A86406B4 for ; Wed, 7 Jul 2021 11:03:22 +0200 (CEST) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id BC2D0ED1; Wed, 7 Jul 2021 02:03:21 -0700 (PDT) Received: from net-arm-n1amp-02.shanghai.arm.com (net-arm-n1amp-02.shanghai.arm.com [10.169.210.110]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id D79FC3F694; Wed, 7 Jul 2021 02:03:18 -0700 (PDT) From: Ruifeng Wang To: rasland@nvidia.com, matan@nvidia.com, shahafs@nvidia.com, viacheslavo@nvidia.com Cc: dev@dpdk.org, jerinj@marvell.com, nd@arm.com, honnappa.nagarahalli@arm.com, Ruifeng Wang Date: Wed, 7 Jul 2021 17:03:05 +0800 Message-Id: <20210707090307.1650632-1-ruifeng.wang@arm.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20210601083055.97261-1-ruifeng.wang@arm.com> References: <20210601083055.97261-1-ruifeng.wang@arm.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dpdk-dev] [PATCH v2 0/2] MLX5 PMD tuning X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" This series include optimizations for MLX5 PMD. In tests on Arm N1SDP with MLX5 40G NIC, changes showed performance gain. Ruifeng Wang (2): net/mlx5: remove redundant operations net/mlx5: reduce unnecessary memory access drivers/net/mlx5/mlx5_rxtx_vec.c | 35 +++++++++++++++------------ drivers/net/mlx5/mlx5_rxtx_vec_neon.h | 11 ++++----- 2 files changed, 25 insertions(+), 21 deletions(-) -- 2.25.1