]> git.baikalelectronics.ru Git - kernel.git/commit
sfc: implement ethtool get/set RX ring size for EF100 reps
authorEdward Cree <ecree.xilinx@gmail.com>
Thu, 28 Jul 2022 18:57:52 +0000 (19:57 +0100)
committerJakub Kicinski <kuba@kernel.org>
Sat, 30 Jul 2022 04:22:07 +0000 (21:22 -0700)
commita1c3cb02d1434afd409500044ac395c573205700
tree234b2b6742a2968b41abdd4666b116017f069d43
parent006b8015a7399f62f41eaea07b76ea19d45652ae
sfc: implement ethtool get/set RX ring size for EF100 reps

It's not truly a ring, but the maximum length of the list of queued RX
 SKBs is analogous to an RX ring size, so use that API to configure it.

Signed-off-by: Edward Cree <ecree.xilinx@gmail.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/sfc/ef100_rep.c