diff options
Diffstat (limited to 'examples/vhost/main.c')
-rw-r--r-- | examples/vhost/main.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/vhost/main.c b/examples/vhost/main.c index 5d28d03..dc9ea10 100644 --- a/examples/vhost/main.c +++ b/examples/vhost/main.c @@ -118,8 +118,7 @@ static struct rte_eth_conf vmdq_conf_default = { * this fixes bug of ipv4 forwarding in guest can't * forward pakets from one virtio dev to another virtio dev. */ - .offloads = (DEV_RX_OFFLOAD_CRC_STRIP | - DEV_RX_OFFLOAD_VLAN_STRIP), + .offloads = DEV_RX_OFFLOAD_VLAN_STRIP, }, .txmode = { |