]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/mlx5/mlx5.c
net: add rte prefix to ether structures
[dpdk.git] / drivers / net / mlx5 / mlx5.c
index 8cbfee1bac76da7ec35220eae817becf1db5484f..6f124dd2424b1b6c4adc25d70d0d360c65dbbe50 100644 (file)
@@ -742,7 +742,7 @@ mlx5_dev_spawn(struct rte_device *dpdk_dev,
 #ifdef HAVE_IBV_DEVICE_COUNTERS_SET_SUPPORT
        struct ibv_counter_set_description cs_desc = { .counter_type = 0 };
 #endif
-       struct ether_addr mac;
+       struct rte_ether_addr mac;
        char name[RTE_ETH_NAME_MAX_LEN];
        int own_domain_id = 0;
        unsigned int i;