mbox series

[net-next,v2,0/6] bnxt_en: Update for net-next

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

Message

Michael Chan Aug. 17, 2023, 11:19 p.m. UTC
This patchset contains 2 features:

- 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.  

v2: The hwmon patches are dropped for now while Kalesh is reworking them.

Michael Chan (4):
  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

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/bnxt.c     | 144 ++++++++----------
 drivers/net/ethernet/broadcom/bnxt/bnxt.h     |  24 ++-
 .../net/ethernet/broadcom/bnxt/bnxt_ethtool.c |  49 +++---
 3 files changed, 107 insertions(+), 110 deletions(-)

Comments

Jakub Kicinski Aug. 19, 2023, 2:15 a.m. UTC | #1
On Thu, 17 Aug 2023 16:19:05 -0700 Michael Chan wrote:
> - Saving of the ring error counters across reset.  

Thank you for following up!
patchwork-bot+netdevbpf@kernel.org Aug. 19, 2023, 2:20 a.m. UTC | #2
Hello:

This series was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Thu, 17 Aug 2023 16:19:05 -0700 you wrote:
> This patchset contains 2 features:
> 
> - 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.
> 
> [...]

Here is the summary with links:
  - [net-next,v2,1/6] bnxt_en: Use the unified RX page pool buffers for XDP and non-XDP
    https://git.kernel.org/netdev/net-next/c/86b05508f775
  - [net-next,v2,2/6] bnxt_en: Let the page pool manage the DMA mapping
    https://git.kernel.org/netdev/net-next/c/578fcfd26e2a
  - [net-next,v2,3/6] bnxt_en: Increment rx_resets counter in bnxt_disable_napi()
    https://git.kernel.org/netdev/net-next/c/d38c19b13b10
  - [net-next,v2,4/6] bnxt_en: Save ring error counters across reset
    https://git.kernel.org/netdev/net-next/c/4c70dbe3c008
  - [net-next,v2,5/6] bnxt_en: Display the ring error counters under ethtool -S
    https://git.kernel.org/netdev/net-next/c/a080b47a04c5
  - [net-next,v2,6/6] bnxt_en: Add tx_resets ring counter
    https://git.kernel.org/netdev/net-next/c/8becd1961c73

You are awesome, thank you!