From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 1/2] examples/ethtool: add to meson build Date: Thu, 12 Jul 2018 09:54:32 +0200 Message-ID: <2985926.zg23VzBKoQ@xps> References: <20180329140457.93034-1-bruce.richardson@intel.com> <20180329140457.93034-2-bruce.richardson@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Cc: dev@dpdk.org To: Bruce Richardson 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) In-Reply-To: <20180329140457.93034-2-bruce.richardson@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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