]> www.infradead.org Git - users/dwmw2/linux.git/commit
net: rswitch: Add jumbo frames handling for TX
authorYoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Fri, 8 Dec 2023 04:10:29 +0000 (13:10 +0900)
committerDavid S. Miller <davem@davemloft.net>
Sun, 10 Dec 2023 19:31:42 +0000 (19:31 +0000)
commitd2c96b9d5f83e4327cf044d00d7f713edd7fecfd
tree8c29205febe3c03c6ee6c5f33bd18b17b26ab862
parent933416cc59b18ef82ea7895c4ca58be3d92d3b3c
net: rswitch: Add jumbo frames handling for TX

If the driver would like to transmit a jumbo frame like 2KiB or more,
it should be split into multiple queues. In the near future, to support
this, add handling specific descriptor types F{START,MID,END}. However,
such jumbo frames will not happen yet because the maximum MTU size is
still default for now.

Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/renesas/rswitch.c