From: Carol L Soto Date: Thu, 27 Aug 2015 19:43:25 +0000 (-0500) Subject: net/mlx4_core: Capping number of requested MSIXs to MAX_MSIX X-Git-Tag: omap-for-v4.3/fixes-rc1~110^2~59 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9293267a3e2a7a2555d8ddc8f9301525e5b03b1b;p=pandora-kernel.git net/mlx4_core: Capping number of requested MSIXs to MAX_MSIX 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed