net: add rte prefix to ether structures
[dpdk.git] / app / test-pmd / cmdline_flow.c
index 3070e0e..2e274f9 100644 (file)
@@ -4613,7 +4613,7 @@ parse_mac_addr(struct context *ctx, const struct token *token,
               void *buf, unsigned int size)
 {
        const struct arg *arg = pop_args(ctx);
-       struct ether_addr tmp;
+       struct rte_ether_addr tmp;
        int ret;
 
        (void)token;