]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_vhost/vhost.h
net: add rte prefix to ether structures
[dpdk.git] / lib / librte_vhost / vhost.h
index e9138dfab4a8b50e9d40fe1f3d872f04e807b1af..d49c3b8a98cacb4ef3436a6374fed4e6cb3edfec 100644 (file)
@@ -308,7 +308,7 @@ struct virtio_net {
        uint64_t                log_size;
        uint64_t                log_base;
        uint64_t                log_addr;
-       struct ether_addr       mac;
+       struct rte_ether_addr   mac;
        uint16_t                mtu;
 
        struct vhost_device_ops const *notify_ops;