Re: [PATCH net 0/3] mlx4 fixes for 4.20-rc
From: Tariq Toukan Date: Thu, 15 Nov 2018 18:05:12 +0200 > This patchset includes small fixes for mlx4_core driver. Series applied.
[PATCH net 0/3] mlx4 fixes for 4.20-rc
Hi Dave, This patchset includes small fixes for mlx4_core driver. First patch by Jack zeros a field in a FW communication command, to match the FW spec. Please queue it to -stable >= v3.17. In the second patch I zero-initialize a variable to silence a compliation warning. Please queue it to -sta