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 A9058A034F for ; Mon, 7 Jun 2021 02:49:53 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8804C40E28; Mon, 7 Jun 2021 02:49:53 +0200 (CEST) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by mails.dpdk.org (Postfix) with ESMTP id 9537D4003E; Mon, 7 Jun 2021 02:49:49 +0200 (CEST) IronPort-SDR: LCZf3rYlDq0tKn64YTfqtQr9Np9HQytC0/1QxQfBTIokis++bwNlLDwM5RxTvF2cPbVWBU1895 nRL31mjIDLgQ== X-IronPort-AV: E=McAfee;i="6200,9189,10007"; a="204357563" X-IronPort-AV: E=Sophos;i="5.83,254,1616482800"; d="scan'208";a="204357563" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Jun 2021 17:49:43 -0700 IronPort-SDR: JYJb7RHh/5+XtsH0OhVFOfLG+hQIVmMo+WQ6lMkdC1cxtLaKfprMq+QJc0VsxbO0oQXPsPVWIM khxyieNUJrMg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.83,254,1616482800"; d="scan'208";a="551728618" Received: from fmsmsx606.amr.corp.intel.com ([10.18.126.86]) by fmsmga001.fm.intel.com with ESMTP; 06 Jun 2021 17:49:43 -0700 Received: from shsmsx605.ccr.corp.intel.com (10.109.6.215) by fmsmsx606.amr.corp.intel.com (10.18.126.86) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2242.4; Sun, 6 Jun 2021 17:49:42 -0700 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX605.ccr.corp.intel.com (10.109.6.215) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2242.4; Mon, 7 Jun 2021 08:49:35 +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.008; Mon, 7 Jun 2021 08:49:34 +0800 From: "Zhang, Qi Z" To: "Wu, Jingjing" , "Xing, Beilei" CC: "dev@dpdk.org" , "stable@dpdk.org" Thread-Topic: [PATCH] net/iavf: fix Rx issue for scalar Rx functions Thread-Index: AQHXVqYEbMUXPWzxz0iSwBTA/l5JHar+I82AgAmcyZA= Date: Mon, 7 Jun 2021 00:49:34 +0000 Message-ID: <4a4fc1cfa63b427994ef99bb0dd1db2c@intel.com> References: <20210601050951.37739-1-beilei.xing@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-stable] [PATCH] net/iavf: fix Rx issue for scalar Rx functions 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" > -----Original Message----- > From: Wu, Jingjing > Sent: Tuesday, June 1, 2021 2:02 PM > To: Xing, Beilei ; Zhang, Qi Z > Cc: dev@dpdk.org; stable@dpdk.org > Subject: RE: [PATCH] net/iavf: fix Rx issue for scalar Rx functions >=20 >=20 > > -----Original Message----- > > From: Xing, Beilei > > Sent: Tuesday, June 1, 2021 1:10 PM > > To: Wu, Jingjing ; Zhang, Qi Z > > > > Cc: dev@dpdk.org; Xing, Beilei ; > > stable@dpdk.org > > Subject: [PATCH] net/iavf: fix Rx issue for scalar Rx functions > > > > From: Beilei Xing > > > > The new allocated mbuf should be updated to the SW ring. > > > > Fixes: a2b29a7733ef ("net/avf: enable basic Rx Tx") > > Fixes: b8b4c54ef9b0 ("net/iavf: support flexible Rx descriptor in > > normal path") > > Cc: stable@dpdk.org > > > > Signed-off-by: Beilei Xing >=20 > Acked-by: Jingjing Wu Applied to dpdk-next-net-intel. Thanks Qi