net/qede: fix performance bottleneck in Rx path
[dpdk.git] / examples / netmap_compat / bridge / bridge.c
index cb1882e..216e010 100644 (file)
@@ -26,8 +26,6 @@
 struct rte_eth_conf eth_conf = {
        .rxmode = {
                .split_hdr_size = 0,
-               .ignore_offload_bitfield = 1,
-               .offloads = DEV_RX_OFFLOAD_CRC_STRIP,
        },
        .txmode = {
                .mq_mode = ETH_MQ_TX_NONE,