From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id B052399B0 for ; Mon, 31 Jul 2017 13:25:11 +0200 (CEST) Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 31 Jul 2017 04:25:10 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,442,1496127600"; d="scan'208";a="131485942" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.48]) ([10.237.220.48]) by orsmga005.jf.intel.com with ESMTP; 31 Jul 2017 04:25:09 -0700 To: Ajit Khaparde , dev@dpdk.org References: <20170725033224.90613-1-ajit.khaparde@broadcom.com> <20170725033224.90613-2-ajit.khaparde@broadcom.com> From: Ferruh Yigit Message-ID: Date: Mon, 31 Jul 2017 12:25:08 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: <20170725033224.90613-2-ajit.khaparde@broadcom.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH 1/2] net/bnxt: check current vlan anti spoof value before setting new value 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, 31 Jul 2017 11:25:21 -0000 On 7/25/2017 4:32 AM, Ajit Khaparde wrote: > If the current VLAN anti spoof setting is same as the new value, > the firmware can return an error. Call the HWRM command to update > the new setting if it is different from the current value. > > Fixes: 36735a932ca7 ("net/bnxt: support set VF QOS and MAC anti spoof") > > Signed-off-by: Ajit Khaparde Applied to dpdk-next-net/master, thanks.