Re: [PATCH net 0/2] mlx4_en fixes for 4.7-rc

2016-06-22 Thread David Miller
From: Tariq Toukan Date: Mon, 20 Jun 2016 17:35:07 +0300 > This small patchset includes two small fixes for mlx4_en driver. > > One allows a clean shutdown even when clients do not release their > netdev reference. > The other adds error return values to the VLAN VID

[PATCH net 0/2] mlx4_en fixes for 4.7-rc

2016-06-22 Thread Tariq Toukan
Hi Dave, This small patchset includes two small fixes for mlx4_en driver. One allows a clean shutdown even when clients do not release their netdev reference. The other adds error return values to the VLAN VID add/kill functions. Eran Ben Elisha (1): net/mlx4_en: Avoid unregister_netdev at

[PATCH net 0/2] mlx4_en fixes for 4.7-rc

2016-06-21 Thread Tariq Toukan
Hi Dave, This small patchset includes two fixes for mlx4_en driver. One allows a clean shutdown even when clients do not release their netdev reference. The other adds error return values to the VLAN VID add/kill functions. Eran Ben Elisha (1): net/mlx4_en: Avoid unregister_netdev at shutdown