From a34811e4efef7fa90bb32236ccf6600100366590 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Fri, 7 Feb 2020 20:06:44 +0900 Subject: udev: support to update flow control parameter Closes #14770. --- src/shared/ethtool-util.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/shared/ethtool-util.h') diff --git a/src/shared/ethtool-util.h b/src/shared/ethtool-util.h index c1d5d7590e..55c41f5bc7 100644 --- a/src/shared/ethtool-util.h +++ b/src/shared/ethtool-util.h @@ -103,6 +103,7 @@ int ethtool_set_glinksettings(int *ethtool_fd, const char *ifname, int autonegotiation, uint32_t advertise[static N_ADVERTISE], uint64_t speed, Duplex duplex, NetDevPort port); int ethtool_set_channels(int *ethtool_fd, const char *ifname, netdev_channels *channels); +int ethtool_set_flow_control(int *fd, const char *ifname, int rx, int tx, int autoneg); const char *duplex_to_string(Duplex d) _const_; Duplex duplex_from_string(const char *d) _pure_; -- cgit v1.2.1