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)
commit7267aa6d99f5b82f6d0e4f537d87fa9b6ab86411
tree234b2b6742a2968b41abdd4666b116017f069d43
parente37f3b1561a038c0630e7364740d6d55f2b5d5b5
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