aboutsummaryrefslogtreecommitdiffstats
path: root/examples/vhost_xen
diff options
context:
space:
mode:
authorChristian Ehrhardt <christian.ehrhardt@canonical.com>2017-06-08 09:46:51 -0600
committerChristian Ehrhardt <christian.ehrhardt@canonical.com>2017-06-08 09:50:26 -0600
commit9365d6cfd641d5ade83591c5f5dfa2bf32808e4e (patch)
tree1a5476548b429c20d7ad7df3afe6b12629cd18dc /examples/vhost_xen
parent98b330d5d42b569850026263bbda81511c583252 (diff)
Imported Upstream version 16.11.2
Change-Id: Iae65ee14970fb0a80d1cba3ff77c3cf7db28bd60 Signed-off-by: Christian Ehrhardt <christian.ehrhardt@canonical.com>
Diffstat (limited to 'examples/vhost_xen')
-rw-r--r--examples/vhost_xen/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/vhost_xen/main.c b/examples/vhost_xen/main.c
index f4dbaa48..6102b48e 100644
--- a/examples/vhost_xen/main.c
+++ b/examples/vhost_xen/main.c
@@ -149,7 +149,7 @@ static const struct rte_eth_conf vmdq_conf_default = {
*/
.hw_vlan_strip = 1, /**< VLAN strip enabled. */
.jumbo_frame = 0, /**< Jumbo Frame Support disabled */
- .hw_strip_crc = 0, /**< CRC stripped by hardware */
+ .hw_strip_crc = 1, /**< CRC stripped by hardware */
},
.txmode = {