X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=examples%2Fexception_path%2Fmain.c;fp=examples%2Fexception_path%2Fmain.c;h=4180a8689b212d6146fe702287bd6828ec62fbef;hb=8d01b9cd70a67cdafd5b965a70420c3bd7fb3f82;hp=440422bc8fca3b67be6cf3102bbda61fba424180;hpb=b63264c8342e6a1b6971c79550d2af2024b6a4de;p=deb_dpdk.git diff --git a/examples/exception_path/main.c b/examples/exception_path/main.c index 440422bc..4180a868 100644 --- a/examples/exception_path/main.c +++ b/examples/exception_path/main.c @@ -87,9 +87,6 @@ /* Options for configuring ethernet port */ static struct rte_eth_conf port_conf = { - .rxmode = { - .offloads = DEV_RX_OFFLOAD_CRC_STRIP, - }, .txmode = { .mq_mode = ETH_MQ_TX_NONE, },