From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH] net/bnxt: fix vlan spoof configuration Date: Tue, 31 Oct 2017 10:59:55 -0700 Message-ID: <9e6c4e86-bf22-849e-e12c-1a19e88a5049@intel.com> References: <20171031144557.87028-1-ajit.khaparde@broadcom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit To: Ajit Khaparde , dev@dpdk.org Return-path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id DD2931B237 for ; Tue, 31 Oct 2017 18:59:56 +0100 (CET) In-Reply-To: <20171031144557.87028-1-ajit.khaparde@broadcom.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 10/31/2017 7:45 AM, Ajit Khaparde wrote: > We are not programming the vlan_spoof setting currently owing to > an unnecessary check. This patch fixes that. > > Fixes: 36735a932ca7 ("net/bnxt: support set VF QOS and MAC anti spoof") > > Signed-off-by: Ajit Khaparde Applied to dpdk-next-net/master, thanks.