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 B0EDAA04C7 for ; Wed, 16 Sep 2020 13:19:25 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 67E951C243; Wed, 16 Sep 2020 13:19:25 +0200 (CEST) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id A51721C13A; Wed, 16 Sep 2020 13:19:21 +0200 (CEST) IronPort-SDR: 1sLqeoIzJ7mXCqqjFu0curoo4GHPMvLtirlhVLjkMFzorkoD5b52ob8CYr/5Zu2/pfjFZyxvUF a9FzQ9oexsTQ== X-IronPort-AV: E=McAfee;i="6000,8403,9745"; a="147195910" X-IronPort-AV: E=Sophos;i="5.76,432,1592895600"; d="scan'208";a="147195910" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 16 Sep 2020 04:19:20 -0700 IronPort-SDR: ZrJAUh27VBAHIGy4bf7ZjcMT0jjFG8F6bxUuQdV134CnuACeJILDBVva9dEXWl6cQeGNEi+Dy2 Fw327kQuPx0w== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.76,432,1592895600"; d="scan'208";a="507967967" Received: from fmsmsx604.amr.corp.intel.com ([10.18.126.84]) by fmsmga005.fm.intel.com with ESMTP; 16 Sep 2020 04:19:20 -0700 Received: from shsmsx606.ccr.corp.intel.com (10.109.6.216) 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.1713.5; Wed, 16 Sep 2020 04:19:19 -0700 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX606.ccr.corp.intel.com (10.109.6.216) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Wed, 16 Sep 2020 19:19:17 +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.1713.004; Wed, 16 Sep 2020 19:19:17 +0800 From: "Zhang, Qi Z" To: "Xu, Ting" , "dev@dpdk.org" CC: "Lu, Wenzhuo" , "Yang, Qiming" , "stable@dpdk.org" Thread-Topic: [PATCH v1] net/ice: fix incorrect ptype parsing Thread-Index: AQHWi9VR6GMVrVbjvEKth6Y+F5fB+KlrHqCA Date: Wed, 16 Sep 2020 11:19:17 +0000 Message-ID: <91d1d3a9fe4149c7a0fa37ca89397c43@intel.com> References: <20200916030228.65165-1-ting.xu@intel.com> In-Reply-To: <20200916030228.65165-1-ting.xu@intel.com> 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 v1] net/ice: fix incorrect ptype parsing X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 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: Xu, Ting > Sent: Wednesday, September 16, 2020 11:02 AM > To: dev@dpdk.org > Cc: Lu, Wenzhuo ; Yang, Qiming > ; Zhang, Qi Z ; Xu, Ting > ; stable@dpdk.org > Subject: [PATCH v1] net/ice: fix incorrect ptype parsing >=20 > The ptype mask for flexible descriptor in Rx function ice_recv_pkts_vec h= as a > reversed order, which leads to an incorrect value of the final ptype. Thi= s patch > fix the mask to parse the correct ptype of RX packets. >=20 > Fixes: c68a52b8b38c ("net/ice: support vector SSE in Rx") > Cc: stable@dpdk.org >=20 > Signed-off-by: Ting Xu Acked-by: Qi Zhang Applied to dpdk-next-net-intel. Thanks Qi