X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=examples%2Fdpdk_qat%2Fmain.c;h=d3f7bf0e6e64738531c76530cb2dd3c0a995a47e;hb=9365d6cfd641d5ade83591c5f5dfa2bf32808e4e;hp=3c6112d7f34f56ad236de50c467321770d269186;hpb=809f08006d56e7ba4ce190b0a63d44acf62d8044;p=deb_dpdk.git diff --git a/examples/dpdk_qat/main.c b/examples/dpdk_qat/main.c index 3c6112d7..d3f7bf0e 100644 --- a/examples/dpdk_qat/main.c +++ b/examples/dpdk_qat/main.c @@ -62,7 +62,6 @@ #include #include #include -#include #include #include #include @@ -143,7 +142,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 = {