]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/virtio/virtio_user/virtio_user_dev.h
net: add rte prefix to ether defines
[dpdk.git] / drivers / net / virtio / virtio_user / virtio_user_dev.h
index 829ad4140c17ef9229b51729cd7bd1a9b1dc4be1..db7dc607a4e99a21a05dd0644dcdcf73f55c167d 100644 (file)
@@ -43,7 +43,7 @@ struct virtio_user_dev {
        uint64_t        unsupported_features; /* unsupported features mask */
        uint8_t         status;
        uint16_t        port_id;
        uint64_t        unsupported_features; /* unsupported features mask */
        uint8_t         status;
        uint16_t        port_id;
-       uint8_t         mac_addr[ETHER_ADDR_LEN];
+       uint8_t         mac_addr[RTE_ETHER_ADDR_LEN];
        char            path[PATH_MAX];
        union {
                struct vring            vrings[VIRTIO_MAX_VIRTQUEUES];
        char            path[PATH_MAX];
        union {
                struct vring            vrings[VIRTIO_MAX_VIRTQUEUES];