X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;ds=inline;f=examples%2Fbond%2Fmain.c;h=fd8fd767c8110fe02a9c5714f1020dc31a712c30;hb=a4975cd20dca0aa7f96cd47b79144509e7599c66;hp=7adaa93cad5c194934859c9bbd00223373204b29;hpb=04d43857ea3acbd4db4b28939dc2807932b85e72;p=dpdk.git diff --git a/examples/bond/main.c b/examples/bond/main.c index 7adaa93cad..fd8fd767c8 100644 --- a/examples/bond/main.c +++ b/examples/bond/main.c @@ -24,7 +24,6 @@ #include #include #include -#include #include #include #include @@ -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 = {