linux/Documentation
Michal Kubecek 2fc2929e80 ethtool: set device ring sizes with RINGS_SET request
Implement RINGS_SET netlink request to set ring sizes of a network device.
These are traditionally set with ETHTOOL_SRINGPARAM ioctl request.

Like the ioctl implementation, the generic ethtool code checks if supplied
values do not exceed driver defined limits; if they do, first offending
attribute is reported using extack.

v2:
  - fix netdev reference leak in error path (found by Jakub Kicinsky)

Signed-off-by: Michal Kubecek <mkubecek@suse.cz>
Reviewed-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
2020-03-12 15:32:33 -07:00
..
2020-02-05 17:44:14 +00:00
2020-02-26 10:34:42 -08:00
2020-02-16 13:05:46 -08:00
2020-01-03 11:43:44 +10:00
2019-12-11 09:12:38 +01:00
2020-01-31 14:43:23 -08:00
2019-10-10 11:25:39 -06:00
2020-02-04 13:06:46 +00:00
2019-07-17 06:57:52 -03:00
2020-01-28 16:26:57 -08:00
2019-12-30 11:58:02 -07:00
2019-09-27 11:17:38 -07:00
2020-02-25 03:10:22 -07:00
2019-12-02 17:35:04 -08:00