Re: [PATCH net V1 0/7] Mellanox 100G mlx5 driver fixes

2016-03-02 Thread David Miller
From: Saeed Mahameed Date: Mon, 29 Feb 2016 21:17:08 +0200 > This series has few bug fixes for the mlx5 Ethernet driver. Series applied, thank you.

[PATCH net V1 0/7] Mellanox 100G mlx5 driver fixes

2016-02-29 Thread Saeed Mahameed
Hi Dave, This series has few bug fixes for the mlx5 Ethernet driver. Eran fixed a locking issue with time-stamping that could cause a soft-lockup when time-stamping is enabled. Gal fixed the rx/tx packets/bytes counters returned by the driver to actually went through the network stack. Tariq