From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 3E5CE8D3C; Fri, 18 May 2018 16:33:19 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 18 May 2018 07:33:19 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.49,415,1520924400"; d="scan'208";a="57066809" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by orsmga001.jf.intel.com with ESMTP; 18 May 2018 07:33:18 -0700 Received: from fmsmsx122.amr.corp.intel.com (10.18.125.37) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.319.2; Fri, 18 May 2018 07:33:18 -0700 Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by fmsmsx122.amr.corp.intel.com (10.18.125.37) with Microsoft SMTP Server (TLS) id 14.3.319.2; Fri, 18 May 2018 07:33:18 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.210]) by SHSMSX101.ccr.corp.intel.com ([169.254.1.40]) with mapi id 14.03.0319.002; Fri, 18 May 2018 22:33:16 +0800 From: "Zhang, Helin" To: "Lu, Wenzhuo" , dev , "dev@dpdk.org" CC: "Zhang, Qi Z" , "Yang, Qiming" , "stable@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH v2] net/ixgbe: fix dcb configuration issue Thread-Index: AQHT7k51uL7Fn2NTQkGVhMdcME4l86Q00HgwgAC9JlA= Date: Fri, 18 May 2018 14:33:15 +0000 Message-ID: References: <20180517132235.5343-1-qiming.yang@intel.com> <20180518095156.44486-1-qiming.yang@intel.com> <6A0DE07E22DDAD4C9103DF62FEBC09093B79D536@shsmsx102.ccr.corp.intel.com> In-Reply-To: <6A0DE07E22DDAD4C9103DF62FEBC09093B79D536@shsmsx102.ccr.corp.intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: 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-dev] [PATCH v2] net/ixgbe: fix dcb configuration issue X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 May 2018 14:33:21 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Lu, Wenzhuo > Sent: Friday, May 18, 2018 11:16 AM > To: dev; dev@dpdk.org > Cc: Zhang, Qi Z; Yang, Qiming; stable@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v2] net/ixgbe: fix dcb configuration issue >=20 > Hi, >=20 >=20 > > -----Original Message----- > > From: dev [mailto:dev-bounces@dpdk.org] > > Sent: Friday, May 18, 2018 5:52 PM > > To: dev@dpdk.org > > Cc: Zhang, Qi Z ; Yang, Qiming > > ; stable@dpdk.org > > Subject: [dpdk-dev] [PATCH v2] net/ixgbe: fix dcb configuration issue > > > > This patch removed unnecessary check in ixgbe_check_mq_mode, fixed > > historical issue. > > > > Fixes: 27b609cbd1c6 ("ethdev: move the multi-queue mode check to > > specific > > drivers") > > Cc: stable@dpdk.org > > > > Signed-off-by: Qiming Yang > Acked-by: Wenzhuo Lu Applied to dpdk-next-net-intel, thanks! /Helin