Re: [dpdk-dev] [PATCH v2 2/2] drivers: add headers install helper

2020-10-23 Thread Xu, Rosen
> 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 > Signed-off-by: David Marchand > --- > doc/guides/contributing/coding_style.rst | 3 +++ > drivers/baseb

Re: [dpdk-dev] [PATCH v2 2/2] drivers: add headers install helper

2020-10-22 Thread David Marchand
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 > > --- >

Re: [dpdk-dev] [PATCH v2 2/2] drivers: add headers install helper

2020-10-22 Thread Kevin Traynor
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

Re: [dpdk-dev] [PATCH v2 2/2] drivers: add headers install helper

2020-10-22 Thread Luca Boccassi
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. > > > > > > Sugges

Re: [dpdk-dev] [PATCH v2 2/2] drivers: add headers install helper

2020-10-22 Thread David Marchand
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 > > --- >

Re: [dpdk-dev] [PATCH v2 2/2] drivers: add headers install helper

2020-10-22 Thread Bruce Richardson
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, th

[dpdk-dev] [PATCH v2 2/2] drivers: add headers install helper

2020-10-22 Thread David Marchand
A lot of drivers export headers, reproduce the same facility than for libraries. Suggested-by: Bruce Richardson Signed-off-by: David Marchand --- doc/guides/contributing/coding_style.rst | 3 +++ drivers/baseband/acc100/meson.build| 2 +- drivers/baseband/fpga_5gnr_fec/meson.build | 2