]> git.droids-corp.org - dpdk.git/blobdiff - app/test/test_event_eth_rx_adapter.c
net: add rte prefix to ether structures
[dpdk.git] / app / test / test_event_eth_rx_adapter.c
index 38f5c039fe18bfd2a6c2c02011660297f445b166..953b8274565c74c0030399355783d5b20226b3b4 100644 (file)
@@ -78,7 +78,7 @@ port_init_common(uint16_t port, const struct rte_eth_conf *port_conf,
                return retval;
 
        /* Display the port MAC address. */
-       struct ether_addr addr;
+       struct rte_ether_addr addr;
        rte_eth_macaddr_get(port, &addr);
        printf("Port %u MAC: %02" PRIx8 " %02" PRIx8 " %02" PRIx8
                           " %02" PRIx8 " %02" PRIx8 " %02" PRIx8 "\n",