Re: [dpdk-dev] [PATCH] buildtools: fix pmdinfogen compilation

2019-07-31 Thread Bruce Richardson
On Wed, Jul 31, 2019 at 11:57:05AM +0530, pbhagavat...@marvell.com wrote: > From: Pavan Nikhilesh > > Pmdinfogen is always compiled with host gcc. > If host gcc version is lessthan 7 and target gcc is greaterthan 7 > pmdinfogen fails to compile due to unsupported cflags. > This patch removes unsu

Re: [dpdk-dev] [PATCH] buildtools: fix pmdinfogen compilation

2019-07-31 Thread Bruce Richardson
On Wed, Jul 31, 2019 at 03:21:46PM +0100, Bruce Richardson wrote: > On Wed, Jul 31, 2019 at 07:35:03AM -0400, Neil Horman wrote: > > On Wed, Jul 31, 2019 at 11:57:05AM +0530, pbhagavat...@marvell.com wrote: > > > From: Pavan Nikhilesh > > > > > > Pmdinfogen is always compiled with host gcc. > > >

Re: [dpdk-dev] [PATCH] buildtools: fix pmdinfogen compilation

2019-07-31 Thread Bruce Richardson
On Wed, Jul 31, 2019 at 07:35:03AM -0400, Neil Horman wrote: > On Wed, Jul 31, 2019 at 11:57:05AM +0530, pbhagavat...@marvell.com wrote: > > From: Pavan Nikhilesh > > > > Pmdinfogen is always compiled with host gcc. > > If host gcc version is lessthan 7 and target gcc is greaterthan 7 > > pmdinfo

Re: [dpdk-dev] [PATCH] buildtools: fix pmdinfogen compilation

2019-07-31 Thread Neil Horman
On Wed, Jul 31, 2019 at 11:57:05AM +0530, pbhagavat...@marvell.com wrote: > From: Pavan Nikhilesh > > Pmdinfogen is always compiled with host gcc. > If host gcc version is lessthan 7 and target gcc is greaterthan 7 > pmdinfogen fails to compile due to unsupported cflags. > This patch removes unsu

[dpdk-dev] [PATCH] buildtools: fix pmdinfogen compilation

2019-07-30 Thread pbhagavatula
From: Pavan Nikhilesh Pmdinfogen is always compiled with host gcc. If host gcc version is lessthan 7 and target gcc is greaterthan 7 pmdinfogen fails to compile due to unsupported cflags. This patch removes unsupported host cflags when the above condition is met. Fixes: 98b0fdb0ffc6 ("pmdinfogen