f0a26885b3
Traditionally, only a single buffer pool per port (or, per-port-per-socket) is created in l3fwd application. If separate pools are created per-port, it might lead to gain in performance as packet alloc/dealloc requests would be isolated across ports (and their corresponding lcores). This patch adds an argument '--per-port-pool' to the l3fwd application. By default, old mode of single pool per port (split on sockets) is active. L3fwd user guide is also updated by this patch. Signed-off-by: Shreyansh Jain <shreyansh.jain@nxp.com> Acked-by: Ruifeng Wang <ruifeng.wang@arm.com> |
||
---|---|---|
.. | ||
l3fwd_altivec.h | ||
l3fwd_common.h | ||
l3fwd_em_hlm_neon.h | ||
l3fwd_em_hlm_sse.h | ||
l3fwd_em_hlm.h | ||
l3fwd_em_sequential.h | ||
l3fwd_em.c | ||
l3fwd_em.h | ||
l3fwd_lpm_altivec.h | ||
l3fwd_lpm_neon.h | ||
l3fwd_lpm_sse.h | ||
l3fwd_lpm.c | ||
l3fwd_lpm.h | ||
l3fwd_neon.h | ||
l3fwd_sse.h | ||
l3fwd.h | ||
main.c | ||
Makefile | ||
meson.build |