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 9CBF4A0C47; Tue, 6 Jul 2021 16:42:02 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 61BA74128B; Tue, 6 Jul 2021 16:42:02 +0200 (CEST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by mails.dpdk.org (Postfix) with ESMTP id 116424120E for ; Tue, 6 Jul 2021 16:42:00 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1625582520; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=AJEgpOS/q7VjGmBJifpaCq6cIjm9KRLBkkJaFCbpnRc=; b=dG1gvp1/yat1S/Uc8gwVwSIoYRnCjOuf0cqGQjRthVym2OnsnsSqD7IXm8emwFZk7YCQaQ NMArAUCeQojytlTz//0gWLUZPZYT2uXAs2fJFZti5J7pWFpN16RLOjUIMmPCIb6QrR0qvH Get7RFX3IScDGVEN4TJuBs4SJyUeXBQ= Received: from mail-vk1-f197.google.com (mail-vk1-f197.google.com [209.85.221.197]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-380-pmTcn1iEMKevvhAf0XJLfQ-1; Tue, 06 Jul 2021 10:41:59 -0400 X-MC-Unique: pmTcn1iEMKevvhAf0XJLfQ-1 Received: by mail-vk1-f197.google.com with SMTP id j25-20020a0561220919b0290257e6b206f6so419563vka.6 for ; Tue, 06 Jul 2021 07:41:59 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=AJEgpOS/q7VjGmBJifpaCq6cIjm9KRLBkkJaFCbpnRc=; b=e0x59ePaYWOR9tOUf5co7KCAzaQtmvPA6ekap7ZZ968L+/Hd1P6oADc+kaBXUMS7Qa LWHAe/a9B3v0seKt7bGq7t8KYxscZbThrFc8mBYf6GoaOKuvLlY7URzffyKN5K/zwZ+2 xxCKyXUVqIWZ2GkzFFYiUxUHxljoYIsADFEht8CMxPTlIoHJdgiRe/y/IuzdjEL2s4qD ZkfrlgdIcdReVuBWfBSztAsdRP7X2xySQTTdT9qHTfDRd5xLDyhx65c58JPw2GSAWgor zeVziv5+QDlr4UNURhVJefgsJfXfo2t8+lVS/ppGTsBLBehHYktlzrKK17UBWjYvlx+H 2+zw== X-Gm-Message-State: AOAM532RrHWHh8MFiELx7F5IM5rJtkcEL/HtO1KoyBHleHQEL+wag0VN 3SGlwSUDJV5yds5fbhviWqbed8ugDiKUt4R71joZISujGfMVwB5RKtcvo706U9xyxCnSkOuJYf9 Gteq9jeMHTFGGWLpyd4w= X-Received: by 2002:ab0:590b:: with SMTP id n11mr12550448uad.126.1625582519155; Tue, 06 Jul 2021 07:41:59 -0700 (PDT) X-Google-Smtp-Source: ABdhPJweVrRKDmUG9Jvfl1TP1eNBztCLROOG3/iN/C4HQkUdhKEOD7Jard2bCm/0BLb/hi3R08d1ZLWeC74Zx+UfdfU= X-Received: by 2002:ab0:590b:: with SMTP id n11mr12550411uad.126.1625582518896; Tue, 06 Jul 2021 07:41:58 -0700 (PDT) MIME-Version: 1.0 References: <20210624115319.15809-1-david.marchand@redhat.com> In-Reply-To: <20210624115319.15809-1-david.marchand@redhat.com> From: David Marchand Date: Tue, 6 Jul 2021 16:41:47 +0200 Message-ID: To: dev Cc: Bruce Richardson , Anatoly Burakov , Ciara Power Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=dmarchan@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" 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 1:53 PM 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 Acked-by: Tyler Retzlaff Applied. -- David Marchand