numam-dpdk/lib/pipeline
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
..
meson.build
rte_pipeline.c
rte_pipeline.h
rte_port_in_action.c
rte_port_in_action.h
rte_swx_ctl.c pipeline: support learner tables 2021-09-27 09:52:04 +02:00
rte_swx_ctl.h pipeline: support learner tables 2021-09-27 09:52:04 +02:00
rte_swx_extern.h
rte_swx_pipeline_internal.h pipeline: improve handling of learner action arguments 2021-09-27 12:18:49 +02:00
rte_swx_pipeline_spec.c pipeline: improve handling of learner action arguments 2021-09-27 12:18:49 +02:00
rte_swx_pipeline.c pipeline: improve handling of learner action arguments 2021-09-27 12:18:49 +02:00
rte_swx_pipeline.h pipeline: improve handling of learner action arguments 2021-09-27 12:18:49 +02:00
rte_table_action.c net: rename Ethernet header fields 2021-10-08 14:58:11 +02:00
rte_table_action.h
version.map pipeline: support learner tables 2021-09-27 09:52:04 +02:00