[dpdk-dev] [PATCH] config: disable enic driver on Power

2014-11-27 Thread Thomas Monjalon
> enic driver is giving trouble because of non-standard types : > > CC enic_res.o > In file included from > lib/librte_pmd_enic/enic_res.c:36:0: > lib/librte_pmd_enic/enic_compat.h:92:1: error: unknown type name ?u_int32_t? > static inline u_int32_t ioread32(volatile void *addr) > ^ > >

[dpdk-dev] [PATCH] config: disable enic driver on Power

2014-11-27 Thread Sujith Sankar (ssujith)
Hi David, I shall take a look at it get back soon after some tests. One point here is that ENICPMD will be used only on UCS servers (as Cisco VIC cards are shipped only with them) and they are all x86_64. So you could turn it off for all the other architectures. Thanks, -Sujith From: David

[dpdk-dev] [PATCH] config: disable enic driver on Power

2014-11-27 Thread David Marchand
Hello Sujith, Please can you have a look at this in your enic driver ? I find it weird to use these types while we could use types such as uint8_t etc... Thanks. -- David Marchand On Thu, Nov 27, 2014 at 12:42 PM, David Marchand wrote: > enic driver is giving trouble because of