]> git.droids-corp.org - dpdk.git/blobdiff - examples/flow_classify/flow_classify.c
net: add rte prefix to ether defines
[dpdk.git] / examples / flow_classify / flow_classify.c
index 5ae81fab1f3289482822605158df9395f0ee181e..dfb7db1c91f71adea4d1f60654d73446ae31f603 100644 (file)
@@ -61,7 +61,7 @@ const char cb_port_delim[] = ":";
 
 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,
        },
 };