X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;ds=sidebyside;f=examples%2Fexception_path%2Fmain.c;h=4180a8689b212d6146fe702287bd6828ec62fbef;hb=c842d1c3b0df74066c951464f6ba2d67205d918b;hp=440422bc8fca3b67be6cf3102bbda61fba424180;hpb=4341adf272144689540a8e0f615f12eef7e21109;p=dpdk.git diff --git a/examples/exception_path/main.c b/examples/exception_path/main.c index 440422bc8f..4180a8689b 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, },