mbox series

[v3,00/16] bnxt patchset

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

Message

Ajit Khaparde Oct. 2, 2019, 5:17 p.m. UTC
  bnxt patchset against dpdk-next-net.
This patchset has been rebased and is dependent on
"bnxt patchset to support device error recovery"
commit-id 5f30ec0329bf81d8a4a3404faaf450dbceb9463e

Please apply.

v1->v2: 5f30ec0329bf81d8a4a3404faaf450dbceb9463e
v2->v3: Removed an unnecessary patch from v2. No other change.

Ajit Khaparde (2):
  net/bnxt: subscribe to link speed change notification
  net/bnxt: fix async link handling and update

Kalesh AP (8):
  net/bnxt: fix rxq stop/start handling
  net/bnxt: fix L2 context calculation for Thor
  net/bnxt: fix use of deferred start of transmit queues
  net/bnxt: remove unnecessary return check
  net/bnxt: remove unused macro
  net/bnxt: remove unnecessary interrupt disable
  net/bnxt: fix accessing variable before null check
  net/bnxt: use macro for getting default vnic

Rahul Gupta (1):
  net/bnxt: fix Rx queue count devop

Santoshkumar Karanappa Rastapur (3):
  net/bnxt: fix incorrect flow steering
  net/bnxt: fix traffic failure with higher mbuf size
  net/bnxt: fix 40G link failure for Thor

Somnath Kotur (1):
  net/bnxt: support for QinQ insertion and stripping

Stephen Hemminger (1):
  net/bnxt: fix a segfault in secondary process

 drivers/net/bnxt/bnxt.h              |  10 +-
 drivers/net/bnxt/bnxt_cpr.c          |   2 +-
 drivers/net/bnxt/bnxt_ethdev.c       | 171 +++++++++++++++++----------
 drivers/net/bnxt/bnxt_flow.c         |   4 +
 drivers/net/bnxt/bnxt_hwrm.c         | 156 +++++++++++++-----------
 drivers/net/bnxt/bnxt_hwrm.h         |   2 +
 drivers/net/bnxt/bnxt_irq.c          |   2 +-
 drivers/net/bnxt/bnxt_irq.h          |   1 +
 drivers/net/bnxt/bnxt_ring.c         |   8 +-
 drivers/net/bnxt/bnxt_rxq.c          |  91 ++++++++------
 drivers/net/bnxt/bnxt_rxq.h          |   2 +-
 drivers/net/bnxt/bnxt_rxr.c          |  14 +--
 drivers/net/bnxt/bnxt_rxtx_vec_sse.c |   4 +-
 drivers/net/bnxt/bnxt_txq.c          |   5 +
 drivers/net/bnxt/bnxt_txq.h          |   1 +
 drivers/net/bnxt/bnxt_txr.c          |  19 ++-
 16 files changed, 290 insertions(+), 202 deletions(-)
  

Comments

Ferruh Yigit Oct. 2, 2019, 6:35 p.m. UTC | #1
On 10/2/2019 6:17 PM, Ajit Khaparde wrote:
> bnxt patchset against dpdk-next-net.
> This patchset has been rebased and is dependent on
> "bnxt patchset to support device error recovery"
> commit-id 5f30ec0329bf81d8a4a3404faaf450dbceb9463e
> 
> Please apply.
> 
> v1->v2: 5f30ec0329bf81d8a4a3404faaf450dbceb9463e
> v2->v3: Removed an unnecessary patch from v2. No other change.
> 
> Ajit Khaparde (2):
>   net/bnxt: subscribe to link speed change notification
>   net/bnxt: fix async link handling and update
> 
> Kalesh AP (8):
>   net/bnxt: fix rxq stop/start handling
>   net/bnxt: fix L2 context calculation for Thor
>   net/bnxt: fix use of deferred start of transmit queues
>   net/bnxt: remove unnecessary return check
>   net/bnxt: remove unused macro
>   net/bnxt: remove unnecessary interrupt disable
>   net/bnxt: fix accessing variable before null check
>   net/bnxt: use macro for getting default vnic
> 
> Rahul Gupta (1):
>   net/bnxt: fix Rx queue count devop
> 
> Santoshkumar Karanappa Rastapur (3):
>   net/bnxt: fix incorrect flow steering
>   net/bnxt: fix traffic failure with higher mbuf size
>   net/bnxt: fix 40G link failure for Thor
> 
> Somnath Kotur (1):
>   net/bnxt: support for QinQ insertion and stripping
> 
> Stephen Hemminger (1):
>   net/bnxt: fix a segfault in secondary process

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