From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id D1EB0A84E for ; Tue, 23 Jan 2018 11:00:08 +0100 (CET) X-Amp-Result: UNKNOWN X-Amp-Original-Verdict: FILE UNKNOWN X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 23 Jan 2018 02:00:07 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,400,1511856000"; d="scan'208";a="28729246" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.221.77]) by orsmga002.jf.intel.com with SMTP; 23 Jan 2018 02:00:05 -0800 Received: by (sSMTP sendmail emulation); Tue, 23 Jan 2018 10:00:05 +0000 Date: Tue, 23 Jan 2018 10:00:04 +0000 From: Bruce Richardson To: Luca Boccassi Cc: dev@dpdk.org Message-ID: <20180123100004.GA16188@bricha3-MOBL3.ger.corp.intel.com> References: <20180122154254.13667-1-bruce.richardson@intel.com> <1516642986.9567.11.camel@debian.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1516642986.9567.11.camel@debian.org> Organization: Intel Research and Development Ireland Ltd. User-Agent: Mutt/1.9.1 (2017-09-22) Subject: Re: [dpdk-dev] [PATCH] build: make compat a universal dependency 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: Tue, 23 Jan 2018 10:00:09 -0000 O Mon, Jan 22, 2018 at 05:43:06PM +0000, Luca Boccassi wrote: > On Mon, 2018-01-22 at 15:42 +0000, Bruce Richardson wrote: > > By making "compat" lib (which consists of a header only) a dependency > > of > > the EAL, we make the header file available to all other libs, drivers > > and > > apps, and thereby make it less work to do ABI versioning. > > > > Signed-off-by: Bruce Richardson > > --- > >  drivers/net/bonding/meson.build    | 2 +- > >  lib/librte_distributor/meson.build | 2 +- > >  lib/librte_eal/meson.build         | 1 + > >  lib/librte_ether/meson.build       | 2 +- > >  lib/librte_hash/meson.build        | 2 +- > >  lib/librte_lpm/meson.build         | 1 - > >  6 files changed, 5 insertions(+), 5 deletions(-) > > Acked-by: Luca Boccassi > Applied to dpdk-next-build /Bruce