]> git.droids-corp.org - dpdk.git/blobdiff - test/test/virtual_pmd.c
ethdev: make default behavior CRC strip on Rx
[dpdk.git] / test / test / virtual_pmd.c
index 591b309894e47fd378609cdd0424c79f76821b11..f8ddc2db82c9429854fa515cb1833b74a0d4949e 100644 (file)
@@ -91,7 +91,6 @@ virtual_ethdev_info_get(struct rte_eth_dev *dev __rte_unused,
        dev_info->max_tx_queues = (uint16_t)512;
 
        dev_info->min_rx_bufsize = 0;
-       dev_info->rx_offload_capa = DEV_RX_OFFLOAD_CRC_STRIP;
 }
 
 static int