[0/3] reduce redundant store operation for Tx free
Message ID | 20211220055039.4035627-1-feifei.wang2@arm.com (mailing list archive) |
---|---|
Headers |
Return-Path: <dev-bounces@dpdk.org> X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 76BA4A034C; Mon, 20 Dec 2021 06:50:51 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 086E640395; Mon, 20 Dec 2021 06:50:51 +0100 (CET) Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mails.dpdk.org (Postfix) with ESMTP id 632E240141 for <dev@dpdk.org>; Mon, 20 Dec 2021 06:50:49 +0100 (CET) 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 A8B901042; Sun, 19 Dec 2021 21:50:48 -0800 (PST) Received: from net-x86-dell-8268.shanghai.arm.com (net-x86-dell-8268.shanghai.arm.com [10.169.210.123]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id 553673F5A1; Sun, 19 Dec 2021 21:50:47 -0800 (PST) From: Feifei Wang <feifei.wang2@arm.com> To: Cc: dev@dpdk.org, nd@arm.com, Feifei Wang <feifei.wang2@arm.com> Subject: [PATCH 0/3] reduce redundant store operation for Tx free Date: Mon, 20 Dec 2021 13:50:36 +0800 Message-Id: <20211220055039.4035627-1-feifei.wang2@arm.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions <dev.dpdk.org> List-Unsubscribe: <https://mails.dpdk.org/options/dev>, <mailto:dev-request@dpdk.org?subject=unsubscribe> List-Archive: <http://mails.dpdk.org/archives/dev/> List-Post: <mailto:dev@dpdk.org> List-Help: <mailto:dev-request@dpdk.org?subject=help> List-Subscribe: <https://mails.dpdk.org/listinfo/dev>, <mailto:dev-request@dpdk.org?subject=subscribe> Errors-To: dev-bounces@dpdk.org |
Message
Feifei Wang
Dec. 20, 2021, 5:50 a.m. UTC
Reduce redundant store operation for buffer free in Tx path. Feifei Wang (3): net/i40e: reduce redundant store operation net/ice: reduce redundant store operation net/ixgbe: reduce redundant store operation drivers/net/i40e/i40e_rxtx.c | 3 --- drivers/net/i40e/i40e_rxtx_vec_common.h | 1 - drivers/net/ice/ice_rxtx.c | 2 -- drivers/net/ixgbe/ixgbe_rxtx.c | 1 - 4 files changed, 7 deletions(-)