On Thu, Feb 18, 2016 at 12:32 PM, Saeed Mahameed <sae...@mellanox.com> wrote:
> @@ -2164,6 +2233,9 @@ static void mlx5e_build_netdev(struct net_device > *netdev) > netdev->watchdog_timeo = 15 * HZ; > > netdev->ethtool_ops = &mlx5e_ethtool_ops; > +#ifdef CONFIG_MLX5_CORE_EN_DCB > + netdev->dcbnl_ops = &mlx5e_dcbnl_ops; > +#endif I guess we don't want VF drivers to control the uplink port QoS arbiter, PFC setup and such, agree -- I gave this comment on V0 and you somehow missed addressing that, please do for V2.