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 BA04FA0530; Wed, 12 Feb 2020 03:08:09 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 1F9B12B84; Wed, 12 Feb 2020 03:08:09 +0100 (CET) Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 1F9732986 for ; Wed, 12 Feb 2020 03:08:07 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id B593F21B5A; Tue, 11 Feb 2020 21:08:06 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Tue, 11 Feb 2020 21:08:06 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=x/rbIirS19mwKHrq35CAsJ39sahULPDQj3Z3AsXV5xE=; b=SVCKkcnaq9NQ C+k8tDxT46XazyHBN2E6JgR0aGPZdjBxhfxoBq3LZhu9eEYM0q+q8cLQ/e37yTAs n2B8AOgha67kCdzYs+a+JLo662PxfK2jO0/dgfOBtp8uNFx7Vmy3CANQq3JNBYJX nU2/ssCE8ABetC5ORmDsW6Pc12Bf8h8= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=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=fm2; bh=x/rbIirS19mwKHrq35CAsJ39sahULPDQj3Z3AsXV5 xE=; b=vxmGcT+Y6E6vMgt2YzlAyOS/6H/N8qoJ5WiW58QESGR1uZHn/SrsoXUp9 u5hMF1f2CctFS89kt3lxBq9SNrsyZeY4CBreYeoLRgz5YhzDEQ9FsRdtn0yVTcbG 7cnEuPt+nlSNnmWyzwFPpbOcgm6JpanvKFObXTfyBeRY6zuTSpOWGlmsjK91vEpu DyheqCBG2urxoK7sVSNjnBEZwbhHip3O0PXCY80UfYaVBmI6tTkFCpNlR3Rz90pv ny0MQFEmg8et3tUm+6S9MkpZHGJQHQkg3OUlrv10+y17yLhf+1MjzjK7Zjo+MDHk xxMnxg16zqFyhl8kPGXFE8oioey0w== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedugedrieeggdefiecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecunecujfgurhephffvufffkfgjfhgggfgtsehtufertd dttddvnecuhfhrohhmpefvhhhomhgrshcuofhonhhjrghlohhnuceothhhohhmrghssehm ohhnjhgrlhhonhdrnhgvtheqnecukfhppeejjedrudefgedrvddtfedrudekgeenucevlh hushhtvghrufhiiigvpedtnecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhhomhgrshes mhhonhhjrghlohhnrdhnvght 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 E60C33280065; Tue, 11 Feb 2020 21:08:05 -0500 (EST) From: Thomas Monjalon To: dev@dpdk.org, bruce.richardson@intel.com Date: Wed, 12 Feb 2020 03:08:04 +0100 Message-ID: <11297197.eQLIkvUDd3@xps> In-Reply-To: <20200212015944.3037000-1-thomas@monjalon.net> References: <20200116071656.1663967-1-thomas@monjalon.net> <20200212015944.3037000-1-thomas@monjalon.net> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v4 0/6] mlx ibverbs linking 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" > Thomas Monjalon (6): > drivers: cleanup meson build variable > net/mlx: add static ibverbs linkage with meson > buildtools: get static mlx dependencies for meson > net/mlx: workaround static linkage with meson > net/mlx: rename meson variable for dlopen option > net/mlx: fix overlinking with meson and glue dlopen Patches 2 to 6 were already Acked-by: Bruce Richardson