]> git.droids-corp.org - dpdk.git/blobdiff - examples/ipsec-secgw/ipsec-secgw.c
examples: enable HW CRC strip by default
[dpdk.git] / examples / ipsec-secgw / ipsec-secgw.c
index d3c229abb6dd33899c1562cd3410d6adafd8e3a2..8cbf6ac4443340319c80495ea75ac5e5926caab1 100644 (file)
@@ -208,7 +208,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 = {