[dpdk-dev] Change ether_addr to avoid conflict

Lewis Donzis lew at perftech.com
Sun Oct 21 17:39:13 CEST 2018


Please consider changing “struct ether_addr” in rte_ether.h to “struct rte_ether_addr”, in order to avoid conflicts with the same structure name /usr/include/net/ethernet.h.

This is kind of a pain for us since we would like to include ethernet.h in order to get some other definitions, but we can’t because it conflicts with the same structure name in rte_ether.h.

Thanks,
lew


More information about the dev mailing list