]> git.droids-corp.org - dpdk.git/blobdiff - examples/vhost/main.h
net: add rte prefix to ether structures
[dpdk.git] / examples / vhost / main.h
index 764c33afed91c68cb89b0aa9ee4ff46d97e062ca..7cba0edbff786ea3202644ccab9bfa734349e725 100644 (file)
@@ -35,7 +35,7 @@ struct vhost_dev {
        /**< Number of memory regions for gpa to hpa translation. */
        uint32_t nregions_hpa;
        /**< Device MAC address (Obtained on first TX packet). */
-       struct ether_addr mac_address;
+       struct rte_ether_addr mac_address;
        /**< RX VMDQ queue number. */
        uint16_t vmdq_rx_q;
        /**< Vlan tag assigned to the pool */