numam-dpdk/app/test-pipeline
Olivier Matz 6d13ea8e8e net: add rte prefix to ether structures
Add 'rte_' prefix to structures:
- rename struct ether_addr as struct rte_ether_addr.
- rename struct ether_hdr as struct rte_ether_hdr.
- rename struct vlan_hdr as struct rte_vlan_hdr.
- rename struct vxlan_hdr as struct rte_vxlan_hdr.
- rename struct vxlan_gpe_hdr as struct rte_vxlan_gpe_hdr.

Do not update the command line library to avoid adding a dependency to
librte_net.

Signed-off-by: Olivier Matz <olivier.matz@6wind.com>
Reviewed-by: Stephen Hemminger <stephen@networkplumber.org>
Reviewed-by: Maxime Coquelin <maxime.coquelin@redhat.com>
Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>
2019-05-24 13:34:45 +02:00
..
config.c app/pipeline: move from test directory 2019-02-26 15:28:46 +01:00
init.c app/pipeline: move from test directory 2019-02-26 15:28:46 +01:00
main.c app/pipeline: move from test directory 2019-02-26 15:28:46 +01:00
main.h app/pipeline: move from test directory 2019-02-26 15:28:46 +01:00
Makefile app/pipeline: move from test directory 2019-02-26 15:28:46 +01:00
meson.build app/pipeline: fix dependency for FreeBSD 2019-03-27 01:02:45 +01:00
pipeline_acl.c net: add rte prefix to ether structures 2019-05-24 13:34:45 +02:00
pipeline_hash.c net: add rte prefix to ether structures 2019-05-24 13:34:45 +02:00
pipeline_lpm_ipv6.c app/pipeline: move from test directory 2019-02-26 15:28:46 +01:00
pipeline_lpm.c app/pipeline: move from test directory 2019-02-26 15:28:46 +01:00
pipeline_stub.c app/pipeline: move from test directory 2019-02-26 15:28:46 +01:00
runtime.c app/pipeline: move from test directory 2019-02-26 15:28:46 +01:00