net/mlx5: Introduce blue flame register allocator
[linux-2.6-block.git] / include / linux / netdevice.h
index 994f7423a74bd622884c3b646f4123d28697b8ad..ecd78b3c9abad01e14eeae97678c0060a13c6edb 100644 (file)
@@ -3795,6 +3795,10 @@ void netdev_stats_to_stats64(struct rtnl_link_stats64 *stats64,
 extern int             netdev_max_backlog;
 extern int             netdev_tstamp_prequeue;
 extern int             weight_p;
+extern int             dev_weight_rx_bias;
+extern int             dev_weight_tx_bias;
+extern int             dev_rx_weight;
+extern int             dev_tx_weight;
 
 bool netdev_has_upper_dev(struct net_device *dev, struct net_device *upper_dev);
 struct net_device *netdev_upper_get_next_dev_rcu(struct net_device *dev,