From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id 0027C8E59; Fri, 18 May 2018 05:16:31 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 17 May 2018 20:16:30 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.49,413,1520924400"; d="scan'208";a="59628429" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by orsmga002.jf.intel.com with ESMTP; 17 May 2018 20:16:29 -0700 Received: from fmsmsx157.amr.corp.intel.com (10.18.116.73) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.319.2; Thu, 17 May 2018 20:16:29 -0700 Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by FMSMSX157.amr.corp.intel.com (10.18.116.73) with Microsoft SMTP Server (TLS) id 14.3.319.2; Thu, 17 May 2018 20:16:29 -0700 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.79]) by SHSMSX101.ccr.corp.intel.com ([169.254.1.40]) with mapi id 14.03.0319.002; Fri, 18 May 2018 11:16:27 +0800 From: "Lu, Wenzhuo" To: 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: AQHT7k51uL7Fn2NTQkGVhMdcME4l86Q00Hgw Date: Fri, 18 May 2018 03:16:26 +0000 Message-ID: <6A0DE07E22DDAD4C9103DF62FEBC09093B79D536@shsmsx102.ccr.corp.intel.com> References: <20180517132235.5343-1-qiming.yang@intel.com> <20180518095156.44486-1-qiming.yang@intel.com> In-Reply-To: <20180518095156.44486-1-qiming.yang@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 03:16:32 -0000 Hi, > -----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 >=20 > This patch removed unnecessary check in ixgbe_check_mq_mode, fixed > historical issue. >=20 > Fixes: 27b609cbd1c6 ("ethdev: move the multi-queue mode check to specific > drivers") > Cc: stable@dpdk.org >=20 > Signed-off-by: Qiming Yang Acked-by: Wenzhuo Lu