From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id D69821B4E4 for ; Thu, 12 Jul 2018 09:54:34 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 7AA5021B76; Thu, 12 Jul 2018 03:54:34 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Thu, 12 Jul 2018 03:54:34 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=tlq5KV/EFD+gb8QdqYx9onxqbQ eWCiia4FJKkM5asM8=; b=L4EUUeCQShbs+uGUQSD/kjdZivKbuegofArE8eIPv+ CeMaErN5FwAv6SI7x52bj3nE7664MzxEcvgET0IpTqnRq7Y8bTFftUaYPLB+noIf 9Im05g6V6eXWrew/mjaeryPvX3WwjGzdkG0pfDyZ5ca9wtzadSXWFWtFNmtlalxy U= 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-sender:x-me-sender:x-sasl-enc; s=fm3; bh=tlq5KV /EFD+gb8QdqYx9onxqbQeWCiia4FJKkM5asM8=; b=MNqR0W3x0GusGvlUxKkNTw +TawaNTPl7AaDnFQXkBMtRIPiNLGDTeMQEs7hicEaodvGuhIKRf924QrxEFgCjG2 DKjHHxMEvvUUjNDG0TtTV6KsC7Dx7MiGiRUOYsmXUGblgKtY0jrNxtEVTpWzt7o6 g8HzO9fdE1x9ovyLjkKyfNO0t8IFZxcY4Wk8VDm51PBkRQzA1Ikbr9QMZ0M52T5K KEwgBcuCFLfZsXSAzvq7dGBw6g9cgOVf8SIruhe9U4x3qzBYp6cvkI2RyGLVdObJ HRkPc24AtPUIvNfl2XgBgHSSc4zY8Vpc7/Zy4uRGf641aRFyackOFgoWd4cSmD2g == X-ME-Proxy: X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id C8D8E10285; Thu, 12 Jul 2018 03:54:33 -0400 (EDT) From: Thomas Monjalon To: Bruce Richardson Cc: dev@dpdk.org Date: Thu, 12 Jul 2018 09:54:32 +0200 Message-ID: <2985926.zg23VzBKoQ@xps> In-Reply-To: <20180329140457.93034-2-bruce.richardson@intel.com> References: <20180329140457.93034-1-bruce.richardson@intel.com> <20180329140457.93034-2-bruce.richardson@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH 1/2] examples/ethtool: add to meson build 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: , X-List-Received-Date: Thu, 12 Jul 2018 07:54:35 -0000 29/03/2018 16:04, Bruce Richardson: > Add the ethtool example to the meson build. This example is more > complicated than the previously added ones as it has files in two > subdirectories. An ethtool "wrapper lib" in one, used by the actual > example "ethtool app" in the other. >=20 > Rather than using recursive operation, like is done with the makefiles, > we instead can just special-case the building of the library from the > single .c file, and then use that as a dependency when building the app > proper. >=20 > Signed-off-by: Bruce Richardson It does not compile because of experimental function: examples/ethtool/lib/rte_ethtool.c:186:2: error: =E2=80=98rte_eth_dev_get_module_info=E2=80=99 is deprecated: Symbol is not = yet part of stable ABI