]> git.droids-corp.org - dpdk.git/blobdiff - examples/l2fwd-cat/l2fwd-cat.c
test/distributor: replace sync with atomic builtins
[dpdk.git] / examples / l2fwd-cat / l2fwd-cat.c
index 1a8af28e2b51bd657d00e8d972020bdd6eb16fbe..b34b40a006d19fae4a27ce8baf2fdb75298476d5 100644 (file)
@@ -20,7 +20,7 @@
 #define BURST_SIZE 32
 
 static const struct rte_eth_conf port_conf_default = {
-       .rxmode = { .max_rx_pkt_len = ETHER_MAX_LEN }
+       .rxmode = { .max_rx_pkt_len = RTE_ETHER_MAX_LEN }
 };
 
 /* l2fwd-cat.c: CAT enabled, basic DPDK skeleton forwarding example. */