diff options
| author | Sebastian Andrzej Siewior <[email protected]> | 2019-06-07 21:20:38 +0200 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2019-06-09 19:40:10 -0700 |
| commit | 3a89aae4b49e2df99fff112cdd055f1a67971623 (patch) | |
| tree | c4e69e208a3793b3079ca0b4a11317451a73331e /tools/perf/scripts/python | |
| parent | 90bc6d4b5466009d4a5c8d3a18dbf72b0f5ec807 (diff) | |
bnx2x: Use napi_alloc_frag()
SKB allocation via bnx2x_frag_alloc() is always performed in NAPI
context. Preemptible context passes GFP_KERNEL and bnx2x_frag_alloc()
uses then __get_free_page() for the allocation.
Use napi_alloc_frag() for memory allocation.
Cc: Ariel Elior <[email protected]>
Cc: Sudarsana Kalluru <[email protected]>
Cc: [email protected]
Signed-off-by: Sebastian Andrzej Siewior <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions