summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-sqlite.py
diff options
context:
space:
mode:
authorYunsheng Lin <linyunsheng@huawei.com>2020-01-21 16:42:06 +0800
committerDavid S. Miller <davem@davemloft.net>2020-01-21 11:46:20 +0100
commit08bb3857c6c2e2a62fe0cdc593af57215e9b95bc (patch)
treefea1a9cd6cf0cad04f6f81e0e51509621d1cc794 /tools/perf/scripts/python/export-to-sqlite.py
parent09783d448bccf1ec1c91d0b9e5443b0bcb034dbb (diff)
net: hns3: do not reuse pfmemalloc pages
HNS3 driver allocates pages for DMA with dev_alloc_pages(), which calls alloc_pages_node() with the __GFP_MEMALLOC flag. So, in case of OOM condition, HNS3 can get pages with pfmemalloc flag set. So do not reuse the pages with pfmemalloc flag set because those pages are reserved for special cases, such as low memory case. Signed-off-by: Yunsheng Lin <linyunsheng@huawei.com> Signed-off-by: Huazhong Tan <tanhuazhong@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions