Re: [dpdk-dev] [PATCH] config: compile avp driver only on intel 64 bit

2017-04-05 Thread Ferruh Yigit
On 4/5/2017 9:23 AM, Bruce Richardson wrote: > On Tue, Apr 04, 2017 at 06:12:12PM +0100, Ferruh Yigit wrote: >> On 4/4/2017 5:36 PM, Allain Legacy wrote: >>> The AVP devices are only supported on Intel 64-bit architectures so >>> adjusting the defconfig attributes accordingly. >>> >>> Fixes: c5ab47

Re: [dpdk-dev] [PATCH] config: compile avp driver only on intel 64 bit

2017-04-05 Thread Thomas Monjalon
2017-04-05 09:23, Bruce Richardson: > On Tue, Apr 04, 2017 at 06:12:12PM +0100, Ferruh Yigit wrote: > > On 4/4/2017 5:36 PM, Allain Legacy wrote: > > > The AVP devices are only supported on Intel 64-bit architectures so > > > adjusting the defconfig attributes accordingly. > > > > > > Fixes: c5ab4

Re: [dpdk-dev] [PATCH] config: compile avp driver only on intel 64 bit

2017-04-05 Thread Bruce Richardson
On Tue, Apr 04, 2017 at 06:12:12PM +0100, Ferruh Yigit wrote: > On 4/4/2017 5:36 PM, Allain Legacy wrote: > > The AVP devices are only supported on Intel 64-bit architectures so > > adjusting the defconfig attributes accordingly. > > > > Fixes: c5ab4707ba97 ("net/avp: support driver registration")

Re: [dpdk-dev] [PATCH] config: compile avp driver only on intel 64 bit

2017-04-04 Thread Ferruh Yigit
On 4/4/2017 6:17 PM, Legacy, Allain wrote: >> -Original Message- >> From: Ferruh Yigit [mailto:ferruh.yi...@intel.com] >> Sent: Tuesday, April 04, 2017 1:12 PM > <...> >> >> Right now compiler config files only have compiler and architecture configs, >> although it is OK to update them, to

Re: [dpdk-dev] [PATCH] config: compile avp driver only on intel 64 bit

2017-04-04 Thread Legacy, Allain
> -Original Message- > From: Ferruh Yigit [mailto:ferruh.yi...@intel.com] > Sent: Tuesday, April 04, 2017 1:12 PM <...> > > Right now compiler config files only have compiler and architecture configs, > although it is OK to update them, to be consistent with what other PMDs did, > what do

Re: [dpdk-dev] [PATCH] config: compile avp driver only on intel 64 bit

2017-04-04 Thread Ferruh Yigit
On 4/4/2017 5:36 PM, Allain Legacy wrote: > The AVP devices are only supported on Intel 64-bit architectures so > adjusting the defconfig attributes accordingly. > > Fixes: c5ab4707ba97 ("net/avp: support driver registration") > > Signed-off-by: Allain Legacy > --- > config/common_linuxapp

[dpdk-dev] [PATCH] config: compile avp driver only on intel 64 bit

2017-04-04 Thread Allain Legacy
The AVP devices are only supported on Intel 64-bit architectures so adjusting the defconfig attributes accordingly. Fixes: c5ab4707ba97 ("net/avp: support driver registration") Signed-off-by: Allain Legacy --- config/common_linuxapp| 1 - config/defconfig_i686-native-lin