From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from cos-us-iron02k.cos.keysight.com (cos-us-iron02k.cos.keysight.com [192.25.5.36]) by dpdk.org (Postfix) with ESMTP id 368062B98 for ; Wed, 2 Nov 2016 17:40:37 +0100 (CET) X-IPAS-Result: =?us-ascii?q?A2AcAgAIFhpYfRQYjJxdHAEBBAEBCgEBgywBAQEBAXd8BwG?= =?us-ascii?q?NL5cBkjiCD4IHIIYCAoJiFAECAQEBAQEBARMBARYvMIRhAQEBAQIBOksEAgEIE?= =?us-ascii?q?QQBAQEKFAkHMhQJCAIEARIIiEYIuiYBAQEBAQEBAQIBAQEBAQEBAQEBARyLEoR?= =?us-ascii?q?Jgy+CLwWUP4VehjOaEEmMT4QEHlqFWnKHUAGBCwEBAQ?= X-IronPort-AV: E=Sophos;i="5.31,583,1473141600"; d="scan'208";a="40500098" Received: from wcosexch01k.cos.is.keysight.com (HELO 2k10hubs.keysight.com) ([156.140.24.20]) by cos-us-iron02k.cos.keysight.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 02 Nov 2016 10:40:36 -0600 Received: from wcosexch02k.cos.is.keysight.com ([169.254.2.101]) by wcosexch01k.cos.is.keysight.com ([156.140.24.20]) with mapi id 14.03.0279.002; Wed, 2 Nov 2016 10:40:35 -0600 From: To: , Thread-Topic: [dpdk-dev] [PATCH] igb_uio: fix build with backported kernel Thread-Index: AQHSNSZ5ofetb7KCMkmTrMU7BMDyNaDF4+5g Date: Wed, 2 Nov 2016 16:40:35 +0000 Message-ID: <22C95CA62CBADB498D32A348F0F073BC269617F2@wcosexch02k.cos.is.keysight.com> References: <22C95CA62CBADB498D32A348F0F073BC269617BF@wcosexch02k.cos.is.keysight.com> <1b6c6350-3ba3-e9c5-d61f-df148c08793c@intel.com> In-Reply-To: <1b6c6350-3ba3-e9c5-d61f-df148c08793c@intel.com> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [156.140.13.71] x-tm-as-product-ver: SMEX-12.0.0.1220-8.000.1202-22674.006 x-tm-as-result: No--42.379800-8.000000-31 x-tm-as-matchedid: 147014-150567-701625-704425-700685-700648-701298-700107-1 39006-711994-106660-705178-703523-700075-139010-700949-706891-701627-862883 -711664-707395-113289-701588-709009-705754-701914-704921-148004-148133-2004 3-42000-42003 x-tm-as-user-approved-sender: No x-tm-as-user-blocked-sender: No Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 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:40:38 -0000 Hi, I set=20 CONFIG_RTE_LIBRTE_KNI=3Dn In common_linux_app Hmmm I didn't set=20 CONFIG_RTE_KNI_KMOD=3Dn It was a y Lets see Ah success Thanks! M. -----Original Message----- From: Ferruh Yigit [mailto:ferruh.yigit@intel.com]=20 Sent: 02 November 2016 16:31 To: CURRAN-GRAY,MARTIN (K-Scotland,ex1) ; = dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH] igb_uio: fix build with backported kernel On 11/2/2016 4:19 PM, martin_curran-gray@keysight.com wrote: > Hi , >=20 > Sorry, struggling to see what happened to this thread >=20 > I managed to get dpdk 2.2.0 to build on CentOs 6.8 by sorting the MSIX_EN= TRY_CTRL_MASKBIT >=20 > But I'm trying to get 16.7 to run on 6.8, and am hitting the vlan_tx_ta= g_present(_skb) >=20 > 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 >=20 > but I'm hitting other issues now. >=20 > /root/mcgray/dpdk-16.07/x86_64-native-linuxapp-gcc/build/lib/librte_eal/l= inuxapp/kni/kni_misc.c:441:20: error: macro "alloc_netdev" passed 4 argumen= ts, but takes just 3 >=20 > I had already turned of KNI in my config file, so why is the dpdk-setup.s= h even trying to build this stuff?? I guess it is not disabled properly. How are you disabling KNI? >=20 > I don't need KNI as far as I know >=20 > I saw mention of backported kernel? >=20 > I guess my 16.7 is a few months old now, if I go and get another download= will this all just go away? >=20 > Thanks >=20 > Sry, this stuff all a bit beyond my experience so far. >=20 >=20 >=20 > Martin Curran-Gray >=20