Re: [dpdk-dev] [PATCH] net/bnxt: remove unnecessary forward declaration

2021-04-24 Thread Ajit Khaparde
On Wed, Apr 21, 2021 at 8:50 PM Kalesh A P wrote: > > From: Kalesh AP > > This patch removes several redundant forward declarations of > functions and structure. > > Fixes: 0b42b92ae429 ("net/bnxt: fix xstats by id") > Fixes: cf4f055a6578 ("net/bnxt: remove EEM system memory support") > Cc: sta..

[dpdk-dev] [PATCH] net/bnxt: remove unnecessary forward declaration

2021-04-21 Thread Kalesh A P
From: Kalesh AP This patch removes several redundant forward declarations of functions and structure. Fixes: 0b42b92ae429 ("net/bnxt: fix xstats by id") Fixes: cf4f055a6578 ("net/bnxt: remove EEM system memory support") Cc: sta...@dpdk.org Signed-off-by: Kalesh AP Reviewed-by: Ajit Khaparde R