From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-oi0-f52.google.com (mail-oi0-f52.google.com [209.85.218.52]) by dpdk.org (Postfix) with ESMTP id 3199B3F9 for ; Tue, 16 Dec 2014 16:13:03 +0100 (CET) Received: by mail-oi0-f52.google.com with SMTP id h136so9629036oig.39 for ; Tue, 16 Dec 2014 07:13:02 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:mime-version:thread-index:date:message-id :subject:to:content-type; bh=zobuAYcoT/3tB9KJWGvZwhWtxvI7RaakXhCJGxxwySE=; b=i0T2u4OfUMEmwFMFBTgy6UTf8L3D63Ih2CQezgOSZFFKA7E7RbrLLSlVs1Y7/pQ9LM RxcbZwmbiTYPb/8/WgQpKDc4Kr1zc5L+Osg59uVomXFmpiGZHMHuSzkUvWeW3OJFrl4Y koSl2cYEclOCy1iWIdOh38Usl27JotEuyogvVlLL+oC0eTegQKlAJQdLutU7V4kKD/el nd9ZuHepi53fVejOpz8+0Ws6klvUZ+jBR5eST89ZWCj03yCJ6gqBOGYWkPOmRujAYAtB k+1MLe0UWN0GXgHnStMtoCYLcxDaZ+Cikd74SZ/YNM/ZvNItMxZUyz3fjrGet9ievk+h auuw== X-Gm-Message-State: ALoCoQm+0HhuqnZ4Js+t/54ywp6wuXa4IUvaHkW5gttJxnQSYzT4vPdjY1ev4+p/j1YB2YrPdHXk X-Received: by 10.182.246.68 with SMTP id xu4mr1259713obc.59.1418742782584; Tue, 16 Dec 2014 07:13:02 -0800 (PST) From: Barak Enat MIME-Version: 1.0 X-Mailer: Microsoft Outlook 15.0 Thread-Index: AdAZQmXXoZ5xTx1+STygIvMjCfePTA== Date: Tue, 16 Dec 2014 17:12:58 +0200 Message-ID: To: dev@dpdk.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: [dpdk-dev] Building 1.7.1 or 1.8.0-rc4 on latest CentOS 6.6 fails 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: Tue, 16 Dec 2014 15:13:03 -0000 Hi When building 1.7.1 or 1.8.0-rc4 on recent CentOS 6 (6.6) I got this error: In file included from /home/makerpm/rpmbuild/BUILD/dpdk-1.8.0/lib/librte_eal/linuxapp/kni/ethtool/igb/e1000_osdep.h:41, from /home/makerpm/rpmbuild/BUILD/dpdk-1.8.0/lib/librte_eal/linuxapp/kni/ethtool/igb/e1000_hw.h:31, from /home/makerpm/rpmbuild/BUILD/dpdk-1.8.0/lib/librte_eal/linuxapp/kni/ethtool/igb/e1000_api.h:31, from /home/makerpm/rpmbuild/BUILD/dpdk-1.8.0/x86_64-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/kni/e1000_82575.c:38: /home/makerpm/rpmbuild/BUILD/dpdk-1.8.0/lib/librte_eal/linuxapp/kni/ethtool/igb/kcompat.h:3870: error: conflicting types for 'skb_set_hash' include/linux/skbuff.h:620: note: previous definition of 'skb_set_hash' was here make[8]: *** [/home/makerpm/rpmbuild/BUILD/dpdk-1.8.0/x86_64-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/kni/e1000_82575.o] Error 1 It seems the assumption that skb_set_hash is missing in CentOS prior to version 7 is not valid anymore. Didn't see a fix of it in trunk or in the patches. Thanks, Barak