diff options
author | Ido Schimmel <[email protected]> | 2023-10-11 16:39:12 +0200 |
---|---|---|
committer | Jakub Kicinski <[email protected]> | 2023-10-13 17:08:03 -0700 |
commit | 958a140d7a0afcac3c0bb0d3b262a8608f7bba16 (patch) | |
tree | 51f04c5fb4756d14c1c71131e52cd6968b05e7b3 /tools/perf/scripts/python/syscall-counts-by-pid.py | |
parent | 5ee0a3bd150918512f28c55073b0d782f674320c (diff) |
mlxsw: pci: Allocate skbs using GFP_KERNEL during initialization
The driver allocates skbs during initialization and during Rx
processing. Take advantage of the fact that the former happens in
process context and allocate the skbs using GFP_KERNEL to decrease the
probability of allocation failure.
Tested with CONFIG_DEBUG_ATOMIC_SLEEP=y.
Signed-off-by: Ido Schimmel <[email protected]>
Reviewed-by: Petr Machata <[email protected]>
Signed-off-by: Petr Machata <[email protected]>
Reviewed-by: Jiri Pirko <[email protected]>
Link: https://lore.kernel.org/r/dfa6ed0926e045fe7c14f0894cc0c37fee81bf9d.1697034729.git.petrm@nvidia.com
Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts-by-pid.py')
0 files changed, 0 insertions, 0 deletions