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 70823A0524; Tue, 1 Jun 2021 10:31:23 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 31D3E40041; Tue, 1 Jun 2021 10:31:23 +0200 (CEST) Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mails.dpdk.org (Postfix) with ESMTP id 19C2E40040 for ; Tue, 1 Jun 2021 10:31: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 7EE361FB; Tue, 1 Jun 2021 01:31:21 -0700 (PDT) Received: from net-arm-n1amp-01.shanghai.arm.com (net-arm-n1amp-01.shanghai.arm.com [10.169.210.111]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id 99A3A3F73D; Tue, 1 Jun 2021 01:31: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: Tue, 1 Jun 2021 08:30:53 +0000 Message-Id: <20210601083055.97261-1-ruifeng.wang@arm.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dpdk-dev] [PATCH 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 | 6 ++++-- drivers/net/mlx5/mlx5_rxtx_vec_neon.h | 9 +-------- 2 files changed, 5 insertions(+), 10 deletions(-) -- 2.25.1