DPDK patches and discussions
 help / color / mirror / Atom feed
From: "Xu, Rosen" <rosen.xu@intel.com>
To: David Marchand <david.marchand@redhat.com>,
	"dev@dpdk.org" <dev@dpdk.org>
Cc: "Richardson, Bruce" <bruce.richardson@intel.com>,
	"Chautru, Nicolas" <nicolas.chautru@intel.com>,
	Stephen Hemminger <sthemmin@microsoft.com>,
	"Long Li" <longli@microsoft.com>,
	"Zhang, Roy Fan" <roy.fan.zhang@intel.com>,
	 "Hemant Agrawal" <hemant.agrawal@nxp.com>,
	Sachin Saxena <sachin.saxena@oss.nxp.com>,
	Steven Webster <steven.webster@windriver.com>,
	Matt Peters <matt.peters@windriver.com>,
	Ajit Khaparde <ajit.khaparde@broadcom.com>,
	Somnath Kotur <somnath.kotur@broadcom.com>,
	Chas Williams <chas3@att.com>,
	"Min Hu (Connor)" <humin29@huawei.com>,
	"Xing,  Beilei" <beilei.xing@intel.com>,
	"Guo, Jia" <jia.guo@intel.com>,
	"Yang, Qiming" <qiming.yang@intel.com>,
	"Zhang, Qi Z" <qi.z.zhang@intel.com>,
	"Wang,  Haiyue" <haiyue.wang@intel.com>,
	"Singh, Jasvinder" <jasvinder.singh@intel.com>,
	"Dumitrescu, Cristian" <cristian.dumitrescu@intel.com>,
	Maxime Coquelin <maxime.coquelin@redhat.com>,
	"Xia, Chenbo" <chenbo.xia@intel.com>,
	"Nipun Gupta" <nipun.gupta@nxp.com>,
	"Li, Xiaoyun" <xiaoyun.li@intel.com>,
	"Wu, Jingjing" <jingjing.wu@intel.com>
Subject: Re: [dpdk-dev] [PATCH v2 2/2] drivers: add headers install helper
Date: Fri, 23 Oct 2020 07:22:50 +0000	[thread overview]
Message-ID: <BYAPR11MB29019CFF42E98367C5428DAF891A0@BYAPR11MB2901.namprd11.prod.outlook.com> (raw)
In-Reply-To: <20201022075545.17945-2-david.marchand@redhat.com>



> Subject: [PATCH v2 2/2] drivers: add headers install helper
> 
> A lot of drivers export headers, reproduce the same facility than for
> libraries.
> 
> Suggested-by: Bruce Richardson <bruce.richardson@intel.com>
> Signed-off-by: David Marchand <david.marchand@redhat.com>
> ---
>  doc/guides/contributing/coding_style.rst   | 3 +++
>  drivers/baseband/acc100/meson.build        | 2 +-
>  drivers/baseband/fpga_5gnr_fec/meson.build | 2 +-
>  drivers/bus/ifpga/meson.build              | 2 +-
>  drivers/bus/pci/meson.build                | 2 +-
>  drivers/bus/vdev/meson.build               | 2 +-
>  drivers/bus/vmbus/meson.build              | 2 +-
>  drivers/crypto/scheduler/meson.build       | 2 +-
>  drivers/mempool/dpaa2/meson.build          | 2 +-
>  drivers/meson.build                        | 3 +++
>  drivers/net/avp/meson.build                | 2 +-
>  drivers/net/bnxt/meson.build               | 2 +-
>  drivers/net/bonding/meson.build            | 2 +-
>  drivers/net/dpaa/meson.build               | 2 +-
>  drivers/net/dpaa2/meson.build              | 2 +-
>  drivers/net/i40e/meson.build               | 2 +-
>  drivers/net/ice/meson.build                | 2 +-
>  drivers/net/ixgbe/meson.build              | 2 +-
>  drivers/net/ring/meson.build               | 2 +-
>  drivers/net/softnic/meson.build            | 2 +-
>  drivers/net/vhost/meson.build              | 2 +-
>  drivers/raw/dpaa2_cmdif/meson.build        | 2 +-
>  drivers/raw/dpaa2_qdma/meson.build         | 2 +-
>  drivers/raw/ioat/meson.build               | 2 +-
>  drivers/raw/ntb/meson.build                | 2 +-
>  25 files changed, 29 insertions(+), 23 deletions(-)
> 
> diff --git a/drivers/bus/ifpga/meson.build b/drivers/bus/ifpga/meson.build
> index 3ff44d902a..4d0507f553 100644
> --- a/drivers/bus/ifpga/meson.build
> +++ b/drivers/bus/ifpga/meson.build
> @@ -8,5 +8,5 @@ if is_windows
>  endif
> 
>  deps += ['pci', 'kvargs', 'rawdev']
> -install_headers('rte_bus_ifpga.h')
> +headers = files('rte_bus_ifpga.h')
>  sources = files('ifpga_common.c', 'ifpga_bus.c') diff --git

Acked-by: Rosen Xu <rosen.xu@intel.com>


      parent reply	other threads:[~2020-10-23  7:25 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-17 15:09 [dpdk-dev] [PATCH] crypto/scheduler: fix header install with meson David Marchand
2020-09-17 15:29 ` Bruce Richardson
2020-09-17 15:33   ` David Marchand
2020-09-17 15:46     ` Bruce Richardson
2020-09-17 15:29 ` Bruce Richardson
2020-10-22  7:55 ` [dpdk-dev] [PATCH v2 1/2] " David Marchand
2020-10-22  7:55   ` [dpdk-dev] [PATCH v2 2/2] drivers: add headers install helper David Marchand
2020-10-22  8:16     ` Bruce Richardson
2020-10-22  8:22       ` David Marchand
2020-10-22  9:47         ` Luca Boccassi
2020-10-22  9:53           ` Kevin Traynor
2020-10-22 12:32       ` David Marchand
2020-10-23  7:22     ` Xu, Rosen [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=BYAPR11MB29019CFF42E98367C5428DAF891A0@BYAPR11MB2901.namprd11.prod.outlook.com \
    --to=rosen.xu@intel.com \
    --cc=ajit.khaparde@broadcom.com \
    --cc=beilei.xing@intel.com \
    --cc=bruce.richardson@intel.com \
    --cc=chas3@att.com \
    --cc=chenbo.xia@intel.com \
    --cc=cristian.dumitrescu@intel.com \
    --cc=david.marchand@redhat.com \
    --cc=dev@dpdk.org \
    --cc=haiyue.wang@intel.com \
    --cc=hemant.agrawal@nxp.com \
    --cc=humin29@huawei.com \
    --cc=jasvinder.singh@intel.com \
    --cc=jia.guo@intel.com \
    --cc=jingjing.wu@intel.com \
    --cc=longli@microsoft.com \
    --cc=matt.peters@windriver.com \
    --cc=maxime.coquelin@redhat.com \
    --cc=nicolas.chautru@intel.com \
    --cc=nipun.gupta@nxp.com \
    --cc=qi.z.zhang@intel.com \
    --cc=qiming.yang@intel.com \
    --cc=roy.fan.zhang@intel.com \
    --cc=sachin.saxena@oss.nxp.com \
    --cc=somnath.kotur@broadcom.com \
    --cc=steven.webster@windriver.com \
    --cc=sthemmin@microsoft.com \
    --cc=xiaoyun.li@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).