mbox series

[v2,0/6] bnxt patchset with bug fixes

Message ID 20191113150700.2517-1-ajit.khaparde@broadcom.com (mailing list archive)
Headers
Series bnxt patchset with bug fixes |

Message

Ajit Khaparde Nov. 13, 2019, 3:06 p.m. UTC
  Patchset against dpdk-next-net. Please apply.

v1->v2: Updated commit ids in fixes tag.

Ajit Khaparde (2):
  net/bnxt: fix a potential segfault in xstats get
  net/bnxt: fix potential NULL pointer dereference

Kalesh AP (1):
  net/bnxt: add missing checks for firmware reset

Rahul Gupta (1):
  net/bnxt: fix flow creation with non-consecutive group ids

Somnath Kotur (1):
  net/bnxt: cap queue count for NS3/Stingray devices

Venkat Duvvuru (1):
  net/bnxt: change print message type from ERR to DEBUG

 drivers/net/bnxt/bnxt.h        |  7 +++++++
 drivers/net/bnxt/bnxt_ethdev.c | 12 ++++++++++--
 drivers/net/bnxt/bnxt_flow.c   |  4 +---
 drivers/net/bnxt/bnxt_rxq.c    | 18 +++++++++++++-----
 drivers/net/bnxt/bnxt_stats.c  |  3 +++
 drivers/net/bnxt/bnxt_txq.c    |  2 +-
 6 files changed, 35 insertions(+), 11 deletions(-)
  

Comments

Ajit Khaparde Nov. 13, 2019, 3:14 p.m. UTC | #1
On Wed, Nov 13, 2019 at 7:07 AM Ajit Khaparde <ajit.khaparde@broadcom.com>
wrote:

> Patchset against dpdk-next-net. Please apply.
>
> v1->v2: Updated commit ids in fixes tag.
>
> Ajit Khaparde (2):
>   net/bnxt: fix a potential segfault in xstats get
>   net/bnxt: fix potential NULL pointer dereference
>
> Kalesh AP (1):
>   net/bnxt: add missing checks for firmware reset
>
> Rahul Gupta (1):
>   net/bnxt: fix flow creation with non-consecutive group ids
>
> Somnath Kotur (1):
>   net/bnxt: cap queue count for NS3/Stingray devices
>
> Venkat Duvvuru (1):
>   net/bnxt: change print message type from ERR to DEBUG
>
>  drivers/net/bnxt/bnxt.h        |  7 +++++++
>  drivers/net/bnxt/bnxt_ethdev.c | 12 ++++++++++--
>  drivers/net/bnxt/bnxt_flow.c   |  4 +---
>  drivers/net/bnxt/bnxt_rxq.c    | 18 +++++++++++++-----
>  drivers/net/bnxt/bnxt_stats.c  |  3 +++
>  drivers/net/bnxt/bnxt_txq.c    |  2 +-
>  6 files changed, 35 insertions(+), 11 deletions(-)
>

Patchset applied to dpdk-next-net-brcm.


>
> --
> 2.21.0 (Apple Git-122.2)
>
>