Re: [PATCH net-next 0/4] mlx4 misc patches

2017-08-29 Thread David Miller
From: Tariq Toukan Date: Mon, 28 Aug 2017 16:38:19 +0300 > This patchset contains misc patches from the team > to the mlx4 Core and Eth drivers. > > Patch 1 by Eran replaces large static allocations by dynamic ones. > Patch 2 by Leon makes an explicit conversion and solves a smatch warning. > In

[PATCH net-next 0/4] mlx4 misc patches

2017-08-28 Thread Tariq Toukan
Hi Dave, This patchset contains misc patches from the team to the mlx4 Core and Eth drivers. Patch 1 by Eran replaces large static allocations by dynamic ones. Patch 2 by Leon makes an explicit conversion and solves a smatch warning. In patch 3 I fix a misplaced brackets of the sizeof operation.