From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 7295FA2EFC for ; Wed, 18 Sep 2019 12:33:08 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 447FB1C22E; Wed, 18 Sep 2019 12:33:07 +0200 (CEST) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id 0055C1BE97 for ; Wed, 18 Sep 2019 12:33:04 +0200 (CEST) X-Amp-Result: UNKNOWN X-Amp-Original-Verdict: FILE UNKNOWN X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 18 Sep 2019 03:33:03 -0700 X-IronPort-AV: E=Sophos;i="5.64,520,1559545200"; d="scan'208";a="177678685" Received: from bricha3-mobl.ger.corp.intel.com ([10.252.3.193]) by orsmga007-auth.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 18 Sep 2019 03:33:02 -0700 Date: Wed, 18 Sep 2019 11:32:59 +0100 From: Bruce Richardson To: Igor Ryzhov Cc: dev@dpdk.org Message-ID: <20190918103258.GA1937@bricha3-MOBL.ger.corp.intel.com> References: <20190916100828.38199-1-iryzhov@nfware.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.11.4 (2019-03-13) Subject: Re: [dpdk-dev] [PATCH] config: set RTE_KNI_PREEMPT_DEFAULT in meson X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Tue, Sep 17, 2019 at 10:11:04PM +0300, Igor Ryzhov wrote: > CCing Bruce, maintainer of the meson build system. > It's a simple patch to make meson behavior consistent with make > behavior. > CONFIG_RTE_KNI_PREEMPT_DEFAULT is set to "y" in config/common_base, > so we need to set RTE_KNI_PREEMPT_DEFAULT to 1 in meson. > Best regards, > Igor > No objection from me. Acked-by: Bruce Richardson > On Mon, Sep 16, 2019 at 1:08 PM Igor Ryzhov <[1]iryzhov@nfware.com> > wrote: > > Same behavior as in make build system. > Signed-off-by: Igor Ryzhov <[2]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 > > References > > 1. mailto:iryzhov@nfware.com > 2. mailto:iryzhov@nfware.com