mbox series

[v2,00/12] bnxt patchset

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

Message

Ajit Khaparde Sept. 22, 2018, 4:55 a.m. UTC
  Patchset against dpdk-next-net.

v1->v2:
net/bnxt: get rid of ff pools array and use the vnic info array instead
- Fix access to uninitialized variable.
- Rectify the wrong 'Fixes' reference.

net/bnxt: update HWRM version
- Update from 1.9.2.45 to version 1.9.2.53

Please apply.

Ajit Khaparde (8):
  net/bnxt: fix MTU setting
  net/bnxt: update HWRM version
  net/bnxt: add support for extended port counters
  net/bnxt: add support to enable new mailbox channel
  net/bnxt: add support for trusted VF
  net/bnxt: set MAC filtering as outer for non tunnel frames
  net/bnxt: set a VNIC as default only once
  net/bnxt: remove excess log messages

Bei Sun (1):
  net/bnxt: set VLAN strip mode before default vnic cfg

Somnath Kotur (2):
  net/bnxt: get rid of ff pools array and use the vnic info array
    instead
  net/bnxt: fix uninitialized ptr access in transmit handler

yongping (1):
  net/bnxt: use correct macro to register VF async event completion ring

 drivers/net/bnxt/bnxt.h                |    28 +-
 drivers/net/bnxt/bnxt_cpr.c            |     1 +
 drivers/net/bnxt/bnxt_ethdev.c         |   322 +-
 drivers/net/bnxt/bnxt_filter.c         |    28 +-
 drivers/net/bnxt/bnxt_flow.c           |    12 +-
 drivers/net/bnxt/bnxt_hwrm.c           |   414 +-
 drivers/net/bnxt/bnxt_hwrm.h           |     5 +
 drivers/net/bnxt/bnxt_rxq.c            |    19 +-
 drivers/net/bnxt/bnxt_stats.c          |   221 +-
 drivers/net/bnxt/bnxt_txr.c            |     5 +-
 drivers/net/bnxt/bnxt_vnic.c           |    43 +-
 drivers/net/bnxt/hsi_struct_def_dpdk.h | 24017 +++++++++++------------
 12 files changed, 12225 insertions(+), 12890 deletions(-)
  

Comments

Ferruh Yigit Sept. 25, 2018, 11:37 a.m. UTC | #1
On 9/22/2018 5:55 AM, Ajit Khaparde wrote:
> Patchset against dpdk-next-net.
> 
> v1->v2:
> net/bnxt: get rid of ff pools array and use the vnic info array instead
> - Fix access to uninitialized variable.
> - Rectify the wrong 'Fixes' reference.
> 
> net/bnxt: update HWRM version
> - Update from 1.9.2.45 to version 1.9.2.53
> 
> Please apply.
> 
> Ajit Khaparde (8):
>   net/bnxt: fix MTU setting
>   net/bnxt: update HWRM version
>   net/bnxt: add support for extended port counters
>   net/bnxt: add support to enable new mailbox channel
>   net/bnxt: add support for trusted VF
>   net/bnxt: set MAC filtering as outer for non tunnel frames
>   net/bnxt: set a VNIC as default only once
>   net/bnxt: remove excess log messages
> 
> Bei Sun (1):
>   net/bnxt: set VLAN strip mode before default vnic cfg
> 
> Somnath Kotur (2):
>   net/bnxt: get rid of ff pools array and use the vnic info array
>     instead
>   net/bnxt: fix uninitialized ptr access in transmit handler
> 
> yongping (1):
>   net/bnxt: use correct macro to register VF async event completion ring

Since there will be a new version of the patchset, can you please also check
following warnings:

$ ./devtools/check-git-log.sh -12
Headline too long:
        net/bnxt: get rid of ff pools array and use the vnic info array instead
        net/bnxt: use correct macro to register VF async event completion ring
Is it candidate for Cc: stable@dpdk.org backport?
        net/bnxt: fix uninitialized ptr access in transmit handler