From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [dpdk-stable] [PATCH] net/bnxt: fix an erorr with vnic_tpa_cfg command Date: Mon, 26 Mar 2018 21:33:29 +0100 Message-ID: References: <20180228221236.28288-1-ajit.khaparde@broadcom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: stable@dpdk.org To: Ajit Khaparde , dev@dpdk.org Return-path: In-Reply-To: <20180228221236.28288-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 2/28/2018 10:12 PM, Ajit Khaparde wrote: > When the vnic_tpa_cfg HWRM command is sent to the FW, > we are not passing the VNIC ID in case of disable. > This can cause the FW to return an error. > Correct VNIC ID needs to be passed for both enable and disable. > > Fixes: 0958d8b6435d ("net/bnxt: support LRO") > Cc: stable@dpdk.org > > Signed-off-by: Ajit Khaparde Applied to dpdk-next-net/master, thanks.