From: Igor Ryzhov Date: Mon, 16 Sep 2019 10:08:28 +0000 (+0300) Subject: config: set KNI preempt default with meson X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=9ef9fc25e2ffd1847eaddd0b9d2207c6cac37b3a;p=dpdk.git config: set KNI preempt default with meson Same behavior as in make build system. Signed-off-by: Igor Ryzhov Acked-by: Bruce Richardson --- diff --git a/config/rte_config.h b/config/rte_config.h index 0bbbe274f7..895475a44d 100644 --- a/config/rte_config.h +++ b/config/rte_config.h @@ -98,6 +98,9 @@ #define RTE_SCHED_PORT_N_GRINDERS 8 #undef RTE_SCHED_VECTOR +/* KNI defines */ +#define RTE_KNI_PREEMPT_DEFAULT 1 + /****** driver defines ********/ /* QuickAssist device */