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 1D348A329E for ; Thu, 24 Oct 2019 01:14:13 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 4DFA81C1A2; Thu, 24 Oct 2019 01:14:12 +0200 (CEST) Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 4E8391C19B for ; Thu, 24 Oct 2019 01:14:11 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id BB19021C24; Wed, 23 Oct 2019 19:14:10 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Wed, 23 Oct 2019 19:14:10 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=HyOnH3Vx4AYbWna62ePgQ7XF9aWf2oeDZs28b2k/asc=; b=eMGv0wEcsF33 omhZeXxu5o1lbSLkdWhbYUt0zSSmOe5eKpd7eEjQxf/0zZR4Mk6+AsBnCw0ZH4QE nffaFI9956Jkx1aXX2SE501cMsM568oeSJgC4Dbo/KrnKSLFDoXBVKlQRrbLVOzi pHLjbqEjBZyW+DlmRzvJDu0dOeDj/PI= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm1; bh=HyOnH3Vx4AYbWna62ePgQ7XF9aWf2oeDZs28b2k/a sc=; b=WUropj42idJw8UjBoSeppd9Kg8lSzLMPwOP8kk2kG+cscaRPzOrQpUivb R7mvrndsm4OpABHx5IquupWVnvYMPGCHdPmkXZLJb/fUlM9cUkMXBur3DeHeQgle 4RRnJaqqRgkDOcaXQm3G60gnDB2xMk9kf/sqqigM3RZ7lNmhozuYdLJJTxRz5pE8 oc0gXAIEQ7FYr6JAm8r34WaAvEbt4sO1ZKDgk67SeykVL3uOwYXdGSwHGyLAo51h mVVPRC4cPPzSkNZB0fshEiUpY7fkhnxCmJmsoEu9jxiKi+l/bj4FshlhxzLkzZ+u n0yb/WZD0BgwlmA7+KNLWRRVH1zzw== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedufedrledtgddujecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucfkph epjeejrddufeegrddvtdefrddukeegnecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhho mhgrshesmhhonhhjrghlohhnrdhnvghtnecuvehluhhsthgvrhfuihiivgeptd X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 643A58005C; Wed, 23 Oct 2019 19:14:09 -0400 (EDT) From: Thomas Monjalon To: Igor Ryzhov Cc: dev@dpdk.org, Bruce Richardson Date: Thu, 24 Oct 2019 01:14:08 +0200 Message-ID: <2295521.k1BxAINjjE@xps> In-Reply-To: <20190918103258.GA1937@bricha3-MOBL.ger.corp.intel.com> References: <20190916100828.38199-1-iryzhov@nfware.com> <20190918103258.GA1937@bricha3-MOBL.ger.corp.intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" 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" 18/09/2019 12:32, Bruce Richardson: > 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 Applied, thanks