Re: [PATCH net 0/2] mlx4_en fixes

2020-12-09 Thread David Miller
From: Tariq Toukan Date: Wed, 9 Dec 2020 15:03:37 +0200 > Hi, > > This patchset by Moshe contains fixes to the mlx4 Eth driver, > addressing issues in restart flow. > > Patch 1 protects the restart task from being rescheduled while active. > Please queue for -stable >= v2.6. > Patch 2 recons

[PATCH net 0/2] mlx4_en fixes

2020-12-09 Thread Tariq Toukan
Hi, This patchset by Moshe contains fixes to the mlx4 Eth driver, addressing issues in restart flow. Patch 1 protects the restart task from being rescheduled while active. Please queue for -stable >= v2.6. Patch 2 reconstructs SQs stuck in error state, and adds prints for improved debuggabili

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 add/kill functions. Series

[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 shu

[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