From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 674997CE7 for ; Tue, 22 Aug 2017 18:07:55 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 22 Aug 2017 09:07:54 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.41,412,1498546800"; d="scan'208";a="1208964176" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.57]) ([10.237.220.57]) by fmsmga002.fm.intel.com with ESMTP; 22 Aug 2017 09:07:51 -0700 To: Wei Dai , wenzhuo.lu@intel.com, konstantin.ananyev@intel.com Cc: dev@dpdk.org References: <1503296469-2147-1-git-send-email-wei.dai@intel.com> From: Ferruh Yigit Message-ID: <12dc8aca-15a7-6e5d-e8f1-0ae4625176de@intel.com> Date: Tue, 22 Aug 2017 17:07:50 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: <1503296469-2147-1-git-send-email-wei.dai@intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] net/ixgbe: add VLAN info in queue info msg to VF 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: Tue, 22 Aug 2017 16:07:55 -0000 On 8/21/2017 7:21 AM, Wei Dai wrote: > This patch align with PF kerenl driver version 5.1.3 to add the > number of queues to transmit VLAN packets in msg of queue info > to VF. If DCB is enabled, it is the number of DCB traffic > classes. If DCB is not enabled and default VLAN is enabled, > it is 1, For other cases, it is 0. > > Signed-off-by: Wei Dai Applied to dpdk-next-net/master, thanks.