Hello, I am running into an issue of a redundant struct name. Apparently, 'struct ether_addr' is redefined in DPDK (rte_ether.h). The previous definition of ether_addr is from one of the included core network API files (netinet/if_ether.h).
How should I proceed with this compile error? Shouldn't DPDK have its own userspace? Regards, Katherine
