ethdev: remove jumbo offload flag
[dpdk.git] / app / test-eventdev / test_pipeline_common.c
index 5fcea74..2775e72 100644 (file)
@@ -199,8 +199,6 @@ pipeline_ethdev_setup(struct evt_test *test, struct evt_options *opt)
 
        port_conf.rxmode.mtu = opt->max_pkt_sz - RTE_ETHER_HDR_LEN -
                RTE_ETHER_CRC_LEN;
-       if (port_conf.rxmode.mtu > RTE_ETHER_MTU)
-               port_conf.rxmode.offloads |= DEV_RX_OFFLOAD_JUMBO_FRAME;
 
        t->internal_port = 1;
        RTE_ETH_FOREACH_DEV(i) {