From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH] igb_uio: fix build with backported kernel Date: Wed, 2 Nov 2016 16:30:48 +0000 Message-ID: <1b6c6350-3ba3-e9c5-d61f-df148c08793c@intel.com> References: <22C95CA62CBADB498D32A348F0F073BC269617BF@wcosexch02k.cos.is.keysight.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit To: martin_curran-gray@keysight.com, dev@dpdk.org Return-path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id DFACE11D9 for ; Wed, 2 Nov 2016 17:30:50 +0100 (CET) In-Reply-To: <22C95CA62CBADB498D32A348F0F073BC269617BF@wcosexch02k.cos.is.keysight.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 11/2/2016 4:19 PM, martin_curran-gray@keysight.com wrote: > Hi , > > Sorry, struggling to see what happened to this thread > > I managed to get dpdk 2.2.0 to build on CentOs 6.8 by sorting the MSIX_ENTRY_CTRL_MASKBIT > > But I'm trying to get 16.7 to run on 6.8, and am hitting the vlan_tx_tag_present(_skb) > > I tried just putting a bare > #define vlan_tx_tag_present(_skb) 0 > line in the two kcompat.h files > one for igb and one for ixgbe > > but I'm hitting other issues now. > > /root/mcgray/dpdk-16.07/x86_64-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/kni/kni_misc.c:441:20: error: macro "alloc_netdev" passed 4 arguments, but takes just 3 > > I had already turned of KNI in my config file, so why is the dpdk-setup.sh even trying to build this stuff?? I guess it is not disabled properly. How are you disabling KNI? > > I don't need KNI as far as I know > > I saw mention of backported kernel? > > I guess my 16.7 is a few months old now, if I go and get another download will this all just go away? > > Thanks > > Sry, this stuff all a bit beyond my experience so far. > > > > Martin Curran-Gray >