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 66143A0350 for ; Wed, 1 Jul 2020 14:07:33 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 4DB521BFB8; Wed, 1 Jul 2020 14:07:33 +0200 (CEST) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id 0F5A61BF5B; Wed, 1 Jul 2020 14:07:29 +0200 (CEST) IronPort-SDR: aT60aSf/bAxeK6E7gCgay3unl+/YPZ2m13D4jBHdFRQFXSk2u/RJrd8aq3uKygz5SqB/PSzYnA Redtrc4CwnBw== X-IronPort-AV: E=McAfee;i="6000,8403,9668"; a="134015252" X-IronPort-AV: E=Sophos;i="5.75,300,1589266800"; d="scan'208";a="134015252" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 01 Jul 2020 05:07:28 -0700 IronPort-SDR: +tBEq/apYE06Z+JWUMjtQGNLZ+pYeLpIzrIVbltU0hVSzrR3P7r8xCi7MVU8JYMNn2K/2SA7Hd BmJephLFji3w== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.75,300,1589266800"; d="scan'208";a="265394037" Received: from fmsmsx606.amr.corp.intel.com ([10.18.126.86]) by fmsmga007.fm.intel.com with ESMTP; 01 Jul 2020 05:07:28 -0700 Received: from fmsmsx606.amr.corp.intel.com (10.18.126.86) 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.1713.5; Wed, 1 Jul 2020 05:07:27 -0700 Received: from fmsmsx114.amr.corp.intel.com (10.18.116.8) by fmsmsx606.amr.corp.intel.com (10.18.126.86) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256) id 15.1.1713.5 via Frontend Transport; Wed, 1 Jul 2020 05:07:27 -0700 Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by FMSMSX114.amr.corp.intel.com (10.18.116.8) with Microsoft SMTP Server (TLS) id 14.3.439.0; Wed, 1 Jul 2020 05:07:27 -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; Wed, 1 Jul 2020 20:07:24 +0800 From: "Zhang, Qi Z" To: "Yigit, Ferruh" , "Zhao1, Wei" , "Guo, Jia" CC: "dev@dpdk.org" , "Yigit, Ferruh" , "stable@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH] net/ixgbe/base: remove dead code Thread-Index: AQHWTu1EclQi3b8ES0WTE6AqdghC9ajyolSQ Date: Wed, 1 Jul 2020 12:07:23 +0000 Message-ID: <039ED4275CED7440929022BC67E7061154849D10@SHSMSX103.ccr.corp.intel.com> References: <20200630144554.3728903-1-ferruh.yigit@intel.com> In-Reply-To: <20200630144554.3728903-1-ferruh.yigit@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] [dpdk-dev] [PATCH] net/ixgbe/base: remove dead code 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: dev On Behalf Of Ferruh Yigit > Sent: Tuesday, June 30, 2020 10:46 PM > To: Zhao1, Wei ; Guo, Jia > Cc: dev@dpdk.org; Yigit, Ferruh ; stable@dpdk.org > Subject: [dpdk-dev] [PATCH] net/ixgbe/base: remove dead code >=20 > It looks like the question around getting rid of the assignments lived lo= ng > enough, if they are not needed until now, we can drop them. >=20 > Fixes: 39bca0ed994c ("ixgbe: DCB in base driver") > Cc: stable@dpdk.org >=20 > Signed-off-by: Ferruh Yigit Acked-by: Qi Zhang Applied to dpdk-next-net-intel Thanks Qi