mbox series

[net-next,00/12] bnxt_en: Update for net-next

Message ID 20230815045658.80494-1-michael.chan@broadcom.com (mailing list archive)
Headers show
Series bnxt_en: Update for net-next | expand

Message

Michael Chan Aug. 15, 2023, 4:56 a.m. UTC
This patchset contains 3 featuress:

- The page pool implementation for the normal RX path (non-XDP) for
paged buffers in the aggregation ring.

- Saving of the ring error counters across reset.  

- Hwmon enhancements and migration to newer kernel APIs.

Kalesh AP (5):
  bnxt_en: Enhance hwmon temperature reporting
  bnxt_en: Move hwmon functions into a dedicated file
  bnxt_en: Modify the driver to use hwmon_device_register_with_info
  bnxt_en: Expose threshold temperatures through hwmon
  bnxt_en: Event handler for Thermal event

Michael Chan (5):
  bnxt_en: Increment rx_resets counter in bnxt_disable_napi()
  bnxt_en: Save ring error counters across reset
  bnxt_en: Display the ring error counters under ethtool -S
  bnxt_en: Add tx_resets ring counter
  bnxt_en: Update firmware interface to 1.10.2.171

Somnath Kotur (2):
  bnxt_en: Use the unified RX page pool buffers for XDP and non-XDP
  bnxt_en: Let the page pool manage the DMA mapping

 drivers/net/ethernet/broadcom/bnxt/Makefile   |   1 +
 drivers/net/ethernet/broadcom/bnxt/bnxt.c     | 268 ++++-----
 drivers/net/ethernet/broadcom/bnxt/bnxt.h     |  31 +-
 .../net/ethernet/broadcom/bnxt/bnxt_ethtool.c |  49 +-
 drivers/net/ethernet/broadcom/bnxt/bnxt_hsi.h | 545 ++++++++++++------
 .../net/ethernet/broadcom/bnxt/bnxt_hwmon.c   | 191 ++++++
 .../net/ethernet/broadcom/bnxt/bnxt_hwmon.h   |  30 +
 7 files changed, 751 insertions(+), 364 deletions(-)
 create mode 100644 drivers/net/ethernet/broadcom/bnxt/bnxt_hwmon.c
 create mode 100644 drivers/net/ethernet/broadcom/bnxt/bnxt_hwmon.h