diff options
Diffstat (limited to 'examples/ip_reassembly')
-rw-r--r-- | examples/ip_reassembly/main.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/ip_reassembly/main.c b/examples/ip_reassembly/main.c index b830f67a..17b55d4c 100644 --- a/examples/ip_reassembly/main.c +++ b/examples/ip_reassembly/main.c @@ -165,8 +165,7 @@ static struct rte_eth_conf port_conf = { .max_rx_pkt_len = JUMBO_FRAME_MAX_SIZE, .split_hdr_size = 0, .offloads = (DEV_RX_OFFLOAD_CHECKSUM | - DEV_RX_OFFLOAD_JUMBO_FRAME | - DEV_RX_OFFLOAD_CRC_STRIP), + DEV_RX_OFFLOAD_JUMBO_FRAME), }, .rx_adv_conf = { .rss_conf = { |