mbox series

[net,v2,0/3] net: mana: Fix some TX processing bugs

Message ID 1696020147-14989-1-git-send-email-haiyangz@microsoft.com (mailing list archive)
Headers show
Series net: mana: Fix some TX processing bugs | expand

Message

Haiyang Zhang Sept. 29, 2023, 8:42 p.m. UTC
Fix TX processing bugs on error handling, tso_bytes calculation,
and sge0 size.

Haiyang Zhang (3):
  net: mana: Fix TX CQE error handling
  net: mana: Fix the tso_bytes calculation
  net: mana: Fix oversized sge0 for GSO packets

 drivers/net/ethernet/microsoft/mana/mana_en.c | 211 ++++++++++++------
 include/net/mana/mana.h                       |   5 +-
 2 files changed, 149 insertions(+), 67 deletions(-)

Comments

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

This series was applied to netdev/net.git (main)
by Paolo Abeni <pabeni@redhat.com>:

On Fri, 29 Sep 2023 13:42:24 -0700 you wrote:
> Fix TX processing bugs on error handling, tso_bytes calculation,
> and sge0 size.
> 
> Haiyang Zhang (3):
>   net: mana: Fix TX CQE error handling
>   net: mana: Fix the tso_bytes calculation
>   net: mana: Fix oversized sge0 for GSO packets
> 
> [...]

Here is the summary with links:
  - [net,v2,1/3] net: mana: Fix TX CQE error handling
    https://git.kernel.org/netdev/net/c/b2b000069a4c
  - [net,v2,2/3] net: mana: Fix the tso_bytes calculation
    https://git.kernel.org/netdev/net/c/7a54de926574
  - [net,v2,3/3] net: mana: Fix oversized sge0 for GSO packets
    https://git.kernel.org/netdev/net/c/a43e8e9ffa0d

You are awesome, thank you!