Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Roger Quadros's avatar
Roger Quadros authored
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.

Link: https://lore.kernel.org/all/20250305101422.1908370-2-m-malladi@ti.com/


Signed-off-by: default avatarRoger Quadros <rogerq@kernel.org>
Signed-off-by: default avatarMD Danish Anwar <danishanwar@ti.com>
Signed-off-by: default avatarMeghana Malladi <m-malladi@ti.com>
b95f4a84
Forked from Documentation / docs.beagleboard.io
Source project has a limited visibility.
Name Last commit Last update