mbox series

[0/3] bnxt patches

Message ID 20201224063126.12232-1-somnath.kotur@broadcom.com (mailing list archive)
Headers
Series bnxt patches |

Message

Somnath Kotur Dec. 24, 2020, 6:31 a.m. UTC
  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    |   2 +
 drivers/net/bnxt/bnxt_ethdev.c | 225 +++++++++++++++++++--------------
 3 files changed, 135 insertions(+), 97 deletions(-)
  

Comments

Somnath Kotur Dec. 24, 2020, 9:37 a.m. UTC | #1
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

 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(-)
  
Ajit Khaparde Jan. 12, 2021, 3:41 a.m. UTC | #2
On Thu, Dec 24, 2020 at 1:46 AM Somnath Kotur
<somnath.kotur@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
>