From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH] net/bnxt: fix HWRM command failures during VF unload Date: Mon, 30 Oct 2017 17:49:16 -0700 Message-ID: <1e13bda3-9cf2-f43a-9a29-0f5823f13941@intel.com> References: <20171030160808.70601-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 mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id F34CC1B284 for ; Tue, 31 Oct 2017 01:49:17 +0100 (CET) In-Reply-To: <20171030160808.70601-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/30/2017 9:08 AM, Ajit Khaparde wrote: > In some cases when a VF driver is unloaded after the PF driver, > certain HWRM commands are returned with an error. > Instead the PF can tell the FW to permit these commands in order > to allow a clean unload. > Signed-off-by: Ajit Khaparde Applied to dpdk-next-net/master, thanks.