Re: [dpdk-dev] [PATCH v6 8/8] ci: add checking of includes to CI builds

2021-01-29 Thread Aaron Conole
David Marchand writes: > On Thu, Jan 28, 2021 at 7:34 PM Bruce Richardson > wrote: >> >> On Thu, Jan 28, 2021 at 11:41:44AM +, Bruce Richardson wrote: >> > On Thu, Jan 28, 2021 at 12:12:44PM +0100, Thomas Monjalon wrote: >> > > 27/01/2021 18:33, Bruce Richardson: >> > > > For CI builds, turn

Re: [dpdk-dev] [PATCH v6 8/8] ci: add checking of includes to CI builds

2021-01-29 Thread David Marchand
On Thu, Jan 28, 2021 at 7:34 PM Bruce Richardson wrote: > > On Thu, Jan 28, 2021 at 11:41:44AM +, Bruce Richardson wrote: > > On Thu, Jan 28, 2021 at 12:12:44PM +0100, Thomas Monjalon wrote: > > > 27/01/2021 18:33, Bruce Richardson: > > > > For CI builds, turn on the checking of includes. > >

Re: [dpdk-dev] [PATCH v6 8/8] ci: add checking of includes to CI builds

2021-01-28 Thread Bruce Richardson
On Thu, Jan 28, 2021 at 11:41:44AM +, Bruce Richardson wrote: > On Thu, Jan 28, 2021 at 12:12:44PM +0100, Thomas Monjalon wrote: > > 27/01/2021 18:33, Bruce Richardson: > > > For CI builds, turn on the checking of includes. > > > > > > Signed-off-by: Bruce Richardson Acked-by: > > > Aaron Con

Re: [dpdk-dev] [PATCH v6 8/8] ci: add checking of includes to CI builds

2021-01-28 Thread Bruce Richardson
On Thu, Jan 28, 2021 at 12:12:44PM +0100, Thomas Monjalon wrote: > 27/01/2021 18:33, Bruce Richardson: > > For CI builds, turn on the checking of includes. > > > > Signed-off-by: Bruce Richardson Acked-by: > > Aaron Conole --- .ci/linux-build.sh | 1 + 1 file > > changed, 1 insertion(+) > > > >

Re: [dpdk-dev] [PATCH v6 8/8] ci: add checking of includes to CI builds

2021-01-28 Thread Thomas Monjalon
27/01/2021 18:33, Bruce Richardson: > For CI builds, turn on the checking of includes. > > Signed-off-by: Bruce Richardson > Acked-by: Aaron Conole > --- > .ci/linux-build.sh | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/.ci/linux-build.sh b/.ci/linux-build.sh > index afa3689a09..fd

[dpdk-dev] [PATCH v6 8/8] ci: add checking of includes to CI builds

2021-01-27 Thread Bruce Richardson
For CI builds, turn on the checking of includes. Signed-off-by: Bruce Richardson Acked-by: Aaron Conole --- .ci/linux-build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.ci/linux-build.sh b/.ci/linux-build.sh index afa3689a09..fdbeb5a616 100755 --- a/.ci/linux-build.sh +++ b/.ci/linux