Netdev List
 help / color / mirror / Atom feed
* [PATCH net-next 00/16] bnxt_en: Update for net-next.
@ 2018-03-31 17:54 Michael Chan
  2018-03-31 17:54 ` [PATCH net-next 01/16] bnxt_en: Update firmware interface to 1.9.1.15 Michael Chan
                   ` (16 more replies)
  0 siblings, 17 replies; 18+ messages in thread
From: Michael Chan @ 2018-03-31 17:54 UTC (permalink / raw)
  To: davem; +Cc: netdev

Misc. updates including updated firmware interface, some additional
port statistics, a new IRQ assignment scheme for the RDMA driver, support
for VF trust, and other changes and improvements for SRIOV.

Michael Chan (12):
  bnxt_en: Update firmware interface to 1.9.1.15.
  bnxt_en: Adjust default rings for multi-port NICs.
  bnxt_en: Use a dedicated VNIC mode for RDMA.
  bnxt_en: Check max_tx_scheduler_inputs value from firmware.
  bnxt_en: Improve resource accounting for SRIOV.
  bnxt_en: Improve valid bit checking in firmware response message.
  bnxt_en: Improve ring allocation logic.
  bnxt_en: Change IRQ assignment for RDMA driver.
  bnxt_en: Add IRQ remapping logic.
  bnxt_en: Refactor bnxt_need_reserve_rings().
  bnxt_en: Reserve completion rings and MSIX for bnxt_re RDMA driver.
  bnxt_en: Add ULP calls to stop and restart IRQs.

Scott Branden (1):
  bnxt_en: fix clear flags in ethtool reset handling

Vasundhara Volam (3):
  bnxt_en: Add support for ndo_set_vf_trust
  bnxt_en: Include additional hardware port statistics in ethtool -S.
  bnxt_en: Add extended port statistics support

 drivers/net/ethernet/broadcom/bnxt/bnxt.c         | 339 +++++++++++++++-------
 drivers/net/ethernet/broadcom/bnxt/bnxt.h         |  21 +-
 drivers/net/ethernet/broadcom/bnxt/bnxt_dcb.h     |   5 +-
 drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c |  56 +++-
 drivers/net/ethernet/broadcom/bnxt/bnxt_hsi.h     | 289 ++++++++++++------
 drivers/net/ethernet/broadcom/bnxt/bnxt_sriov.c   |  61 ++--
 drivers/net/ethernet/broadcom/bnxt/bnxt_sriov.h   |   3 +-
 drivers/net/ethernet/broadcom/bnxt/bnxt_ulp.c     | 144 ++++++++-
 drivers/net/ethernet/broadcom/bnxt/bnxt_ulp.h     |  22 +-
 9 files changed, 706 insertions(+), 234 deletions(-)

-- 
1.8.3.1

^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2018-04-01  3:24 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-31 17:54 [PATCH net-next 00/16] bnxt_en: Update for net-next Michael Chan
2018-03-31 17:54 ` [PATCH net-next 01/16] bnxt_en: Update firmware interface to 1.9.1.15 Michael Chan
2018-03-31 17:54 ` [PATCH net-next 02/16] bnxt_en: Adjust default rings for multi-port NICs Michael Chan
2018-03-31 17:54 ` [PATCH net-next 03/16] bnxt_en: Use a dedicated VNIC mode for RDMA Michael Chan
2018-03-31 17:54 ` [PATCH net-next 04/16] bnxt_en: fix clear flags in ethtool reset handling Michael Chan
2018-03-31 17:54 ` [PATCH net-next 05/16] bnxt_en: Add support for ndo_set_vf_trust Michael Chan
2018-03-31 17:54 ` [PATCH net-next 06/16] bnxt_en: Include additional hardware port statistics in ethtool -S Michael Chan
2018-03-31 17:54 ` [PATCH net-next 07/16] bnxt_en: Add extended port statistics support Michael Chan
2018-03-31 17:54 ` [PATCH net-next 08/16] bnxt_en: Check max_tx_scheduler_inputs value from firmware Michael Chan
2018-03-31 17:54 ` [PATCH net-next 09/16] bnxt_en: Improve resource accounting for SRIOV Michael Chan
2018-03-31 17:54 ` [PATCH net-next 10/16] bnxt_en: Improve valid bit checking in firmware response message Michael Chan
2018-03-31 17:54 ` [PATCH net-next 11/16] bnxt_en: Improve ring allocation logic Michael Chan
2018-03-31 17:54 ` [PATCH net-next 12/16] bnxt_en: Change IRQ assignment for RDMA driver Michael Chan
2018-03-31 17:54 ` [PATCH net-next 13/16] bnxt_en: Add IRQ remapping logic Michael Chan
2018-03-31 17:54 ` [PATCH net-next 14/16] bnxt_en: Refactor bnxt_need_reserve_rings() Michael Chan
2018-03-31 17:54 ` [PATCH net-next 15/16] bnxt_en: Reserve completion rings and MSIX for bnxt_re RDMA driver Michael Chan
2018-03-31 17:54 ` [PATCH net-next 16/16] bnxt_en: Add ULP calls to stop and restart IRQs Michael Chan
2018-04-01  3:24 ` [PATCH net-next 00/16] bnxt_en: Update for net-next David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox