]> git.droids-corp.org - dpdk.git/blobdiff - app/test-eventdev/test_pipeline_common.c
event: add function for reading unlink in progress
[dpdk.git] / app / test-eventdev / test_pipeline_common.c
index 239c953e611667e726db79fe5c2a58fc106eed3a..12a58fbbfb60eea4ac0745817b49e25ef84fb228 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);
        }
 }