aboutsummaryrefslogtreecommitdiffstats
path: root/examples/l4fwd/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/l4fwd/main.c')
-rw-r--r--examples/l4fwd/main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/l4fwd/main.c b/examples/l4fwd/main.c
index 9396403..2e16479 100644
--- a/examples/l4fwd/main.c
+++ b/examples/l4fwd/main.c
@@ -68,7 +68,6 @@ static char proto_name[3][10] = {"udp", "tcp", ""};
static const struct rte_eth_conf port_conf_default = {
.rxmode = {
- .offloads = DEV_RX_OFFLOAD_VLAN_STRIP,
},
};