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 A78CCA0C48 for ; Tue, 6 Jul 2021 08:55:05 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 92ED94121D; Tue, 6 Jul 2021 08:55:05 +0200 (CEST) Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mails.dpdk.org (Postfix) with ESMTP id 762CF4067E; Tue, 6 Jul 2021 08:55:03 +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 895C931B; Mon, 5 Jul 2021 23:55:02 -0700 (PDT) Received: from net-arm-n1sdp.shanghai.arm.com (net-arm-n1sdp.shanghai.arm.com [10.169.208.222]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id A4DBC3F5A1; Mon, 5 Jul 2021 23:54:59 -0700 (PDT) From: Joyce Kong To: beilei.xing@intel.com, qi.z.zhang@intel.com, ruifeng.wang@arm.com, honnappa.nagarahalli@arm.com, bruce.richardson@intel.com, helin.zhang@intel.com Cc: dev@dpdk.org, stable@dpdk.org, nd@arm.com Date: Tue, 6 Jul 2021 01:54:02 -0500 Message-Id: <20210706065404.25137-1-joyce.kong@arm.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20210604073405.14880-1-joyce.kong@arm.com> References: <20210604073405.14880-1-joyce.kong@arm.com> Subject: [dpdk-stable] [PATCH v3 0/2] fixes for i40e hw scan ring X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" This patchset contains two parts for i40e PMD, one is to add the logic of processing continuous DD bits for Arm platform, the other is to replace SMP barrier with thread fence. v3: Seperate the commit changes into two parts. v2: Only add the compile option for Arm and keep X86 intact. v1: The initial version. Joyce Kong (2): net/i40e: add logic of processing continuous DD bits for Arm net/i40e: replace SMP barrier with thread fence drivers/net/i40e/i40e_rxtx.c | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) -- 2.17.1