]> git.droids-corp.org - dpdk.git/blobdiff - examples/vhost_xen/main.c
examples: enable HW CRC strip by default
[dpdk.git] / examples / vhost_xen / main.c
index af05b00ccdce45ece2574d8971154e47eb790b09..d9ef140f79b056487a60cc4a8b9c3c4e70b863c1 100644 (file)
@@ -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 = {