Re: [dpdk-dev] [PATCH] net/avp: fix build with non x86

2017-04-03 Thread Legacy, Allain
> -Original Message- > From: Jerin Jacob [mailto:jerin.ja...@caviumnetworks.com] > Sent: Monday, April 03, 2017 10:22 AM <...> > > If that is the case then Please send a patch to fix it appropriately. Will do, thanks for fixing this error.

Re: [dpdk-dev] [PATCH] net/avp: fix build with non x86

2017-04-03 Thread Ferruh Yigit
g >>> Cc: YIGIT, FERRUH; Legacy, Allain; Jerin Jacob >>> Subject: [dpdk-dev] [PATCH] net/avp: fix build with non x86 >>> >>> sys/io.h is an x86 specific header file and AVP driver is not using any x86 >>> specific IO operation. Hence removing the sy

Re: [dpdk-dev] [PATCH] net/avp: fix build with non x86

2017-04-03 Thread Jerin Jacob
n Jacob > > Subject: [dpdk-dev] [PATCH] net/avp: fix build with non x86 > > > > sys/io.h is an x86 specific header file and AVP driver is not using any x86 > > specific IO operation. Hence removing the sys/io.h reference to fix the > > build > > issue on non x86

Re: [dpdk-dev] [PATCH] net/avp: fix build with non x86

2017-04-03 Thread Legacy, Allain
> -Original Message- > From: Jerin Jacob [mailto:jerin.ja...@caviumnetworks.com] > Sent: Monday, April 03, 2017 9:59 AM > To: dev@dpdk.org > Cc: YIGIT, FERRUH; Legacy, Allain; Jerin Jacob > Subject: [dpdk-dev] [PATCH] net/avp: fix build with non x86 > > sys/io.h i

Re: [dpdk-dev] [PATCH] net/avp: fix build with non x86

2017-04-03 Thread Ferruh Yigit
On 4/3/2017 2:58 PM, Jerin Jacob wrote: > sys/io.h is an x86 specific header file and > AVP driver is not using any x86 specific IO > operation. Hence removing the sys/io.h reference > to fix the build issue on non x86 platforms. > > Fixes: 5567f9689cf8 ("net/avp: support driver registration") >

[dpdk-dev] [PATCH] net/avp: fix build with non x86

2017-04-03 Thread Jerin Jacob
sys/io.h is an x86 specific header file and AVP driver is not using any x86 specific IO operation. Hence removing the sys/io.h reference to fix the build issue on non x86 platforms. Fixes: 5567f9689cf8 ("net/avp: support driver registration") Signed-off-by: Jerin Jacob --- drivers/net/avp/avp_e