diff options
Diffstat (limited to 'examples/qos_sched')
-rw-r--r-- | examples/qos_sched/Makefile | 2 | ||||
-rw-r--r-- | examples/qos_sched/init.c | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/examples/qos_sched/Makefile b/examples/qos_sched/Makefile index a7ecf978..45b0a9eb 100644 --- a/examples/qos_sched/Makefile +++ b/examples/qos_sched/Makefile @@ -57,8 +57,6 @@ else CFLAGS += -O3 CFLAGS += $(WERROR_FLAGS) -CFLAGS_args.o := -D_GNU_SOURCE -CFLAGS_cfg_file.o := -D_GNU_SOURCE include $(RTE_SDK)/mk/rte.extapp.mk diff --git a/examples/qos_sched/init.c b/examples/qos_sched/init.c index 94cbb26f..37c2b95f 100644 --- a/examples/qos_sched/init.c +++ b/examples/qos_sched/init.c @@ -59,7 +59,6 @@ static struct rte_eth_conf port_conf = { .rxmode = { .max_rx_pkt_len = ETHER_MAX_LEN, .split_hdr_size = 0, - .offloads = DEV_RX_OFFLOAD_CRC_STRIP, }, .txmode = { .mq_mode = ETH_DCB_NONE, |