mbox series

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

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

Message

Michael Chan Dec. 12, 2023, 12:51 a.m. UTC
The first 4 patches in the series fix issues in the net-next tree
introduced in the last 4 weeks.  The first 3 patches fix ring accounting
and indexing logic.  The 4th patch fix TX timeout when the TX ring is
very small.

The next 7 patches add new features on the P7 chips, including TX
coalesced completions, VXLAN GPE and UDP GSO stateless offload, a
new rx_filter_miss counters, and more QP backing store memory for
RoCE.

The last 2 patches are PTP improvements.

Damodharam Ammepalli (1):
  bnxt_en: add rx_filter_miss extended stats

Michael Chan (8):
  bnxt_en: Fix trimming of P5 RX and TX rings
  bnxt_en: Fix TX ring indexing logic
  bnxt_en: Prevent TX timeout with a very small TX ring
  bnxt_en: Support TX coalesced completion on 5760X chips
  bnxt_en: Use proper TUNNEL_DST_PORT_ALLOC* commands
  bnxt_en: Add support for VXLAN GPE
  bnxt_en: Configure UDP tunnel TPA
  bnxt_en: Add support for UDP GSO on 5760X chips

Pavan Chebbi (2):
  bnxt_en: Skip nic close/open when configuring tstamp filters
  bnxt_en: Make PTP TX timestamp HWRM query silent

Selvin Xavier (1):
  bnxt_en: Allocate extra QP backing store memory when RoCE FW reports
    it

Somnath Kotur (1):
  bnxt_en: Fix AGG ring check logic in bnxt_check_rings()

 drivers/net/ethernet/broadcom/bnxt/bnxt.c     | 155 +++++++++++++++---
 drivers/net/ethernet/broadcom/bnxt/bnxt.h     |   5 +
 .../net/ethernet/broadcom/bnxt/bnxt_ethtool.c |   1 +
 drivers/net/ethernet/broadcom/bnxt/bnxt_ptp.c |  35 ++--
 drivers/net/ethernet/broadcom/bnxt/bnxt_ptp.h |   2 +-
 drivers/net/ethernet/broadcom/bnxt/bnxt_xdp.c |   2 +-
 6 files changed, 153 insertions(+), 47 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Dec. 13, 2023, 12:10 a.m. UTC | #1
Hello:

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

On Mon, 11 Dec 2023 16:51:09 -0800 you wrote:
> The first 4 patches in the series fix issues in the net-next tree
> introduced in the last 4 weeks.  The first 3 patches fix ring accounting
> and indexing logic.  The 4th patch fix TX timeout when the TX ring is
> very small.
> 
> The next 7 patches add new features on the P7 chips, including TX
> coalesced completions, VXLAN GPE and UDP GSO stateless offload, a
> new rx_filter_miss counters, and more QP backing store memory for
> RoCE.
> 
> [...]

Here is the summary with links:
  - [net-next,01/13] bnxt_en: Fix trimming of P5 RX and TX rings
    https://git.kernel.org/netdev/net-next/c/f1e50b276d37
  - [net-next,02/13] bnxt_en: Fix AGG ring check logic in bnxt_check_rings()
    https://git.kernel.org/netdev/net-next/c/7fb17a0c18b6
  - [net-next,03/13] bnxt_en: Fix TX ring indexing logic
    https://git.kernel.org/netdev/net-next/c/18fe0a383cca
  - [net-next,04/13] bnxt_en: Prevent TX timeout with a very small TX ring
    https://git.kernel.org/netdev/net-next/c/f12f551b5b96
  - [net-next,05/13] bnxt_en: Support TX coalesced completion on 5760X chips
    https://git.kernel.org/netdev/net-next/c/6dea3ebe0d22
  - [net-next,06/13] bnxt_en: Allocate extra QP backing store memory when RoCE FW reports it
    https://git.kernel.org/netdev/net-next/c/297e625bf89e
  - [net-next,07/13] bnxt_en: Use proper TUNNEL_DST_PORT_ALLOC* commands
    https://git.kernel.org/netdev/net-next/c/e6f8a5a8ecc9
  - [net-next,08/13] bnxt_en: Add support for VXLAN GPE
    https://git.kernel.org/netdev/net-next/c/77b0fff55dcd
  - [net-next,09/13] bnxt_en: Configure UDP tunnel TPA
    https://git.kernel.org/netdev/net-next/c/960096334417
  - [net-next,10/13] bnxt_en: add rx_filter_miss extended stats
    https://git.kernel.org/netdev/net-next/c/6ce30622547d
  - [net-next,11/13] bnxt_en: Add support for UDP GSO on 5760X chips
    https://git.kernel.org/netdev/net-next/c/feeef68f6f3d
  - [net-next,12/13] bnxt_en: Skip nic close/open when configuring tstamp filters
    https://git.kernel.org/netdev/net-next/c/84793a499578
  - [net-next,13/13] bnxt_en: Make PTP TX timestamp HWRM query silent
    https://git.kernel.org/netdev/net-next/c/056bce63c469

You are awesome, thank you!