]> git.droids-corp.org - dpdk.git/blobdiff - app/test-eventdev/test_pipeline_common.c
net: add rte prefix to ether defines
[dpdk.git] / app / test-eventdev / test_pipeline_common.c
index 1e525643d33011566494c011da78d1c3f9da7dc1..16c49b8608ca0dad40b09d572a919418b96e759d 100644 (file)
@@ -165,7 +165,7 @@ pipeline_ethdev_setup(struct evt_test *test, struct evt_options *opt)
        struct rte_eth_conf port_conf = {
                .rxmode = {
                        .mq_mode = ETH_MQ_RX_RSS,
-                       .max_rx_pkt_len = ETHER_MAX_LEN,
+                       .max_rx_pkt_len = RTE_ETHER_MAX_LEN,
                },
                .rx_adv_conf = {
                        .rss_conf = {