diff options
Diffstat (limited to 'examples/exception_path')
-rw-r--r-- | examples/exception_path/main.c | 3 |
1 files changed, 0 insertions, 3 deletions
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, }, |