[dpdk-dev] [PATCH 0/3] bnxt patches

2019-11-19 Thread Ajit Khaparde
Couple of bug fixes and an update to the release notes. Please apply. Ajit Khaparde (2): net/bnxt: fix to ignore resource qcaps error with older FW doc: update release notes for Broadcom PMD Rahul Gupta (1): net/bnxt: fix jumbo frame configuration in firmware doc/guides/rel_notes/release_

[dpdk-dev] [PATCH 0/3] bnxt patches

2020-12-24 Thread Somnath Kotur
Some fixes and enchancements in the core bnxt PMD 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 drivers/net/bnxt/bnxt.h| 5 + drivers/net/bnxt/bnxt_cpr.c|

Re: [dpdk-dev] [PATCH 0/3] bnxt patches

2019-11-19 Thread Ajit Khaparde
On Tue, Nov 19, 2019 at 10:57 AM Ajit Khaparde wrote: > Couple of bug fixes and an update to the release notes. > Please apply. > > Ajit Khaparde (2): > net/bnxt: fix to ignore resource qcaps error with older FW > doc: update release notes for Broadcom PMD > > Rahul Gupta (1): > net/bnxt: f