From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Sujith Sankar (ssujith)" Subject: Re: [PATCH] config: disable enic driver on Power Date: Thu, 27 Nov 2014 14:52:51 +0000 Message-ID: References: <1417088558-13055-1-git-send-email-david.marchand@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: quoted-printable Cc: "dev-VfR2kkLFssw@public.gmane.org" To: David Marchand Return-path: In-Reply-To: Content-Language: en-US List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" 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 V= IC cards are shipped only with them) and they are all x86_64. So you coul= d turn it off for all the other architectures. Thanks, -Sujith From: David Marchand > Date: Thursday, 27 November 2014 5:14 pm To: "Sujith Sankar (ssujith)" > Cc: Chao Zhu = >, "dev-VfR2kkLFssw@public.gmane.org" > Subject: Re: [PATCH] config: disable enic driver on Power 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 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 =91u_int32= _t=92 static inline u_int32_t ioread32(volatile void *addr) ^ Disable it on Power for now. Signed-off-by: David Marchand > --- config/defconfig_ppc_64-power8-linuxapp-gcc | 1 + 1 file changed, 1 insertion(+) diff --git a/config/defconfig_ppc_64-power8-linuxapp-gcc b/config/defconfig= _ppc_64-power8-linuxapp-gcc index cefb3be..48018c3 100644 --- a/config/defconfig_ppc_64-power8-linuxapp-gcc +++ b/config/defconfig_ppc_64-power8-linuxapp-gcc @@ -52,6 +52,7 @@ CONFIG_RTE_LIBRTE_I40E_PMD=3Dn CONFIG_RTE_LIBRTE_VIRTIO_PMD=3Dn CONFIG_RTE_LIBRTE_VMXNET3_PMD=3Dn CONFIG_RTE_LIBRTE_PMD_BOND=3Dn +CONFIG_RTE_LIBRTE_ENIC_PMD=3Dn # This following libraries are not available on Power. So they're turned o= ff. CONFIG_RTE_LIBRTE_LPM=3Dn -- 1.7.10.4