]> git.droids-corp.org - dpdk.git/blobdiff - examples/vm_power_manager/main.c
net: add rte prefix to ether defines
[dpdk.git] / examples / vm_power_manager / main.c
index f8cab1162bc39ef3c767abd0fcd16c925b06e857..bc15cb64e0a65277dd3e09bdcbc1ab265a429c01 100644 (file)
@@ -54,7 +54,7 @@ static volatile bool force_quit;
 /****************/
 static const struct rte_eth_conf port_conf_default = {
        .rxmode = {
 /****************/
 static const struct rte_eth_conf port_conf_default = {
        .rxmode = {
-               .max_rx_pkt_len = ETHER_MAX_LEN,
+               .max_rx_pkt_len = RTE_ETHER_MAX_LEN,
        },
 };
 
        },
 };