diff options
author | 2025-03-05 15:44:20 +0530 | |
---|---|---|
committer | 2025-03-11 11:09:55 +0100 | |
commit | 46eeb90f03e03d5e8f7f9f1f0eb0792104fc5f86 (patch) | |
tree | b2f92edb50257c9731ae3172108a0e5861c0f038 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | Merge branch 'enic-enable-32-64-byte-cqes-and-get-max-rx-tx-ring-size-from-hw' (diff) | |
download | wireguard-linux-46eeb90f03e03d5e8f7f9f1f0eb0792104fc5f86.tar.xz wireguard-linux-46eeb90f03e03d5e8f7f9f1f0eb0792104fc5f86.zip |
net: ti: icssg-prueth: Use page_pool API for RX buffer allocation
This is to prepare for native XDP support.
The page pool API is more faster in allocating pages than
__alloc_skb(). Drawback is that it works at PAGE_SIZE granularity
so we are not efficient in memory usage.
i.e. we are using PAGE_SIZE (4KB) memory for 1.5KB max packet size.
Signed-off-by: Roger Quadros <rogerq@kernel.org>
Signed-off-by: MD Danish Anwar <danishanwar@ti.com>
Signed-off-by: Meghana Malladi <m-malladi@ti.com>
Link: https://patch.msgid.link/20250305101422.1908370-2-m-malladi@ti.com
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions