mbox series

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

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

Message

Pavan Chebbi April 2, 2024, 9:37 a.m. UTC
This patchset contains the following updates to bnxt:

- Patch 1 supports handling Downstream Port Containment (DPC) AER
on older chipsets

- Patch 2 enables XPS by default on driver load

- Patch 3 optimizes page pool allocation for numa nodes

- Patch 4 & 5 add support for XDP metadata

- Patch 6 updates firmware interface

- Patch 7 adds a warning about limitations on certain transceivers

v2: Fixed formatting issues in patch 2 and 7. Removed inlines
from C sources in patch 5. Corrected email address in the commit
log of patch 6.

Pavan Chebbi (1):
  bnxt_en: Update firmware interface to 1.10.3.39

Somnath Kotur (4):
  bnxt_en: Enable XPS by default on driver load
  bnxt_en: Allocate page pool per numa node
  bnxt_en: Change bnxt_rx_xdp function prototype
  bnxt_en: Add XDP Metadata support

Sreekanth Reddy (1):
  bnxt_en: Add warning message about disallowed speed change

Vikas Gupta (1):
  bnxt_en: Add delay to handle Downstream Port Containment (DPC) AER

 drivers/net/ethernet/broadcom/bnxt/bnxt.c     | 114 ++++++++++-
 drivers/net/ethernet/broadcom/bnxt/bnxt_hsi.h | 184 +++++++++++++-----
 drivers/net/ethernet/broadcom/bnxt/bnxt_xdp.c |  30 +--
 drivers/net/ethernet/broadcom/bnxt/bnxt_xdp.h |   2 +-
 4 files changed, 257 insertions(+), 73 deletions(-)

Comments

Paolo Abeni April 4, 2024, 9:27 a.m. UTC | #1
On Tue, 2024-04-02 at 02:37 -0700, Pavan Chebbi wrote:
> This patchset contains the following updates to bnxt:
> 
> - Patch 1 supports handling Downstream Port Containment (DPC) AER
> on older chipsets
> 
> - Patch 2 enables XPS by default on driver load
> 
> - Patch 3 optimizes page pool allocation for numa nodes
> 
> - Patch 4 & 5 add support for XDP metadata
> 
> - Patch 6 updates firmware interface
> 
> - Patch 7 adds a warning about limitations on certain transceivers
> 
> v2: Fixed formatting issues in patch 2 and 7. Removed inlines
> from C sources in patch 5. Corrected email address in the commit
> log of patch 6.
> 
> Pavan Chebbi (1):
>   bnxt_en: Update firmware interface to 1.10.3.39
> 
> Somnath Kotur (4):
>   bnxt_en: Enable XPS by default on driver load
>   bnxt_en: Allocate page pool per numa node
>   bnxt_en: Change bnxt_rx_xdp function prototype
>   bnxt_en: Add XDP Metadata support
> 
> Sreekanth Reddy (1):
>   bnxt_en: Add warning message about disallowed speed change
> 
> Vikas Gupta (1):
>   bnxt_en: Add delay to handle Downstream Port Containment (DPC) AER
> 
>  drivers/net/ethernet/broadcom/bnxt/bnxt.c     | 114 ++++++++++-
>  drivers/net/ethernet/broadcom/bnxt/bnxt_hsi.h | 184 +++++++++++++-----
>  drivers/net/ethernet/broadcom/bnxt/bnxt_xdp.c |  30 +--
>  drivers/net/ethernet/broadcom/bnxt/bnxt_xdp.h |   2 +-
>  4 files changed, 257 insertions(+), 73 deletions(-)

Acked-by: Paolo Abeni <pabeni@redhat.com>
patchwork-bot+netdevbpf@kernel.org April 4, 2024, 4:20 p.m. UTC | #2
Hello:

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

On Tue,  2 Apr 2024 02:37:46 -0700 you wrote:
> This patchset contains the following updates to bnxt:
> 
> - Patch 1 supports handling Downstream Port Containment (DPC) AER
> on older chipsets
> 
> - Patch 2 enables XPS by default on driver load
> 
> [...]

Here is the summary with links:
  - [net-next,v2,1/7] bnxt_en: Add delay to handle Downstream Port Containment (DPC) AER
    https://git.kernel.org/netdev/net-next/c/d5ab32e9b02d
  - [net-next,v2,2/7] bnxt_en: Enable XPS by default on driver load
    https://git.kernel.org/netdev/net-next/c/8635ae8e99a6
  - [net-next,v2,3/7] bnxt_en: Allocate page pool per numa node
    https://git.kernel.org/netdev/net-next/c/fba2e4e5dbab
  - [net-next,v2,4/7] bnxt_en: Change bnxt_rx_xdp function prototype
    https://git.kernel.org/netdev/net-next/c/1614f06e09ad
  - [net-next,v2,5/7] bnxt_en: Add XDP Metadata support
    https://git.kernel.org/netdev/net-next/c/0ae1fafc8be6
  - [net-next,v2,6/7] bnxt_en: Update firmware interface to 1.10.3.39
    https://git.kernel.org/netdev/net-next/c/4e474addc05a
  - [net-next,v2,7/7] bnxt_en: Add warning message about disallowed speed change
    https://git.kernel.org/netdev/net-next/c/e193f53aed21

You are awesome, thank you!