]> git.droids-corp.org - dpdk.git/blobdiff - app/test-pmd/testpmd.c
net/sfc: correct RSS hash availability condition
[dpdk.git] / app / test-pmd / testpmd.c
index d6bd2b20ecfd58f7f5e913c5c96486617fd51732..2ab50915cb9e11d462a8cda900d190d3d0d0f56e 100644 (file)
@@ -306,7 +306,7 @@ struct rte_eth_rxmode rx_mode = {
        .hw_vlan_strip  = 1, /**< VLAN strip enabled. */
        .hw_vlan_extend = 0, /**< Extended VLAN disabled. */
        .jumbo_frame    = 0, /**< Jumbo Frame Support disabled. */
        .hw_vlan_strip  = 1, /**< VLAN strip enabled. */
        .hw_vlan_extend = 0, /**< Extended VLAN disabled. */
        .jumbo_frame    = 0, /**< Jumbo Frame Support disabled. */
-       .hw_strip_crc   = 0, /**< CRC stripping by hardware disabled. */
+       .hw_strip_crc   = 1, /**< CRC stripping by hardware enabled. */
 };
 
 struct rte_fdir_conf fdir_conf = {
 };
 
 struct rte_fdir_conf fdir_conf = {