]> git.droids-corp.org - dpdk.git/blobdiff - examples/qos_sched/init.c
examples/ip_fragmentation: fix Tx queues init
[dpdk.git] / examples / qos_sched / init.c
index 37c2b95fd63b315bc1534c57c873fabc1a492a26..1209bd7ce63c5a4be7a2818070488054c597597a 100644 (file)
@@ -57,7 +57,7 @@ struct flow_conf qos_conf[MAX_DATA_STREAMS];
 
 static struct rte_eth_conf port_conf = {
        .rxmode = {
-               .max_rx_pkt_len = ETHER_MAX_LEN,
+               .max_rx_pkt_len = RTE_ETHER_MAX_LEN,
                .split_hdr_size = 0,
        },
        .txmode = {