aboutsummaryrefslogtreecommitdiffstats
path: root/examples/netmap_compat/bridge/bridge.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/netmap_compat/bridge/bridge.c')
-rw-r--r--examples/netmap_compat/bridge/bridge.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/netmap_compat/bridge/bridge.c b/examples/netmap_compat/bridge/bridge.c
index 7afca28c..216e0105 100644
--- a/examples/netmap_compat/bridge/bridge.c
+++ b/examples/netmap_compat/bridge/bridge.c
@@ -26,7 +26,6 @@
struct rte_eth_conf eth_conf = {
.rxmode = {
.split_hdr_size = 0,
- .offloads = DEV_RX_OFFLOAD_CRC_STRIP,
},
.txmode = {
.mq_mode = ETH_MQ_TX_NONE,