mbox series

[v2,0/4] bnxt patches

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

Message

Somnath Kotur July 25, 2019, 4:59 a.m. UTC
  This set contains bug fixes for commits that made it into
19.08, so it's imperative that these go into 19.08 as well

Please apply

Kalesh AP (3):
  net/bnxt: fix to use chimp hwrm channel for few commands
  net/bnxt: fix endianness issue
  net/bnxt: reduce verbosity of a message

Santoshkumar Karanappa Rastapur (1):
  net/bnxt: fix extended port counter statistics

 drivers/net/bnxt/bnxt_hwrm.c  | 22 +++++++++++-----------
 drivers/net/bnxt/bnxt_stats.c | 24 ++++++++++++++----------
 2 files changed, 25 insertions(+), 21 deletions(-)
  

Comments

Ferruh Yigit July 25, 2019, 3:57 p.m. UTC | #1
On 7/25/2019 5:59 AM, Somnath Kotur wrote:
> This set contains bug fixes for commits that made it into
> 19.08, so it's imperative that these go into 19.08 as well
> 
> Please apply
> 
> Kalesh AP (3):
>   net/bnxt: fix to use chimp hwrm channel for few commands
>   net/bnxt: fix endianness issue
>   net/bnxt: reduce verbosity of a message
> 
> Santoshkumar Karanappa Rastapur (1):
>   net/bnxt: fix extended port counter statistics

Series applied to dpdk-next-net/master, thanks.