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 A70AFA0C45 for ; Tue, 16 Nov 2021 05:54:47 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 93821410E9; Tue, 16 Nov 2021 05:54:47 +0100 (CET) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by mails.dpdk.org (Postfix) with ESMTP id 257BD40040; Tue, 16 Nov 2021 05:54:43 +0100 (CET) X-IronPort-AV: E=McAfee;i="6200,9189,10169"; a="319835728" X-IronPort-AV: E=Sophos;i="5.87,237,1631602800"; d="scan'208";a="319835728" Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Nov 2021 20:54:43 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.87,237,1631602800"; d="scan'208";a="592440969" Received: from fmsmsx604.amr.corp.intel.com ([10.18.126.84]) by fmsmga002.fm.intel.com with ESMTP; 15 Nov 2021 20:54:43 -0800 Received: from shsmsx603.ccr.corp.intel.com (10.109.6.143) by fmsmsx604.amr.corp.intel.com (10.18.126.84) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2242.12; Mon, 15 Nov 2021 20:54:42 -0800 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX603.ccr.corp.intel.com (10.109.6.143) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2242.12; Tue, 16 Nov 2021 12:54:40 +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; Tue, 16 Nov 2021 12:54:40 +0800 From: "Zhang, Qi Z" To: "Sun, QinX" , "Zhang, AlvinX" , "Rong, Leyi" CC: "dev@dpdk.org" , "Zhang, AlvinX" , "stable@dpdk.org" Subject: RE: [PATCH v3] net/ice: fix secondary process Rx offload path Thread-Topic: [PATCH v3] net/ice: fix secondary process Rx offload path Thread-Index: AQHX2pItS9R0cLUITEich4nU6/2feKwE82KAgACjegA= Date: Tue, 16 Nov 2021 04:54:40 +0000 Message-ID: <1ebac9645cae44c2b20ae2255fba05df@intel.com> References: <20211115020539.20468-1-alvinx.zhang@intel.com> <20211116023209.18252-1-alvinx.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.6.200.16 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 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 > -----Original Message----- > From: Sun, QinX > Sent: Tuesday, November 16, 2021 11:09 AM > To: Zhang, AlvinX ; Zhang, Qi Z > ; Rong, Leyi > Cc: dev@dpdk.org; Zhang, AlvinX ; stable@dpdk.org > Subject: RE: [PATCH v3] net/ice: fix secondary process Rx offload path >=20 > > -----Original Message----- > > From: Alvin Zhang > > Sent: Tuesday, November 16, 2021 10:32 AM > > To: Zhang, Qi Z ; Rong, Leyi > > > > Cc: dev@dpdk.org; Zhang, AlvinX ; > > stable@dpdk.org > > Subject: [PATCH v3] net/ice: fix secondary process Rx offload path > > > > Secondary process depends on the vector offload flag to select right > > Rx offload path. This patch adds a variable in share memory to store > > the vector offload flag that can be directly read by secondary process. > > > > Fixes: 808a17b3c1e6 ("net/ice: add Rx AVX512 offload path") > > Cc: stable@dpdk.org > > > > Signed-off-by: Alvin Zhang >=20 > Tested-by: Qin Sun Acked-by: Qi Zhang Applied to dpdk-next-net-intel. Thanks Qi >=20 >=20