Imported Upstream version 16.11.2
[deb_dpdk.git] / examples / ip_pipeline / config_parse.c
index 8b372e9..d1671a2 100644 (file)
@@ -103,7 +103,7 @@ static const struct app_link_params link_params_default = {
                        .hw_vlan_strip  = 0, /* VLAN strip */
                        .hw_vlan_extend = 0, /* Extended VLAN */
                        .jumbo_frame    = 0, /* Jumbo frame support */
-                       .hw_strip_crc   = 0, /* CRC strip by HW */
+                       .hw_strip_crc   = 1, /* CRC strip by HW */
                        .enable_scatter = 0, /* Scattered packets RX handler */
 
                        .max_rx_pkt_len = 9000, /* Jumbo frame max packet len */