diff options
author | Michal Kubecek <mkubecek@suse.cz> | 2020-03-28 00:01:23 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-03-30 07:32:36 +0200 |
commit | 7f59fb32b0960f1e19651379d8e130bd017054bf (patch) | |
tree | 18b5dadc2a2539e921b0a47a30498b9770973537 /net/ethtool/Makefile | |
parent | ethtool: add COALESCE_NTF notification (diff) | |
download | linux-7f59fb32b0960f1e19651379d8e130bd017054bf.tar.xz linux-7f59fb32b0960f1e19651379d8e130bd017054bf.zip |
ethtool: provide pause parameters with PAUSE_GET request
Implement PAUSE_GET request to get pause parameters of a network device.
These are traditionally available via ETHTOOL_GPAUSEPARAM ioctl request.
Signed-off-by: Michal Kubecek <mkubecek@suse.cz>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ethtool/Makefile')
-rw-r--r-- | net/ethtool/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ethtool/Makefile b/net/ethtool/Makefile index 7f7f40e03d16..28589ad5fd8a 100644 --- a/net/ethtool/Makefile +++ b/net/ethtool/Makefile @@ -6,4 +6,4 @@ obj-$(CONFIG_ETHTOOL_NETLINK) += ethtool_nl.o ethtool_nl-y := netlink.o bitset.o strset.o linkinfo.o linkmodes.o \ linkstate.o debug.o wol.o features.o privflags.o rings.o \ - channels.o coalesce.o + channels.o coalesce.o pause.o |