]> git.droids-corp.org - dpdk.git/commit
net: add rte prefix to arp defines
authorOlivier Matz <olivier.matz@6wind.com>
Tue, 23 Oct 2018 16:24:53 +0000 (18:24 +0200)
committerOlivier Matz <olivier.matz@6wind.com>
Tue, 23 Oct 2018 16:24:53 +0000 (18:24 +0200)
commit00f6a62959026c36168860c66e54bee04f301aa1
tree13faa9b04649a22c42e5dca9c1643c11d854c732
parent2a440ed139ee5efaf9dfc634ca1e51f69c76881c
net: add rte prefix to arp defines

- rename ARP_HRD_ETHER as RTE_ARP_HRD_ETHER
- rename ARP_OP_REQUEST as RTE_ARP_OP_REQUEST
- rename ARP_OP_REPLY as RTE_ARP_OP_REPLY
- rename ARP_OP_REVREQUEST as RTE_ARP_OP_REVREQUEST
- rename ARP_OP_REVREPLY as RTE_ARP_OP_REVREPLY
- rename ARP_OP_INVREQUEST as RTE_ARP_OP_INVREQUEST
- rename ARP_OP_INVREPLY as RTE_ARP_OP_INVREPLY

Signed-off-by: Olivier Matz <olivier.matz@6wind.com>
app/test-pmd/icmpecho.c
drivers/net/bonding/rte_eth_bond_alb.c
drivers/net/bonding/rte_eth_bond_pmd.c
examples/bond/main.c
lib/librte_net/rte_arp.c
lib/librte_net/rte_arp.h
test/test/packet_burst_generator.c
test/test/test_link_bonding.c