[dpdk-dev] [PATCH] nfp: fix non-x86 build

2016-03-02 Thread Bruce Richardson
On Mon, Feb 08, 2016 at 02:27:59PM +, Alejandro Lucero wrote: > On Sat, Feb 6, 2016 at 9:51 PM, Thomas Monjalon > wrote: > > > The file sys/io.h was included but it can be unavailable in some > > non-x86 toolchains. > > As others system includes in the file nfp_net.c, it seems useless, > >

[dpdk-dev] [PATCH] nfp: fix non-x86 build

2016-02-08 Thread Alejandro Lucero
On Sat, Feb 6, 2016 at 9:51 PM, Thomas Monjalon wrote: > The file sys/io.h was included but it can be unavailable in some > non-x86 toolchains. > As others system includes in the file nfp_net.c, it seems useless, > so the easy fix is to remove them. > > Signed-off-by: Thomas Monjalon > --- >

[dpdk-dev] [PATCH] nfp: fix non-x86 build

2016-02-06 Thread Thomas Monjalon
The file sys/io.h was included but it can be unavailable in some non-x86 toolchains. As others system includes in the file nfp_net.c, it seems useless, so the easy fix is to remove them. Signed-off-by: Thomas Monjalon --- drivers/net/nfp/nfp_net.c | 11 --- 1 file changed, 11