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 7AD312952 for ; Wed, 2 Nov 2016 17:19:51 +0100 (CET) X-IPAS-Result: =?us-ascii?q?A2AxAgAvERpYfRQYjJxdHQEFAQsBgnM5AQEBAQF3fAcBjS+?= =?us-ascii?q?pOYIPggcghgICgmIUAQIBAQEBAQEBEwEBFi8whGIDAy1eAQgiViYBBBuITp0qn?= =?us-ascii?q?HcMASSLEoRJSoJlgi8Fmh2GM5oQSZBTHoY0codQAYELAQEB?= X-IronPort-AV: E=Sophos;i="5.31,583,1473141600"; d="scan'208,217";a="40498886" 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:19:49 -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:19:49 -0600 From: To: Thread-Topic: Re: [dpdk-dev] [PATCH] igb_uio: fix build with backported kernel Thread-Index: AdI1I/qw67o5hLEgQFCsgYCeuqiUdw== Date: Wed, 2 Nov 2016 16:19:48 +0000 Message-ID: <22C95CA62CBADB498D32A348F0F073BC269617BF@wcosexch02k.cos.is.keysight.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--47.063800-8.000000-31 x-tm-as-matchedid: 147014-150567-139704-113220-708196-111604-700362-705718-7 00345-701796-701827-700264-702497-700450-700537-700732-701306-709859-111605 -700074-303242-188124-700949-701627-862883-711664-707395-113289-701588-7035 23-705754-701914-700107-704921-188093-148004-148050-42000 x-tm-as-user-approved-sender: No x-tm-as-user-blocked-sender: No MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.15 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:19:52 -0000 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_ENTR= Y_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/lin= uxapp/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 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 w= ill this all just go away? Thanks Sry, this stuff all a bit beyond my experience so far. Martin Curran-Gray