diff options
| author | Sebastian Andrzej Siewior <[email protected]> | 2020-09-29 22:25:25 +0200 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2020-09-29 14:02:54 -0700 |
| commit | caa241f0ef88ee1c81ca9e0e7135d4241bd8dde8 (patch) | |
| tree | 936fd366c9631284f7b86b8a60a04fd5dd257081 /tools/perf/scripts/python/bin | |
| parent | 623b9988bfd146a438e55816dbfdf8f9a5290dd5 (diff) | |
net: sfc: Use GFP_KERNEL in efx_ef10_try_update_nic_stats()
efx_ef10_try_update_nic_stats_vf() is now only invoked from thread context
and can sleep after efx::stats_lock is dropped.
Change the allocation mode from GFP_ATOMIC to GFP_KERNEL.
Signed-off-by: Sebastian Andrzej Siewior <[email protected]>
Signed-off-by: Thomas Gleixner <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions