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 6285B2C66; Mon, 20 Feb 2017 15:36:34 +0100 (CET) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 20 Feb 2017 06:36:33 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.35,186,1484035200"; d="scan'208";a="826396035" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.137]) ([10.237.220.137]) by FMSMGA003.fm.intel.com with ESMTP; 20 Feb 2017 06:36:32 -0800 To: Wenzhuo Lu , dev@dpdk.org References: <1487215757-78543-1-git-send-email-wenzhuo.lu@intel.com> Cc: stable@dpdk.org From: Ferruh Yigit Message-ID: <9bd6da6a-e9ef-4ece-661f-34a9a96d2cc4@intel.com> Date: Mon, 20 Feb 2017 14:36:32 +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: <1487215757-78543-1-git-send-email-wenzhuo.lu@intel.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] net/i40e: fix wrong TC bitmap of VEB 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, 20 Feb 2017 14:36:34 -0000 On 2/16/2017 3:29 AM, Wenzhuo Lu wrote: > When setting up the VEB, default TC bitmap is used. > But after setting the default TC bitmap, it's not > stored. So when we're trying to get the enabled TCs > on the VEB, it's always wrong. > > Fixes: 5135f3ca49a7 ("i40e: enable DCB in VMDQ VSIs") > CC: stable@dpdk.org > > Signed-off-by: Wenzhuo Lu Applied to dpdk-next-net/master, thanks.