]> git.droids-corp.org - dpdk.git/blobdiff - examples/tep_termination/main.c
net: add rte prefix to ether structures
[dpdk.git] / examples / tep_termination / main.c
index d6379e31e6753e377c2caaec17364b49e26941ae..7821952e738356be04fd2144b97301b717bf10d4 100644 (file)
@@ -157,7 +157,7 @@ uint16_t ports[RTE_MAX_ETHPORTS];
 static unsigned nb_ports; /**< The number of ports specified in command line */
 
 /* ethernet addresses of ports */
-struct ether_addr ports_eth_addr[RTE_MAX_ETHPORTS];
+struct rte_ether_addr ports_eth_addr[RTE_MAX_ETHPORTS];
 
 /* heads for the main used and free linked lists for the data path. */
 static struct virtio_net_data_ll *ll_root_used;