]> git.droids-corp.org - dpdk.git/commit
net: add rte prefix to arp structures
authorOlivier Matz <olivier.matz@6wind.com>
Mon, 18 Mar 2019 17:07:14 +0000 (18:07 +0100)
committerOlivier Matz <olivier.matz@6wind.com>
Mon, 18 Mar 2019 17:12:50 +0000 (18:12 +0100)
commit8fa7491d45e47d484dc7cbdbde352b2e5b1e04e2
tree837a46b4dafebe6b5485830fe5acf3b3d1864703
parentc0acbcdc4826dfc2c257b129ebc8bdd38f368303
net: add rte prefix to arp structures

Add 'rte_' prefix to structures:
- rename struct arp_hdr as struct rte_arp_hdr.
- rename struct arp_ipv4 as struct rte_arp_ipv4.

Also rename arp_hrd, arp_pro, arp_hln, arp_pln and arp_op fields
to avoid conflict with the #defines in gnu libc.

Signed-off-by: Olivier Matz <olivier.matz@6wind.com>
16 files changed:
app/test-pmd/icmpecho.c
app/test/packet_burst_generator.c
app/test/packet_burst_generator.h
app/test/test_link_bonding.c
drivers/net/bonding/rte_eth_bond_alb.c
drivers/net/bonding/rte_eth_bond_pmd.c
drivers/net/i40e/base/i40e_adminq_cmd.h
drivers/net/i40e/base/i40e_common.c
drivers/net/i40e/base/i40e_prototype.h
drivers/net/i40e/i40e_fdir.c
drivers/net/iavf/base/iavf_adminq_cmd.h
drivers/net/iavf/base/iavf_common.c
drivers/net/iavf/base/iavf_prototype.h
examples/bond/main.c
lib/librte_net/rte_arp.c
lib/librte_net/rte_arp.h