Hi Dave,
This patchset includes small fixes for the mlx4_en driver. First patch by Eran fixes the value used to init the netdevice's min_mtu field. Please queue it to -stable >= v4.10. Second patch by Saeed adds missing Kconfig build dependencies. Series generated against net commit: 35b827b6d061 tun: forbid iface creation with rtnl ops Thanks, Tariq. Eran Ben Elisha (1): net/mlx4_en: Change min MTU size to ETH_MIN_MTU Saeed Mahameed (1): net/mlx4_en: Fix build break when CONFIG_INET is off drivers/net/ethernet/mellanox/mlx4/Kconfig | 2 +- drivers/net/ethernet/mellanox/mlx4/en_netdev.c | 4 ++-- drivers/net/ethernet/mellanox/mlx4/mlx4_en.h | 1 - 3 files changed, 3 insertions(+), 4 deletions(-) -- 1.8.3.1