summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorEric Dumazet <edumazet@google.com>2017-01-17 20:14:10 -0800
committerDavid S. Miller <davem@davemloft.net>2017-01-19 23:35:12 -0500
commitdceeab0e5258fccad5dbf95b54821ae4e919e0b6 (patch)
tree0ac33425cc041adedca5010a1c54702f8447d2cb /net
parent8a43c052c7c1a7fd6cde46591deeb39be63a1223 (diff)
mlx4: support __GFP_MEMALLOC for rx
Commit 04aeb56a1732 ("net/mlx4_en: allocate non 0-order pages for RX ring with __GFP_NOMEMALLOC") added code that appears to be not needed at that time, since mlx4 never used __GFP_MEMALLOC allocations anyway. As using memory reserves is a must in some situations (swap over NFS or iSCSI), this patch adds this flag. Note that this driver does not reuse pages (yet) so we do not have to add anything else. Signed-off-by: Eric Dumazet <edumazet@google.com> Cc: Konstantin Khlebnikov <khlebnikov@yandex-team.ru> Cc: Tariq Toukan <tariqt@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net')
0 files changed, 0 insertions, 0 deletions