diff options
author | Russell King (Oracle) <[email protected]> | 2023-05-10 11:16:03 +0100 |
---|---|---|
committer | Paolo Abeni <[email protected]> | 2023-05-11 13:05:15 +0200 |
commit | 33f4cefb26e98c3cfe68ee7c88b766aa786b8733 (patch) | |
tree | d29f7c2f8299235bf7388ae87dd9460f132c495e /tools/perf/scripts/python/stackcollapse.py | |
parent | d41eb5557668096b0a57646107e6fc4631ba9cf1 (diff) |
net: mvneta: allocate TSO header DMA memory in chunks
Now that we no longer need to check whether the DMA address is within
the TSO header DMA memory range for the queue, we can allocate the TSO
header DMA memory in chunks rather than one contiguous order-6 chunk,
which can stress the kernel's memory subsystems to allocate.
Instead, use order-1 (8k) allocations, which will result in 32 order-1
pages containing 32 TSO headers.
Signed-off-by: Russell King (Oracle) <[email protected]>
Reviewed-by: Eric Dumazet <[email protected]>
Signed-off-by: Paolo Abeni <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions