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 10093A0C4D; Mon, 6 Sep 2021 03:55:03 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 88B6C40E32; Mon, 6 Sep 2021 03:55:02 +0200 (CEST) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by mails.dpdk.org (Postfix) with ESMTP id BFCF040C35; Mon, 6 Sep 2021 03:55:00 +0200 (CEST) X-IronPort-AV: E=McAfee;i="6200,9189,10098"; a="219546857" X-IronPort-AV: E=Sophos;i="5.85,271,1624345200"; d="scan'208";a="219546857" Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 05 Sep 2021 18:54:59 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.85,271,1624345200"; d="scan'208";a="430404267" Received: from fmsmsx601.amr.corp.intel.com ([10.18.126.81]) by orsmga003.jf.intel.com with ESMTP; 05 Sep 2021 18:54:59 -0700 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by fmsmsx601.amr.corp.intel.com (10.18.126.81) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2242.12; Sun, 5 Sep 2021 18:54:58 -0700 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX601.ccr.corp.intel.com (10.109.6.141) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2242.12; Mon, 6 Sep 2021 09:54:56 +0800 Received: from shsmsx601.ccr.corp.intel.com ([10.109.6.141]) by SHSMSX601.ccr.corp.intel.com ([10.109.6.141]) with mapi id 15.01.2242.012; Mon, 6 Sep 2021 09:54:56 +0800 From: "Zhang, Qi Z" To: "Tu, Lijuan" , "Yang, Qiming" CC: "Guo, Junfeng" , "dev@dpdk.org" , "stable@dpdk.org" Thread-Topic: [PATCH] net/ice: fix performance with writeback policy Thread-Index: AQHXnLdKlB6j+jDTuUOjHe3YxaBYZauWRRqQgAAFybA= Date: Mon, 6 Sep 2021 01:54:56 +0000 Message-ID: References: <20210829092452.2279582-1-qi.z.zhang@intel.com> In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-reaction: no-action dlp-version: 11.5.1.3 dlp-product: dlpe-windows x-originating-ip: [10.239.127.36] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] net/ice: fix performance with writeback policy 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" > -----Original Message----- > From: Tu, Lijuan > Sent: Monday, September 6, 2021 9:35 AM > To: Zhang, Qi Z ; Yang, Qiming > > Cc: Guo, Junfeng ; dev@dpdk.org; stable@dpdk.org > Subject: RE: [PATCH] net/ice: fix performance with writeback policy >=20 > > Apply the same fix that for iavf to DCF > > commit: ead06572bd8f ("net/iavf: fix performance with writeback policy"= ) > > > > Fixes: 4b0d391f0eab ("net/ice: add queue config in DCF") > > Cc: stable@dpdk.org > > > > Signed-off-by: Qi Zhang >=20 > Tested-by: Lijuan Tu Applied to dpdk-next-net-intel. Thanks Qi