mbox series

[V2,00/10] bnxt patchset with bug fixes

Message ID 20200113050118.28719-1-kalesh-anakkur.purayil@broadcom.com (mailing list archive)
Headers
Series bnxt patchset with bug fixes |

Message

Kalesh A P Jan. 13, 2020, 5:01 a.m. UTC
  From: Kalesh AP <kalesh-anakkur.purayil@broadcom.com>

Please apply.

V1->V2: fixed the correct the commit ids in Fixes tag.

Kalesh AP (8):
  net/bnxt: handle flow create failure
  net/bnxt: fix probe failure in FreeBSD
  net/bnxt: fix to use correct IOVA mapping
  net/bnxt: fix enable/disable VLAN filtering
  net/bnxt: fix enable/disable vlan strip
  net/bnxt: handle hw filter setting when port is stopped
  net/bnxt: fix a memory leak in port stop
  net/bnxt: use macro for PCI log format

Somnath Kotur (2):
  net/bnxt: release port upon close
  net/bnxt: fix to cap max rings to minimum of compl rings and stat
    contexts

 drivers/net/bnxt/bnxt.h        |  21 +-
 drivers/net/bnxt/bnxt_ethdev.c | 422 ++++++++++++++++++++++-------------------
 drivers/net/bnxt/bnxt_filter.c |   5 +-
 drivers/net/bnxt/bnxt_flow.c   |   4 +-
 drivers/net/bnxt/bnxt_hwrm.c   |  28 ++-
 drivers/net/bnxt/bnxt_irq.c    |   8 +
 drivers/net/bnxt/bnxt_ring.c   |  17 --
 drivers/net/bnxt/bnxt_vnic.c   |  11 --
 8 files changed, 273 insertions(+), 243 deletions(-)