ethtool: set pause parameters with PAUSE_SET request
Implement PAUSE_SET netlink request to set pause parameters of a network device. Thease are traditionally set with ETHTOOL_SPAUSEPARAM ioctl request. Signed-off-by: Michal Kubecek <mkubecek@suse.cz> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
7f59fb32b0
commit
3ab879933d
@@ -353,5 +353,6 @@ int ethnl_set_privflags(struct sk_buff *skb, struct genl_info *info);
|
||||
int ethnl_set_rings(struct sk_buff *skb, struct genl_info *info);
|
||||
int ethnl_set_channels(struct sk_buff *skb, struct genl_info *info);
|
||||
int ethnl_set_coalesce(struct sk_buff *skb, struct genl_info *info);
|
||||
int ethnl_set_pause(struct sk_buff *skb, struct genl_info *info);
|
||||
|
||||
#endif /* _NET_ETHTOOL_NETLINK_H */
|
||||
|
||||
Reference in New Issue
Block a user