X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=examples%2Fload_balancer%2Finit.c;h=abd05a31d5ea8bc52e992340a236e6e75c4f4e03;hb=refs%2Fchanges%2F65%2F7065%2F1;hp=e07850be17e3738c9b0fa56ad35e7a88a9cf7de0;hpb=98b330d5d42b569850026263bbda81511c583252;p=deb_dpdk.git diff --git a/examples/load_balancer/init.c b/examples/load_balancer/init.c index e07850be..abd05a31 100644 --- a/examples/load_balancer/init.c +++ b/examples/load_balancer/init.c @@ -81,7 +81,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 = {