Re: [PATCH net-next 1/2] net/mlx4_core: Capping number of requested MSIXs to MAX_MSIX

2015-08-27 Thread David Miller
From: cls...@linux.vnet.ibm.com Date: Thu, 27 Aug 2015 14:43:25 -0500 > From: Carol L Soto > > We currently manage IRQs in pool_bm which is a bit field > of MAX_MSIX bits. Thus, allocating more than MAX_MSIX > interrupts can't be managed in pool_bm. > Fixing this by capping number of requested M

[PATCH net-next 1/2] net/mlx4_core: Capping number of requested MSIXs to MAX_MSIX

2015-08-27 Thread clsoto
From: Carol L Soto We currently manage IRQs in pool_bm which is a bit field of MAX_MSIX bits. Thus, allocating more than MAX_MSIX interrupts can't be managed in pool_bm. Fixing this by capping number of requested MSIXs to MAX_MSIX. Signed-off-by: Matan Barak Signed-off-by: Carol L Soto --- dr