From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ig0-f172.google.com (mail-ig0-f172.google.com [209.85.213.172]) by dpdk.org (Postfix) with ESMTP id E46B16880 for ; Thu, 20 Nov 2014 08:04:27 +0100 (CET) Received: by mail-ig0-f172.google.com with SMTP id hl2so4290941igb.5 for ; Wed, 19 Nov 2014 23:14:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:from:date:message-id:subject:to:content-type; bh=I4Ox81ee6NVqpKKIt5pdIu7zM3csVqsy5r9ABRcrFa8=; b=eE2t982T+ZrYCOyzAVihmzITgPAqEQ/Y5pX0GI4YyHR6HdAPkdBR/62qhUQoQQrOdy 5IK9ucxoOERWImF9zxw+uCZN1oFNOKoy+7CLjW/2gl/NId5M2+WdED6QHC8k9my2zfxh zsLFT4iDF+2mpyOSX6D2VYdzaRfCtro/noMIlDvPFsds/+MjMsl71d6ewwrLBSPsk45e KJ6JmhJYL+nVi0zWm+pgXelbr9Z0G+q0i3tWkRbbTZzRl0xwTzA0veishE17fEtV7GRN Zbu/vPRknh7r3qYdy5EkTNgDLp18K1Cn6cRc6InlZJfMvjAPHI02tH7fDWJKsAusxorv X/sQ== X-Received: by 10.50.93.98 with SMTP id ct2mr7801982igb.47.1416467696122; Wed, 19 Nov 2014 23:14:56 -0800 (PST) MIME-Version: 1.0 Sender: tapiotallgren@gmail.com Received: by 10.50.240.133 with HTTP; Wed, 19 Nov 2014 23:14:35 -0800 (PST) From: Tapio Tallgren Date: Thu, 20 Nov 2014 09:14:35 +0200 X-Google-Sender-Auth: URHxg4zR_HpPJMM9eSUfwHtP9mk 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] Newbie question: compiling virtio-net-pmd v1.2 fails with dpdk 1.7 on a VM 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: Thu, 20 Nov 2014 07:04:28 -0000 Hi, I am probably doing something obviously wrong but I cannot figure it out right now.. I have dpdk version 1.7.1 installed and compiled (from the git repository) and virtio-net-pmd driver version v1.2 from git.dpdk.org. When I try to compile virtio-net-pmd with make RTE_INCLUDE=../dpdk/build/include I get errors like this: virtio_user.c: In function rte_rmxbuf_alloc: virtio_user.c:208:44: error: macro "__rte_mbuf_sanity_check" passed 3 arguments, but takes just 2 Looks like a version conflict? Dpdk 1.7 should support virtio-pmd so what am I doing wrong? -- -Tapio