event: add function for reading unlink in progress
[dpdk.git] / app / test-eventdev / test_pipeline_common.c
index 239c953..12a58fb 100644 (file)
@@ -222,7 +222,6 @@ pipeline_ethdev_setup(struct evt_test *test, struct evt_options *opt)
                .rxmode = {
                        .mq_mode = ETH_MQ_RX_RSS,
                        .max_rx_pkt_len = ETHER_MAX_LEN,
-                       .offloads = DEV_RX_OFFLOAD_CRC_STRIP,
                },
                .rx_adv_conf = {
                        .rss_conf = {
@@ -477,7 +476,6 @@ pipeline_ethdev_destroy(struct evt_test *test, struct evt_options *opt)
        RTE_ETH_FOREACH_DEV(i) {
                rte_event_eth_rx_adapter_stop(i);
                rte_eth_dev_stop(i);
-               rte_eth_dev_close(i);
        }
 }