mbox series

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

Message ID 1695519107-24139-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. 24, 2023, 1:31 a.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 | 206 ++++++++++++------
 include/net/mana/mana.h                       |   5 +-
 2 files changed, 145 insertions(+), 66 deletions(-)