From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga103.fm.intel.com with ESMTP; 02 Nov 2016 09:30:50 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,583,1473145200"; d="scan'208";a="26657360" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.57]) ([10.237.220.57]) by fmsmga005.fm.intel.com with ESMTP; 02 Nov 2016 09:30:49 -0700 To: martin_curran-gray@keysight.com, dev@dpdk.org References: <22C95CA62CBADB498D32A348F0F073BC269617BF@wcosexch02k.cos.is.keysight.com> From: Ferruh Yigit Message-ID: <1b6c6350-3ba3-e9c5-d61f-df148c08793c@intel.com> Date: Wed, 2 Nov 2016 16:30:48 +0000 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <22C95CA62CBADB498D32A348F0F073BC269617BF@wcosexch02k.cos.is.keysight.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-dev] [PATCH] igb_uio: fix build with backported kernel X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Nov 2016 16:30:51 -0000 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 >