Message ID | 20250213011240.1640031-1-michael.chan@broadcom.com (mailing list archive) |
---|---|
Headers | show |
Series | bnxt_en: Add NPAR 1.2 and TPH support | expand |
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski <kuba@kernel.org>: On Wed, 12 Feb 2025 17:12:28 -0800 you wrote: > The first patch adds NPAR 1.2 support. Patches 2 to 11 add TPH > (TLP Processing Hints) support. These TPH driver patches are new > revisions originally posted as part of the TPH PCI patch series. > Additional driver refactoring has been done so that we can free > and allocate RX completion ring and the TX rings if the channel is > a combined channel. We also add napi_disable() and napi_enable() > during queue_stop() and queue_start() respectively, and reset for > error handling in queue_start(). > > [...] Here is the summary with links: - [net-next,v5,01/11] bnxt_en: Set NPAR 1.2 support when registering with firmware https://git.kernel.org/netdev/net-next/c/ebdf7fe488c5 - [net-next,v5,02/11] bnxt_en: Refactor completion ring allocation logic for P5_PLUS chips https://git.kernel.org/netdev/net-next/c/0fed290525d5 - [net-next,v5,03/11] bnxt_en: Refactor TX ring allocation logic https://git.kernel.org/netdev/net-next/c/e6ec50485659 - [net-next,v5,04/11] bnxt_en: Refactor completion ring free routine https://git.kernel.org/netdev/net-next/c/f33a508c23a4 - [net-next,v5,05/11] bnxt_en: Refactor bnxt_free_tx_rings() to free per TX ring https://git.kernel.org/netdev/net-next/c/09cc58d59441 - [net-next,v5,06/11] bnxt_en: Refactor RX/RX AGG ring parameters setup for P5_PLUS https://git.kernel.org/netdev/net-next/c/e1714de53218 - [net-next,v5,07/11] bnxt_en: Pass NQ ID to the FW when allocating RX/RX AGG rings https://git.kernel.org/netdev/net-next/c/4c8e612c9a36 - [net-next,v5,08/11] bnxt_en: Reallocate RX completion ring for TPH support https://git.kernel.org/netdev/net-next/c/6b6bf60fc95f - [net-next,v5,09/11] bnxt_en: Refactor TX ring free logic https://git.kernel.org/netdev/net-next/c/c8a0f7652d61 - [net-next,v5,10/11] bnxt_en: Extend queue stop/start for TX rings https://git.kernel.org/netdev/net-next/c/fe96d717d38e - [net-next,v5,11/11] bnxt_en: Add TPH support in BNXT driver https://git.kernel.org/netdev/net-next/c/c214410c47d6 You are awesome, thank you!