Re: [PATCH v3] net/mlx4_core: Use min3 to select number of MSI-X vectors

2017-05-11 Thread kbuild test robot
Hi Yuval, [auto build test WARNING on net-next/master] [also build test WARNING on v4.11 next-20170511] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH v3] net/mlx4_core: Use min3 to select number of MSI-X vectors

2017-05-11 Thread Leon Romanovsky
On Thu, May 11, 2017 at 01:40:58PM +0300, Yuval Shaia wrote: > Signed-off-by: Yuval Shaia > --- > v0 -> v1: > * s/"min_t("/"min_t(int" > v1 -> v2: > * Use min3 instead of min_t twice > v2 -> v3: > * Change commit log header message to reflect the changes

[PATCH v3] net/mlx4_core: Use min3 to select number of MSI-X vectors

2017-05-11 Thread Yuval Shaia
Signed-off-by: Yuval Shaia --- v0 -> v1: * s/"min_t("/"min_t(int" v1 -> v2: * Use min3 instead of min_t twice v2 -> v3: * Change commit log header message to reflect the changes made in v2 --- drivers/net/ethernet/mellanox/mlx4/main.c | 9