From: Ido Shamay Date: Sun, 2 Nov 2014 14:26:16 +0000 (+0200) Subject: net/mlx4_en: Add __GFP_COLD gfp flags in alloc_pages X-Git-Tag: omap-for-v3.19/fixes-rc1~125^2~294^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1ab25f86c418b04189c25117090d2b4dc60df417;p=pandora-kernel.git net/mlx4_en: Add __GFP_COLD gfp flags in alloc_pages Needed in order to get cache cold pages (L3 flushed) for HW scatter. Otherwise memory may flush those entries when the packet comes from PCI, causing back pressure resulting in BW decrease. Signed-off-by: Ido Shamay Signed-off-by: Amir Vadai Signed-off-by: David S. Miller --- Reading git-diff-tree failed