> On Oct 24, 2018, at 1:18 AM, Olivier Matz <olivier.m...@6wind.com> wrote: > > 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.m...@6wind.com> Were these conflicting with external headers ? If not it maybe reasonable to keep the old defines for a release or two and then deprecate the old ones by defining the old defines in terms of the new defines. This way we can support the old ones for a while then state they will be deprecated later. Trying to make it easier for developers to update code. What do you think Regards, Keith
- [dpdk-dev] [RFC 00/14] prefix network structures Olivier Matz
- [dpdk-dev] [RFC 01/14] net: add rte prefix to arp struct... Olivier Matz
- [dpdk-dev] [RFC 04/14] net: add rte prefix to ether func... Olivier Matz
- [dpdk-dev] [RFC 02/14] net: add rte prefix to arp define... Olivier Matz
- Re: [dpdk-dev] [RFC 02/14] net: add rte prefix to ar... Wiles, Keith
- Re: [dpdk-dev] [RFC 02/14] net: add rte prefix t... Olivier Matz
- [dpdk-dev] [RFC 06/14] net: add rte prefix to esp struct... Olivier Matz
- [dpdk-dev] [RFC 11/14] net: add rte prefix to ip defines Olivier Matz
- [dpdk-dev] [RFC 09/14] net: add rte prefix to icmp defin... Olivier Matz
- [dpdk-dev] [RFC 07/14] net: add rte prefix to gre struct... Olivier Matz
- [dpdk-dev] [RFC 08/14] net: add rte prefix to icmp struc... Olivier Matz
- [dpdk-dev] [RFC 14/14] net: add rte prefix to udp struct... Olivier Matz
- [dpdk-dev] [RFC 12/14] net: add rte prefix to sctp struc... Olivier Matz
- [dpdk-dev] [RFC 13/14] net: add rte prefix to tcp struct... Olivier Matz
- Re: [dpdk-dev] [RFC 00/14] prefix network structures Olivier Matz