net: add rte prefix to ether structures
[dpdk.git] / drivers / net / failsafe / failsafe_args.c
index 3351c5b..5fc6be4 100644 (file)
@@ -367,7 +367,7 @@ static int
 fs_get_mac_addr_arg(const char *key __rte_unused,
                const char *value, void *out)
 {
-       struct ether_addr *ea = out;
+       struct rte_ether_addr *ea = out;
        int ret;
 
        if ((value == NULL) || (out == NULL))