From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] enicpmd: compilation error during inclusion of vfio.h Date: Thu, 27 Nov 2014 19:01:58 +0100 Message-ID: <2232586.GRrg2Bq1yj@xps13> References: <1417108480-28341-1-git-send-email-ssujith@cisco.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev-VfR2kkLFssw@public.gmane.org To: Sujith Sankar Return-path: In-Reply-To: <1417108480-28341-1-git-send-email-ssujith-FYB4Gu1CFyUAvxtiuMwx3w@public.gmane.org> 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" 2014-11-27 22:44, Sujith Sankar: > Inclusion of vfio.h was giving compilation errors if kernel version is less > than 3.6.0 and if RTE_EAL_VFIO was on in config. > > Replaced inclusion of vfio.h with eal_vfio.h and replaced RTE_EAL_VFIO with > VFIO_PRESENT in enicpmd code. You should add Reported-by: Pawel Wodkowski > Signed-off-by: Sujith Sankar [...] > CFLAGS += -I$(RTE_SDK)/lib/librte_hash/ -I$(RTE_SDK)/lib/librte_pmd_enic/vnic/ > CFLAGS += -I$(RTE_SDK)/lib/librte_pmd_enic/ > +CFLAGS += -I$(RTE_SDK)/lib/librte_eal/linuxapp/eal/ > CFLAGS += -O3 -Wno-deprecated I think -I$(RTE_SDK)/lib/librte_hash/ and -I$(RTE_SDK)/lib/librte_eal/linuxapp/eal/ are not needed. I'll fix it if you confirm. -- Thomas