X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=examples%2Fl3fwd-vf%2Fmain.c;fp=examples%2Fl3fwd-vf%2Fmain.c;h=797f722a73220ef4eddfcbb7cda5648705ce6441;hb=60da774e6e59ea1d4eee324920c1fb56af00d17e;hp=dc3d5472943f754d857f9bc0c9a8a2ac9ff49b34;hpb=b219c8cc07ecedef968d33a68af54d2a7a7ccc51;p=dpdk.git diff --git a/examples/l3fwd-vf/main.c b/examples/l3fwd-vf/main.c index dc3d547294..797f722a73 100644 --- a/examples/l3fwd-vf/main.c +++ b/examples/l3fwd-vf/main.c @@ -197,7 +197,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 = {