On Thu, Dec 24, 2020 at 1:46 AM Somnath Kotur <somnath.ko...@broadcom.com> wrote: > > A couple of bnxt PMD fixes and an enhancement > > Somnath Kotur (3): > net/bnxt: fix to init/destroy locks only once > net/bnxt: fix error path handling of dev start op > net/bnxt: check for chip reset in dev stop/close ops Patchset applied to dpdk-next-net-brcm. Thanks
> > drivers/net/bnxt/bnxt.h | 5 + > drivers/net/bnxt/bnxt_cpr.c | 2 + > drivers/net/bnxt/bnxt_ethdev.c | 225 +++++++++++++++++++-------------- > 3 files changed, 135 insertions(+), 97 deletions(-) > > -- > v1->v2: Modified patch 1/3 to return error > 2.28.0.497.g54e85e7 >