X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=app%2Ftest%2Ftest_kni.c;h=db17fdf3083f26efc80ed0f26575053f7d0ea4bd;hb=refs%2Fchanges%2F65%2F7065%2F1;hp=309741cb353e741e4b55864075fce718427c3518;hpb=98b330d5d42b569850026263bbda81511c583252;p=deb_dpdk.git diff --git a/app/test/test_kni.c b/app/test/test_kni.c index 309741cb..db17fdf3 100644 --- a/app/test/test_kni.c +++ b/app/test/test_kni.c @@ -92,7 +92,7 @@ static const struct rte_eth_conf port_conf = { .hw_ip_checksum = 0, .hw_vlan_filter = 0, .jumbo_frame = 0, - .hw_strip_crc = 0, + .hw_strip_crc = 1, }, .txmode = { .mq_mode = ETH_DCB_NONE,