numam-dpdk/examples/l3fwd
Dmitry Kozlyuk 04d43857ea net: rename Ethernet header fields
Definition of `rte_ether_addr` structure used a workaround allowing DPDK
and Windows SDK headers to be used in the same file, because Windows SDK
defines `s_addr` as a macro. Rename `s_addr` to `src_addr` and `d_addr`
to `dst_addr` to avoid the conflict and remove the workaround.
Deprecation notice:
https://mails.dpdk.org/archives/dev/2021-July/215270.html

Signed-off-by: Dmitry Kozlyuk <dmitry.kozliuk@gmail.com>
2021-10-08 14:58:11 +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 doc: use code snippets in sample app guides 2021-07-31 15:42:43 +02:00
l3fwd_em.h net: rename Ethernet header fields 2021-10-08 14:58:11 +02: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 net: rename Ethernet header fields 2021-10-08 14:58:11 +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 net: rename Ethernet header fields 2021-10-08 14:58:11 +02:00
l3fwd_lpm.h net: rename Ethernet header fields 2021-10-08 14:58:11 +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/l3fwd: disable multi-queue for single queue 2021-07-30 18:56:01 +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