[dpdk-dev] [RFC v2 01/14] net: add rte prefix to arp structures

Stephen Hemminger stephen at networkplumber.org
Mon Apr 22 18:00:45 CEST 2019


On Wed, 10 Apr 2019 10:32:05 +0200
Olivier Matz <olivier.matz at 6wind.com> wrote:

> 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 at 6wind.com>

Agree that adding prefix is best way to handle rte_arp.h.

Could you fix up all the checkpatch whitespace warnings on
this and resubmit it as a PATCH (not RFC)?



More information about the dev mailing list