]> www.infradead.org Git - users/dwmw2/linux.git/commit
net: rswitch: Add a setting ext descriptor function
authorYoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Fri, 8 Dec 2023 04:10:26 +0000 (13:10 +0900)
committerDavid S. Miller <davem@davemloft.net>
Sun, 10 Dec 2023 19:31:41 +0000 (19:31 +0000)
commitfcff581ee43078cf23216aa7079012e935a6a078
tree7a00a3aa01a2e16417064ad0452afca05ffa5f61
parent271e015b91535dd87fd0f5df0cc3b906c2eddef9
net: rswitch: Add a setting ext descriptor function

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 a setting ext descriptor function to improve code readability.

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