From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tapio Tallgren Subject: Newbie question: compiling virtio-net-pmd v1.2 fails with dpdk 1.7 on a VM Date: Thu, 20 Nov 2014 09:14:35 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 To: dev-VfR2kkLFssw@public.gmane.org Return-path: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" 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