Re: [PATCH net-next v2 10/10] mlx4: convert to new udp_tunnel_nic infra

2020-07-09 Thread Jakub Kicinski
On Thu, 9 Jul 2020 20:08:54 +0300 Tariq Toukan wrote: > On 7/9/2020 4:58 PM, Tariq Toukan wrote: > > On 7/9/2020 4:18 AM, Jakub Kicinski wrote: > >> Convert to new infra, make use of the ability to sleep in the callback. > >> > >> Signed-off-by: Jakub Kicinski > >> --- > >>   .../net/ethernet/me

Re: [PATCH net-next v2 10/10] mlx4: convert to new udp_tunnel_nic infra

2020-07-09 Thread Tariq Toukan
On 7/9/2020 4:58 PM, Tariq Toukan wrote: On 7/9/2020 4:18 AM, Jakub Kicinski wrote: Convert to new infra, make use of the ability to sleep in the callback. Signed-off-by: Jakub Kicinski ---   .../net/ethernet/mellanox/mlx4/en_netdev.c    | 107 --   drivers/net/ethernet/mel

Re: [PATCH net-next v2 10/10] mlx4: convert to new udp_tunnel_nic infra

2020-07-09 Thread Tariq Toukan
On 7/9/2020 4:18 AM, Jakub Kicinski wrote: Convert to new infra, make use of the ability to sleep in the callback. Signed-off-by: Jakub Kicinski --- .../net/ethernet/mellanox/mlx4/en_netdev.c| 107 -- drivers/net/ethernet/mellanox/mlx4/mlx4_en.h | 2 - 2 files chan

[PATCH net-next v2 10/10] mlx4: convert to new udp_tunnel_nic infra

2020-07-08 Thread Jakub Kicinski
Convert to new infra, make use of the ability to sleep in the callback. Signed-off-by: Jakub Kicinski --- .../net/ethernet/mellanox/mlx4/en_netdev.c| 107 -- drivers/net/ethernet/mellanox/mlx4/mlx4_en.h | 2 - 2 files changed, 25 insertions(+), 84 deletions(-) diff --git