Re: [net PATCH] octeontx2-pf: Fix SQE threshold checking

From: Jakub Kicinski
Date: Thu Nov 03 2022 - 23:55:03 EST


On Wed, 2 Nov 2022 09:02:40 +0530 Ratheesh Kannoth wrote:
> @@ -1599,7 +1600,6 @@ int otx2_nix_config_bp(struct otx2_nic *pfvf, bool enable)
> req->bpid_per_chan = 0;
> #endif
>
> -
> return otx2_sync_mbox_msg(&pfvf->mbox);
> }
> EXPORT_SYMBOL(otx2_nix_config_bp);

The patch looks good but we can't have spurious cleanups in fixes,
please repost without this chunk.