]> git.droids-corp.org - dpdk.git/blobdiff - examples/bond/main.c
test: add devargs test cases
[dpdk.git] / examples / bond / main.c
index 7adaa93cad5c194934859c9bbd00223373204b29..fd8fd767c8110fe02a9c5714f1020dc31a712c30 100644 (file)
@@ -24,7 +24,6 @@
 #include <rte_memcpy.h>
 #include <rte_eal.h>
 #include <rte_launch.h>
-#include <rte_atomic.h>
 #include <rte_cycles.h>
 #include <rte_prefetch.h>
 #include <rte_lcore.h>
@@ -116,7 +115,6 @@ static struct rte_mempool *mbuf_pool;
 static struct rte_eth_conf port_conf = {
        .rxmode = {
                .mq_mode = ETH_MQ_RX_NONE,
-               .max_rx_pkt_len = RTE_ETHER_MAX_LEN,
                .split_hdr_size = 0,
        },
        .rx_adv_conf = {