From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 0904E567F; Mon, 6 Mar 2017 19:12:12 +0100 (CET) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 06 Mar 2017 10:12:11 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.35,254,1484035200"; d="scan'208";a="232897303" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.254.185.48]) ([10.254.185.48]) by fmsmga004.fm.intel.com with ESMTP; 06 Mar 2017 10:12:09 -0800 To: Jingjing Wu , dev@dpdk.org References: <1488263190-26621-1-git-send-email-jingjing.wu@intel.com> Cc: helin.zhang@intel.com, wenzhuo.lu@intel.com, stable@dpdk.org From: Ferruh Yigit Message-ID: <3de70821-d886-230f-e41e-a7848b8c07e3@intel.com> Date: Mon, 6 Mar 2017 18:12:08 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.7.1 MIME-Version: 1.0 In-Reply-To: <1488263190-26621-1-git-send-email-jingjing.wu@intel.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [dpdk-stable] [PATCH 1/4] net/ixgbe: fix multi-queue mode check in SRIOV mode 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: Mon, 06 Mar 2017 18:12:13 -0000 On 2/28/2017 6:26 AM, Jingjing Wu wrote: > In SRIOV case, ETH_MQ_RX_VMDQ_DCB and ETH_MQ_RX_DCB should be considered as > the same meaning, due to the multi-queue mapping is the same SRIOV and VMDq > in ixgbe. > > Fixes: 27b609cbd1c6 ("ethdev: move the multi-queue mode check to specific drivers") > Cc: stable@dpdk.org > Signed-off-by: Jingjing Wu Series applied to dpdk-next-net/master, thanks.