Imported Upstream version 17.05
[deb_dpdk.git] / test / test / test_pmd_perf.c
similarity index 99%
rename from app/test/test_pmd_perf.c
rename to test/test/test_pmd_perf.c
index e055aa0..1ffd65a 100644 (file)
@@ -100,7 +100,7 @@ static struct rte_eth_conf port_conf = {
                .hw_vlan_strip  = 0, /**< VLAN strip enabled. */
                .hw_vlan_extend = 0, /**< Extended VLAN disabled. */
                .jumbo_frame    = 0, /**< Jumbo Frame Support disabled */
-               .hw_strip_crc   = 0, /**< CRC stripped by hardware */
+               .hw_strip_crc   = 1, /**< CRC stripped by hardware */
                .enable_scatter = 0, /**< scatter rx disabled */
        },
        .txmode = {