aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorEric Dumazet <[email protected]>2023-08-01 20:52:54 +0000
committerJakub Kicinski <[email protected]>2023-08-02 18:44:56 -0700
commit37dfe5b8ddeb7c0bb97e3643dcfd8f9f1421ad25 (patch)
treead9f5d1ccdab0aea0327a88651f8789910baef0c /tools/perf/scripts/python/bin
parentae6db08f8b5606ccd95ef2aadd741905d3c13bc0 (diff)
net: tap: change tap_alloc_skb() to allow bigger paged allocations
tap_alloc_skb() is currently calling sock_alloc_send_pskb() forcing order-0 page allocations. Switch to PAGE_ALLOC_COSTLY_ORDER, to increase max size by 8x. Also add logic to increase the linear part if needed. Signed-off-by: Eric Dumazet <[email protected]> Cc: Tahsin Erdogan <[email protected]> Reviewed-by: Willem de Bruijn <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions