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 A9A18A329E for ; Wed, 23 Oct 2019 23:24:51 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id A4B261C232; Wed, 23 Oct 2019 23:24:50 +0200 (CEST) Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) by dpdk.org (Postfix) with ESMTP id 02E8A1C1E8; Wed, 23 Oct 2019 23:24:49 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 79A4821B10; Wed, 23 Oct 2019 17:24:46 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Wed, 23 Oct 2019 17:24:46 -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=hAh/ub922k6wJXGGKk3rhkw5Ulr0L6doSycEKkbGJs4=; b=dnZRmouWDue0 qQaXO8wsIIi7ZxcLI249y7eVb5wgAXoLwn0nY49wQYd2mVibmFqEwVvHP1r3hGVA D7bdfmFTpjQTazIw08j9fOlEh1VVYYcgnbHXAmyL8kCdu+myqxyyqAIBS3HG4+p4 kJovtZ/w6KyJgGV4K6br04H/aghSFqs= 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=hAh/ub922k6wJXGGKk3rhkw5Ulr0L6doSycEKkbGJ s4=; b=ravYWrBWAZCVUWERCrrohPbFSEz6lEiBKhKE9dOLsJgcRCox+1nLrJTDC /ND5NdFr5+GW8dTA4lFSxh1/uLky6WCOby8PUe6VKtsNC4WR6XDtheHnI3Ft8Z8x Ce/lHTWLRtKmrtoUhmf5yfpHUMpR5K9XSKNt4YMev2eBNtr9ovlnBxjZLrb5G9qI 80YyTWF/GXf5oYZ/un7AoQ0+EmScSz4itcd3msYQwYXj0Wl1T+LSQ97n6GxyUVhM 0mGZhQ9h6cE7JvG/4fRK/DyK1plbQ8ztzRVEOu/IPoAlBxG7IY6QuWvLJ0fhDuQa xQi0JA1vzEk8za8ayjG9yRC4iZv+Q== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedufedrkeelgdduieduucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecukf hppeejjedrudefgedrvddtfedrudekgeenucfrrghrrghmpehmrghilhhfrhhomhepthhh ohhmrghssehmohhnjhgrlhhonhdrnhgvthenucevlhhushhtvghrufhiiigvpedt 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 239498005A; Wed, 23 Oct 2019 17:24:45 -0400 (EDT) From: Thomas Monjalon To: Bruce Richardson Cc: dev@dpdk.org, Luca Boccassi , mb@smartsharesystems.com, techboard@dpdk.org Date: Wed, 23 Oct 2019 23:24:43 +0200 Message-ID: <1797235.IbuPiZFG15@xps> In-Reply-To: References: <20190925145531.52705-1-bruce.richardson@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH 0/3] RFC: Support disabling DPDK drivers in meson builds 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" 25/09/2019 20:01, Luca Boccassi: > On Wed, 2019-09-25 at 15:55 +0100, Bruce Richardson wrote: > > Bruce Richardson (3): > > build: align variable names between drivers and libs > > build: process dependencies before main build check > > build: support disabling drivers with meson > > Series-grumbly-acked-by: Luca Boccassi Applied, thanks for implementing a community request