Re: [dpdk-dev] [PATCH] net/bnxt: fix to remove unused function parameters

2021-04-24 Thread Ajit Khaparde
On Thu, Apr 22, 2021 at 9:57 PM Kalesh A P wrote: > > From: Kalesh AP > > 1. Clean up unused function parameters. > 2. Declare no external referenced function as static and remove >their prototye from the header file. > > Fixes: ec77c6298301 ("net/bnxt: add stats context allocation") > Fixes:

[dpdk-dev] [PATCH] net/bnxt: fix to remove unused function parameters

2021-04-22 Thread Kalesh A P
From: Kalesh AP 1. Clean up unused function parameters. 2. Declare no external referenced function as static and remove their prototye from the header file. Fixes: ec77c6298301 ("net/bnxt: add stats context allocation") Fixes: 200b64ba0be8 ("net/bnxt: free statistics context") Cc: sta...@dpdk