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 A8160A0519 for ; Fri, 3 Jul 2020 15:28:15 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 66B431DBAD; Fri, 3 Jul 2020 15:28:15 +0200 (CEST) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id DB52E1DBA0; Fri, 3 Jul 2020 15:28:12 +0200 (CEST) IronPort-SDR: zHX7yxkQfLKivHW8+rFBXZw0/gKAPJQJTefPkkLgmcNUZwnUt81o4B4vMpm5NltDkzfKFMSSsN vgZJUQUZwsAQ== X-IronPort-AV: E=McAfee;i="6000,8403,9670"; a="212169329" X-IronPort-AV: E=Sophos;i="5.75,308,1589266800"; d="scan'208";a="212169329" 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; 03 Jul 2020 06:28:12 -0700 IronPort-SDR: Bc1U3B8lR0GmCr6+au9NwNj8hfXC2WU3QkGHh+9pjHfBKt3KywIRHVRomLK6bSTu6RCGEFTAuE 5xHZa3i5fFKg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.75,308,1589266800"; d="scan'208";a="426294697" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by orsmga004.jf.intel.com with ESMTP; 03 Jul 2020 06:28:11 -0700 Received: from fmsmsx112.amr.corp.intel.com (10.18.116.6) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.439.0; Fri, 3 Jul 2020 06:28:11 -0700 Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by FMSMSX112.amr.corp.intel.com (10.18.116.6) with Microsoft SMTP Server (TLS) id 14.3.439.0; Fri, 3 Jul 2020 06:28:10 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.89]) by shsmsx102.ccr.corp.intel.com ([169.254.2.36]) with mapi id 14.03.0439.000; Fri, 3 Jul 2020 21:28:08 +0800 From: "Zhang, Qi Z" To: "Xu, Ting" , "dev@dpdk.org" CC: "Yang, Qiming" , "stable@dpdk.org" Thread-Topic: [PATCH v1] net/ice: fix build with 16 byte Rx descriptor in DCF Thread-Index: AQHWURgY9OVCXonL6kSfNqm+xce2Aqj12LIw Date: Fri, 3 Jul 2020 13:28:07 +0000 Message-ID: <039ED4275CED7440929022BC67E706115484BA13@SHSMSX103.ccr.corp.intel.com> References: <20200703085710.55719-1-ting.xu@intel.com> In-Reply-To: <20200703085710.55719-1-ting.xu@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.2.0.6 dlp-reaction: no-action x-originating-ip: [10.239.127.40] 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 build with 16 byte Rx descriptor in DCF 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: Friday, July 3, 2020 4:57 PM > To: dev@dpdk.org > Cc: Yang, Qiming ; Zhang, Qi Z > ; stable@dpdk.org > Subject: [PATCH v1] net/ice: fix build with 16 byte Rx descriptor in DCF >=20 > Fix the build error in DCF when CONFIG_RTE_LIBRTE_ICE_16BYTE_RX_DESC > compilation option is enabled. Legacy 16 byte Rx descriptor is not suppor= ted > in DCF. If it is enabled, DCF configuration stops. >=20 > Fixes: 929eceefaba7 ("net/ice: add queue start and stop for DCF") > Cc: stable@dpdk.org cc stable is not necessary since fix on latest release. >=20 > Signed-off-by: Ting Xu Acked-by: Qi Zhang Applied to dpdk-next-net-intel. Thanks Qi