mbox series

[v3,0/9] bnxt patchset with fixes

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

Message

Ajit Khaparde April 21, 2020, 9:33 p.m. UTC
  Patches with bug fixes.

v1->v2:
 - Fix compilation on BSD.
 - Fix commit logs for some of the patches.

v2->v3:
 - Squashed patches 8,9 into a single patch.

Ajit Khaparde (1):
  net/bnxt: fix compilation on BSD

Kalesh AP (8):
  net/bnxt: use macro for PCI log format
  net/bnxt: return speed capabilities in device get info
  net/bnxt: fix HWRM command failure during FW reset
  net/bnxt: fix to use true/false for bool types
  net/bnxt: fix to handle port start failure
  net/bnxt: fix vlan add when port is stopped
  net/bnxt: log firmware status on early init failure
  net/bnxt: fix to not issue port MAC query on a VF

 drivers/net/bnxt/bnxt.h                |  10 ++
 drivers/net/bnxt/bnxt_ethdev.c         | 177 ++++++++++++++++++++++---
 drivers/net/bnxt/bnxt_hwrm.c           |  23 ++--
 drivers/net/bnxt/bnxt_ring.c           |   2 +-
 drivers/net/bnxt/bnxt_vnic.c           |   2 +-
 drivers/net/bnxt/hsi_struct_def_dpdk.h |  49 +++++++
 drivers/net/bnxt/tf_core/stack.c       |   2 +-
 7 files changed, 233 insertions(+), 32 deletions(-)
  

Comments

Ferruh Yigit April 22, 2020, 11:44 a.m. UTC | #1
On 4/21/2020 10:33 PM, Ajit Khaparde wrote:
> Patches with bug fixes.
> 
> v1->v2:
>  - Fix compilation on BSD.
>  - Fix commit logs for some of the patches.
> 
> v2->v3:
>  - Squashed patches 8,9 into a single patch.
> 
> Ajit Khaparde (1):
>   net/bnxt: fix compilation on BSD
> 
> Kalesh AP (8):
>   net/bnxt: use macro for PCI log format
>   net/bnxt: return speed capabilities in device get info
>   net/bnxt: fix HWRM command failure during FW reset
>   net/bnxt: fix to use true/false for bool types
>   net/bnxt: fix to handle port start failure
>   net/bnxt: fix vlan add when port is stopped
>   net/bnxt: log firmware status on early init failure
>   net/bnxt: fix to not issue port MAC query on a VF
> 

Hi Ajit,

Please let me merge the series directly to next-net, skipping your tree (and
since you have your review tags on them I believe you are OK to merge them), to
be able to make the series in the -rc1.

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