mbox series

[net-next,0/2] net: ethernet: cortina: TSO and pause param

Message ID 20240509-gemini-ethernet-fix-tso-v1-0-10cd07b54d1c@linaro.org (mailing list archive)
Headers show
Series net: ethernet: cortina: TSO and pause param | expand

Message

Linus Walleij May 9, 2024, 7:48 a.m. UTC
This restores the TSO support as we put it on the back
burner a while back. This version has been thoroughly
tested with iperf3 to make sure it really works.

Also included is a patch that implements setting the
RX or TX pause parameters.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
---
Linus Walleij (2):
      net: ethernet: cortina: Restore TSO support
      net: ethernet: cortina: Implement .set_pauseparam()

 drivers/net/ethernet/cortina/gemini.c | 50 ++++++++++++++++++++++++++++++++---
 1 file changed, 46 insertions(+), 4 deletions(-)
---
base-commit: 80e21abd90de5affb4521db3491adb19656c0969
change-id: 20240506-gemini-ethernet-fix-tso-ebc71477c2fb

Best regards,