From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 0F208A0613 for ; Sun, 25 Aug 2019 03:35:27 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 321511BFCB; Sun, 25 Aug 2019 03:35:26 +0200 (CEST) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id C3BAA1BFC8 for ; Sun, 25 Aug 2019 03:35:24 +0200 (CEST) X-Amp-Result: UNKNOWN X-Amp-Original-Verdict: FILE UNKNOWN X-Amp-File-Uploaded: False Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 24 Aug 2019 18:35:22 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,427,1559545200"; d="scan'208";a="173847935" Received: from yexl-server.sh.intel.com (HELO localhost) ([10.67.117.5]) by orsmga008.jf.intel.com with ESMTP; 24 Aug 2019 18:35:21 -0700 Date: Sun, 25 Aug 2019 09:33:57 +0800 From: Ye Xiaolong To: Ruifeng Wang Cc: jerinj@marvell.com, gavin.hu@arm.com, dev@dpdk.org, honnappa.nagarahalli@arm.com, nd@arm.com Message-ID: <20190825013357.GA114581@intel.com> References: <20190813100248.8000-1-ruifeng.wang@arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190813100248.8000-1-ruifeng.wang@arm.com> User-Agent: Mutt/1.9.4 (2018-02-28) Subject: Re: [dpdk-dev] [PATCH 0/2] IXGBE vPMD changes for aarch64 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 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" Hi, Thanks for the patches, could you also provide the Fixes tag and cc stable? The patchset looks good to me. Thanks, Xiaolong On 08/13, Ruifeng Wang wrote: >Couple of changes to IXGBE vector PMD on aarch64 platform. >An unnecessary memory barrier was identified and removed. >Also part of processing was replaced with NEON intrinsics. >Both of the changes will help to improve performance. > >Ruifeng Wang (2): > net/ixgbe: remove barrier in vPMD for aarch64 > net/ixgbe: use neon intrinsics to count packet for aarch64 > > drivers/net/ixgbe/ixgbe_rxtx_vec_neon.c | 32 ++++++++++++------------- > 1 file changed, 16 insertions(+), 16 deletions(-) > >-- >2.17.1 >