From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 74F27A0547; Thu, 24 Jun 2021 14:09:29 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 5ABCB40040; Thu, 24 Jun 2021 14:09:29 +0200 (CEST) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by mails.dpdk.org (Postfix) with ESMTP id D10634003C for ; Thu, 24 Jun 2021 14:09:27 +0200 (CEST) IronPort-SDR: m62YwOXnuFPywLGT6wm+hqDyn/iZtAj4XXEwS71yx2y7+iooJNV4ZVPOBF3YN8CyhHrw8cenZd bWZ6SsdlJ3Cw== X-IronPort-AV: E=McAfee;i="6200,9189,10024"; a="293088793" X-IronPort-AV: E=Sophos;i="5.83,296,1616482800"; d="scan'208";a="293088793" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Jun 2021 05:09:26 -0700 IronPort-SDR: itQ3fzy661YqK7mWXWJFepCDkn3Vl291YOHFCEP4zQFp7yl9muDFZLOK5C7lqI3XmB2vClFXdS f80gP69HD7ow== X-IronPort-AV: E=Sophos;i="5.83,296,1616482800"; d="scan'208";a="453407270" Received: from bricha3-mobl.ger.corp.intel.com ([10.252.31.193]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-SHA; 24 Jun 2021 05:09:25 -0700 Date: Thu, 24 Jun 2021 13:09:21 +0100 From: Bruce Richardson To: David Marchand Cc: dev@dpdk.org, Anatoly Burakov , Ciara Power Message-ID: References: <20210624115319.15809-1-david.marchand@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210624115319.15809-1-david.marchand@redhat.com> Subject: Re: [dpdk-dev] [PATCH] test: remove hack for private header inclusion X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 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" On Thu, Jun 24, 2021 at 01:53:19PM +0200, David Marchand wrote: > This hack was needed with the make build system. > With meson, any private header from a library is visible as long as a > dependency to this library is expressed. > > Signed-off-by: David Marchand > --- Acked-by: Bruce Richardson