DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] config: set RTE_KNI_PREEMPT_DEFAULT in meson
@ 2019-09-16 10:08 Igor Ryzhov
  2019-09-17 19:11 ` Igor Ryzhov
  0 siblings, 1 reply; 4+ messages in thread
From: Igor Ryzhov @ 2019-09-16 10:08 UTC (permalink / raw)
  To: dev

Same behavior as in make build system.

Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
---
 config/rte_config.h | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/config/rte_config.h b/config/rte_config.h
index 0bbbe274f..e6a35a170 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
 
+/* rte_kni defines */
+#define RTE_KNI_PREEMPT_DEFAULT 1
+
 /****** driver defines ********/
 
 /* QuickAssist device */
-- 
2.23.0


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-10-23 23:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-16 10:08 [dpdk-dev] [PATCH] config: set RTE_KNI_PREEMPT_DEFAULT in meson Igor Ryzhov
2019-09-17 19:11 ` Igor Ryzhov
2019-09-18 10:32   ` Bruce Richardson
2019-10-23 23:14     ` Thomas Monjalon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).