diff options
Diffstat (limited to 'examples/bond')
-rw-r--r-- | examples/bond/main.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/bond/main.c b/examples/bond/main.c index 23d0981a..b282e68b 100644 --- a/examples/bond/main.c +++ b/examples/bond/main.c @@ -122,7 +122,6 @@ static struct rte_eth_conf port_conf = { .mq_mode = ETH_MQ_RX_NONE, .max_rx_pkt_len = ETHER_MAX_LEN, .split_hdr_size = 0, - .offloads = DEV_RX_OFFLOAD_CRC_STRIP, }, .rx_adv_conf = { .rss_conf = { |