net: add rte prefix to ip structure
authorOlivier Matz <olivier.matz@6wind.com>
Tue, 23 Oct 2018 16:24:58 +0000 (18:24 +0200)
committerOlivier Matz <olivier.matz@6wind.com>
Tue, 23 Oct 2018 16:24:58 +0000 (18:24 +0200)
commit23480a4b42f26f6e2016cf2fa4f4c23df1609301
tree1963e2e1c1f96f33e58bd15744d1273e90370e21
parentd4e66d20d4f1bf612e0a418d39fb8a8ae09fa0da
net: add rte prefix to ip structure

- rename struct ipv4_hdr as struct rte_ipv4_hdr

Signed-off-by: Olivier Matz <olivier.matz@6wind.com>
90 files changed:
app/test-pmd/csumonly.c
app/test-pmd/flowgen.c
app/test-pmd/icmpecho.c
app/test-pmd/macfwd.c
app/test-pmd/macswap.c
app/test-pmd/txonly.c
app/test-pmd/util.c
doc/guides/sample_app_ug/flow_classify.rst
doc/guides/sample_app_ug/ipv4_multicast.rst
doc/guides/sample_app_ug/l3_forward.rst
doc/guides/sample_app_ug/server_node_efd.rst
drivers/net/bonding/rte_eth_bond_pmd.c
drivers/net/dpaa/dpaa_rxtx.c
drivers/net/e1000/em_rxtx.c
drivers/net/ena/ena_ethdev.c
drivers/net/enic/enic_clsf.c
drivers/net/enic/enic_flow.c
drivers/net/i40e/i40e_fdir.c
drivers/net/mlx5/mlx5_flow.c
drivers/net/mlx5/mlx5_flow_tcf.c
drivers/net/qede/qede_filter.c
drivers/net/qede/qede_rxtx.c
drivers/net/sfc/sfc_ef10_tx.c
drivers/net/sfc/sfc_tso.c
drivers/net/softnic/rte_eth_softnic_pipeline.c
drivers/net/tap/rte_eth_tap.c
drivers/net/virtio/virtio_rxtx.c
drivers/net/vmxnet3/vmxnet3_rxtx.c
examples/bond/main.c
examples/flow_classify/flow_classify.c
examples/ip_fragmentation/main.c
examples/ip_pipeline/pipeline.c
examples/ip_reassembly/main.c
examples/ipv4_multicast/main.c
examples/l2fwd-crypto/main.c
examples/l3fwd-acl/main.c
examples/l3fwd-power/main.c
examples/l3fwd-vf/main.c
examples/l3fwd/l3fwd.h
examples/l3fwd/l3fwd_altivec.h
examples/l3fwd/l3fwd_common.h
examples/l3fwd/l3fwd_em.c
examples/l3fwd/l3fwd_em.h
examples/l3fwd/l3fwd_em_hlm.h
examples/l3fwd/l3fwd_em_hlm_neon.h
examples/l3fwd/l3fwd_em_hlm_sse.h
examples/l3fwd/l3fwd_em_sequential.h
examples/l3fwd/l3fwd_lpm.c
examples/l3fwd/l3fwd_lpm.h
examples/l3fwd/l3fwd_lpm_altivec.h
examples/l3fwd/l3fwd_lpm_neon.h
examples/l3fwd/l3fwd_lpm_sse.h
examples/l3fwd/l3fwd_neon.h
examples/l3fwd/l3fwd_sse.h
examples/load_balancer/runtime.c
examples/performance-thread/l3fwd-thread/main.c
examples/server_node_efd/node/node.c
examples/server_node_efd/server/main.c
examples/tep_termination/vxlan.c
examples/tep_termination/vxlan.h
examples/tep_termination/vxlan_setup.c
examples/vhost/main.c
lib/librte_ethdev/rte_flow.h
lib/librte_eventdev/rte_event_eth_rx_adapter.c
lib/librte_gro/gro_tcp4.c
lib/librte_gro/gro_tcp4.h
lib/librte_gro/gro_vxlan_tcp4.c
lib/librte_gso/gso_common.h
lib/librte_gso/gso_tcp4.c
lib/librte_gso/gso_tunnel_tcp4.c
lib/librte_gso/gso_udp4.c
lib/librte_gso/rte_gso.h
lib/librte_ip_frag/rte_ip_frag.h
lib/librte_ip_frag/rte_ipv4_fragmentation.c
lib/librte_ip_frag/rte_ipv4_reassembly.c
lib/librte_net/rte_ip.h
lib/librte_net/rte_net.c
lib/librte_net/rte_net.h
lib/librte_pipeline/rte_table_action.c
lib/librte_port/rte_port_ras.c
lib/librte_vhost/virtio_net.c
test/test-pipeline/pipeline_acl.c
test/test-pipeline/pipeline_hash.c
test/test/packet_burst_generator.c
test/test/packet_burst_generator.h
test/test/test_flow_classify.c
test/test/test_link_bonding.c
test/test/test_link_bonding_mode4.c
test/test/test_pmd_perf.c
test/test/test_sched.c