From: Jiri Kosina Date: Sun, 11 May 2014 12:15:12 +0000 (+0300) Subject: IB/mlx4: Implement IB_QP_CREATE_USE_GFP_NOIO X-Git-Tag: omap-for-v3.16/fixes-against-rc1~68^2^9~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=40f2287bd583;p=pandora-kernel.git IB/mlx4: Implement IB_QP_CREATE_USE_GFP_NOIO Modify the various routines used to allocate memory resources which serve QPs in mlx4 to get an input GFP directive. Have the Ethernet driver to use GFP_KERNEL in it's QP allocations as done prior to this commit, and the IB driver to use GFP_NOIO when the IB verbs IB_QP_CREATE_USE_GFP_NOIO QP creation flag is provided. Signed-off-by: Mel Gorman Signed-off-by: Jiri Kosina Signed-off-by: Or Gerlitz Signed-off-by: Roland Dreier --- Reading git-diff-tree failed