]> git.baikalelectronics.ru Git - kernel.git/commit
ethtool: wire up set policies to ops
authorJakub Kicinski <kuba@kernel.org>
Mon, 5 Oct 2020 22:07:34 +0000 (15:07 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 6 Oct 2020 13:25:55 +0000 (06:25 -0700)
commit5d1a13bcdb966cfe5220f63141dbe9ed1f85b386
tree6277b1150e043132ef78a7a8acb944453eab5345
parent36e455bb60c125d675daea381d32f70d4907e02a
ethtool: wire up set policies to ops

Similarly to get commands wire up the policies of set commands
to get parsing by the core and policy dumps.

Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
14 files changed:
net/ethtool/cabletest.c
net/ethtool/channels.c
net/ethtool/coalesce.c
net/ethtool/debug.c
net/ethtool/eee.c
net/ethtool/features.c
net/ethtool/linkinfo.c
net/ethtool/linkmodes.c
net/ethtool/netlink.c
net/ethtool/netlink.h
net/ethtool/pause.c
net/ethtool/privflags.c
net/ethtool/rings.c
net/ethtool/wol.c