net: add rte prefix to ARP defines
authorOlivier Matz <olivier.matz@6wind.com>
Tue, 21 May 2019 16:13:02 +0000 (18:13 +0200)
committerFerruh Yigit <ferruh.yigit@intel.com>
Fri, 24 May 2019 11:34:44 +0000 (13:34 +0200)
commite482e0fa6a106c548afe9c52e71abf3a70848d46
tree5a3539cf54b7d8cbc86d8a7d2dbf11d293b26380
parentf2745bfebc2b5d35bd8cdd3504d5b832abefca83
net: add rte prefix to ARP defines

Add 'RTE_' prefix to 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>
Reviewed-by: Stephen Hemminger <stephen@networkplumber.org>
Reviewed-by: Maxime Coquelin <maxime.coquelin@redhat.com>
Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>
app/test-pmd/icmpecho.c
app/test/packet_burst_generator.c
app/test/test_link_bonding.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