Re: [dpdk-dev] [PATCH] net/bnxt: fix function driver register/unregister functions

2021-09-26 Thread Ajit Khaparde
On Wed, Sep 22, 2021 at 1:10 AM Kalesh A P wrote: > > From: Kalesh AP > > 1. Fix to use correct fields in the request structure of >HWRM_FUNC_DRV_RGTR. > 2. Remove the "flags" argument to bnxt_hwrm_func_driver_unregister() >as it is not needed. > > Fixes: beb3087f5056 ("net/bnxt: add driv

[dpdk-dev] [PATCH] net/bnxt: fix function driver register/unregister functions

2021-09-22 Thread Kalesh A P
From: Kalesh AP 1. Fix to use correct fields in the request structure of HWRM_FUNC_DRV_RGTR. 2. Remove the "flags" argument to bnxt_hwrm_func_driver_unregister() as it is not needed. Fixes: beb3087f5056 ("net/bnxt: add driver register/unregister") Cc: sta...@dpdk.org Signed-off-by: Kalesh