numam-dpdk/examples/l3fwd
Conor Walsh 815611b367 examples/l3fwd: remove useless reloads in EM main loop
This patch aligns the l3fwd EM code with the changes made to LPM in
commit 74fb854a3d ("examples/l3fwd: remove useless reloads in LPM
main loop").
This change ensures the compiler knows that the lcore config variables
are constant values and the compiler will then optimize the code
accordingly.

Signed-off-by: Conor Walsh <conor.walsh@intel.com>
Reviewed-by: Ruifeng Wang <ruifeng.wang@arm.com>
Reviewed-by: David Marchand <david.marchand@redhat.com>
2021-07-07 11:54:21 +02:00
..
l3fwd_altivec.h net: add rte prefix to IP structure 2019-05-24 13:34:46 +02:00
l3fwd_common.h net: add rte prefix to IP structure 2019-05-24 13:34:46 +02:00
l3fwd_em_hlm_neon.h net: add rte prefix to IP structure 2019-05-24 13:34:46 +02:00
l3fwd_em_hlm_sse.h net: add rte prefix to IP structure 2019-05-24 13:34:46 +02:00
l3fwd_em_hlm.h build: remove deprecated cpuflag macros 2020-09-25 11:13:57 +02:00
l3fwd_em_sequential.h build: remove deprecated cpuflag macros 2020-09-25 11:13:57 +02:00
l3fwd_em.c examples/l3fwd: remove useless reloads in EM main loop 2021-07-07 11:54:21 +02:00
l3fwd_em.h examples/l3fwd: add event em main loop 2020-01-28 10:05:19 +01:00
l3fwd_event_generic.c eventdev: express DLB/DLB2 PMD constraints 2020-10-15 23:16:07 +02:00
l3fwd_event_internal_port.c eventdev: express DLB/DLB2 PMD constraints 2020-10-15 23:16:07 +02:00
l3fwd_event.c examples/l3fwd: add FIB infrastructure 2021-04-20 20:13:34 +02:00
l3fwd_event.h examples/l3fwd: add FIB infrastructure 2021-04-20 20:13:34 +02:00
l3fwd_fib.c examples/l3fwd: remove useless reloads in FIB main loop 2021-07-07 11:54:21 +02:00
l3fwd_lpm_altivec.h net: add rte prefix to IP structure 2019-05-24 13:34:46 +02:00
l3fwd_lpm_neon.h examples/l3fwd: remove useless calculations in NEON LPM 2021-07-05 11:30:58 +02:00
l3fwd_lpm_sse.h net: add rte prefix to IP structure 2019-05-24 13:34:46 +02:00
l3fwd_lpm.c examples/l3fwd: remove useless reloads in LPM main loop 2021-07-05 11:30:58 +02:00
l3fwd_lpm.h net: add rte prefix to IP structure 2019-05-24 13:34:46 +02:00
l3fwd_neon.h net: add rte prefix to IP structure 2019-05-24 13:34:46 +02:00
l3fwd_route.h examples/l3fwd: move routes to common header 2021-04-20 20:05:41 +02:00
l3fwd_sse.h net: add rte prefix to IP structure 2019-05-24 13:34:46 +02:00
l3fwd.h examples/l3fwd: add FIB infrastructure 2021-04-20 20:13:34 +02:00
main.c examples: add eal cleanup to examples 2021-04-21 20:21:25 +02:00
Makefile examples: fix pkg-config override 2021-05-05 22:20:24 +02:00
meson.build build: fix formatting of Meson lists 2021-05-04 15:01:47 +02:00