From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 4C0F7A04DD; Thu, 22 Oct 2020 11:53:56 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 33869A97B; Thu, 22 Oct 2020 11:53:54 +0200 (CEST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [63.128.21.124]) by dpdk.org (Postfix) with ESMTP id 47718A97A for ; Thu, 22 Oct 2020 11:53:51 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1603360429; 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: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=Vsqfn/O/Qy4UjmcA/1FYagSxldWE28anRiZK4bd25sg=; b=Ui8nRUxLSS2re/DgYc5gvZVfSncNM4Zg/sBqXoK7IGfTBiNej30DyN8UaZxXQIL2UC/5Ah 7kFx1dJJvN3ZwGbKc8669PoVy0Xa4u4+WjTcgHG9hhjJot7nZjlkbS+NjHOuPdgLnuyDes BZc5DBU60R+ckVcZyQz2sV7z0VrlnVk= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-44-rQqHv0n1P3eNGzWTIBGmVw-1; Thu, 22 Oct 2020 05:53:46 -0400 X-MC-Unique: rQqHv0n1P3eNGzWTIBGmVw-1 Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id B4A4D879517; Thu, 22 Oct 2020 09:53:42 +0000 (UTC) Received: from [10.36.113.251] (ovpn-113-251.ams2.redhat.com [10.36.113.251]) by smtp.corp.redhat.com (Postfix) with ESMTP id 369CF5B4A8; Thu, 22 Oct 2020 09:53:30 +0000 (UTC) To: Luca Boccassi , David Marchand , Bruce Richardson Cc: dev , Nicolas Chautru , Rosen Xu , Stephen Hemminger , Long Li , Fan Zhang , Hemant Agrawal , Sachin Saxena , Steven Webster , Matt Peters , Ajit Khaparde , Somnath Kotur , Chas Williams , "Min Hu (Connor)" , Beilei Xing , Jeff Guo , Qiming Yang , Qi Zhang , Haiyue Wang , Jasvinder Singh , Cristian Dumitrescu , Maxime Coquelin , Chenbo Xia , Nipun Gupta , Xiaoyun Li , Jingjing Wu References: <20200917150917.22945-1-david.marchand@redhat.com> <20201022075545.17945-1-david.marchand@redhat.com> <20201022075545.17945-2-david.marchand@redhat.com> <20201022081611.GA83@bricha3-MOBL.ger.corp.intel.com> From: Kevin Traynor Message-ID: <43f05ac0-4fc1-c83a-58b5-d0b7e45497e0@redhat.com> Date: Thu, 22 Oct 2020 10:53:29 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.3.1 MIME-Version: 1.0 In-Reply-To: X-Scanned-By: MIMEDefang 2.79 on 10.5.11.11 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=ktraynor@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v2 2/2] drivers: add headers install helper 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 22/10/2020 10:47, Luca Boccassi wrote: > On Thu, 2020-10-22 at 10:22 +0200, David Marchand wrote: >> On Thu, Oct 22, 2020 at 10:16 AM Bruce Richardson >> wrote: >>> On Thu, Oct 22, 2020 at 09:55:45AM +0200, David Marchand wrote: >>>> A lot of drivers export headers, reproduce the same facility than for >>>> libraries. >>>> >>>> Suggested-by: Bruce Richardson >>>> Signed-off-by: David Marchand >>>> --- >>> Acked-by: Bruce Richardson >>> >>> With this patch 2, you don't need patch 1, though. >> >> Yep, my thoughts too. >> Patch 1 is mainly for backports so I can send only patch 2 for main >> and send patch 1 for 18.11 and 19.11 branches. >> Kevin, Luca? > > Sounds good to me, thanks. > +1