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 E3C59A09E0; Fri, 13 Nov 2020 18:38:16 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 86CDBC86C; Fri, 13 Nov 2020 18:38:14 +0100 (CET) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 29DDAC868 for ; Fri, 13 Nov 2020 18:38:11 +0100 (CET) IronPort-SDR: 0bhvC9kaj/svsWlUmhobF59rKzTqi1kYRHdz/c2HeDfFuhc3xvZN200V0SR59p1Jk6X+iTs+Lt /ruLstYgGDRA== X-IronPort-AV: E=McAfee;i="6000,8403,9804"; a="234664043" X-IronPort-AV: E=Sophos;i="5.77,476,1596524400"; d="scan'208";a="234664043" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 13 Nov 2020 09:38:10 -0800 IronPort-SDR: TkwA/hngeXEgijq0Xt3BameTdtmCsLpWZWH7cle/G/8P2XHkTiMeq2Ej8IxsHp0kMIBoSE6Z3+ V/OKuy88oYvA== X-IronPort-AV: E=Sophos;i="5.77,476,1596524400"; d="scan'208";a="474745189" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.252.3.208]) ([10.252.3.208]) by orsmga004-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 13 Nov 2020 09:38:07 -0800 To: Lance Richardson , Ajit Khaparde , Somnath Kotur , David Marchand , Phil Yang , Joyce Kong , Ruifeng Wang , Honnappa Nagarahalli , Kalesh AP , Rahul Gupta Cc: dev@dpdk.org References: <20201113160445.365550-1-lance.richardson@broadcom.com> From: Ferruh Yigit Message-ID: <3f8459e4-c386-da4e-741d-96ea9dfde36b@intel.com> Date: Fri, 13 Nov 2020 17:38:03 +0000 MIME-Version: 1.0 In-Reply-To: <20201113160445.365550-1-lance.richardson@broadcom.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] net/bnxt: fix doorbell barrier location 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" On 11/13/2020 4:04 PM, Lance Richardson wrote: > Simplify some doorbell functions now that rte_cio_wmb() has been > eliminated and rte_io_wmb() is equivalent for Arm. > > Fix a performance degradation on x86 platforms caused by a > previous Arm performance fix by moving the compiler barrier > closer to the I/O write. > > Fixes: f0f5d844d138 ("eal: remove deprecated coherent IO memory barriers") > Fixes: bfc1d45875e2 ("net/bnxt: fix performance for Arm") > Signed-off-by: Lance Richardson > Signed-off-by: Ajit Khaparde Applied to dpdk-next-net/main, thanks.