Re: [PATCH net 00/12] Mellanox 100G mlx5 fixes 2016-10-25

2016-10-29 Thread David Miller
From: Saeed Mahameed Date: Tue, 25 Oct 2016 18:36:23 +0300 > This series contains some bug fixes for the mlx5 core and mlx5e > driver. Series applied, thank you.

[PATCH net 00/12] Mellanox 100G mlx5 fixes 2016-10-25

2016-10-25 Thread Saeed Mahameed
Hi Dave, This series contains some bug fixes for the mlx5 core and mlx5e driver. >From Daniel: - Cache line size determination at runtime, instead of using L1_CACHE_BYTES hard coded value, use cache_line_size() - Always Query HCA caps after setting them even on reset flow >From Mo