]> git.droids-corp.org - dpdk.git/blobdiff - examples/l3fwd-power/main.c
examples: enable HW CRC strip by default
[dpdk.git] / examples / l3fwd-power / main.c
index 978631cf299bcb144b35536022b1677273060b32..ec40a1732f5c3cace07d1ad9dcd418d7d8222df3 100644 (file)
@@ -223,7 +223,7 @@ static struct rte_eth_conf port_conf = {
                .hw_ip_checksum = 1, /**< IP checksum offload enabled */
                .hw_vlan_filter = 0, /**< VLAN filtering disabled */
                .jumbo_frame    = 0, /**< Jumbo Frame Support disabled */
-               .hw_strip_crc   = 0, /**< CRC stripped by hardware */
+               .hw_strip_crc   = 1, /**< CRC stripped by hardware */
        },
        .rx_adv_conf = {
                .rss_conf = {