From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr0-f173.google.com (mail-wr0-f173.google.com [209.85.128.173]) by dpdk.org (Postfix) with ESMTP id B5D09326C for ; Tue, 4 Apr 2017 09:13:39 +0200 (CEST) Received: by mail-wr0-f173.google.com with SMTP id k6so195926480wre.2 for ; Tue, 04 Apr 2017 00:13:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:user-agent:in-reply-to :references:mime-version:content-transfer-encoding; bh=Fg0zyHfGdZsl7ndTnqxCVe2XOFTfpeRj1qK8JUzjI30=; b=DGhagTGdLp1wwmKJvVwYNgo2eDt3Th1LtNSPM/1+B1gQX0+wtI/ZiEUM+2HhbSk4R9 P2zJubsC4pfWe99n4mhwXc60VGE2L0wzkHYGzi8kBqJzS0RwB7MKN7i7eHbwgOAK++S3 XE4T2hOdtUYWx77UzGt3ysR1mm2v7nRIL6gxOo/7rYqpj2Jzqsz5uVxINWOcsluwqkgU a/LHen5idQ/yZbD1AhcX0vbT0/Iy7VQPSwumb8ZN06faj+2ymag7IkBeE8kavGVOUERG 8wRfSkCDABz3z6Dios5Ivwfc9v4+yW7Ve5BY9n/4wMeQBHJ/uDjXF9dh9LM6XMlB16n0 Y6UQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:user-agent :in-reply-to:references:mime-version:content-transfer-encoding; bh=Fg0zyHfGdZsl7ndTnqxCVe2XOFTfpeRj1qK8JUzjI30=; b=im0Xio5oII9vHoYpVj4TkzhmqEXWBzZnuUhyFW8jIwtcHqsvMZpIalR502ZB88SJjn nBy/mGSrZRALicZqZ3/UKLUBggLHF4aVuJg3ItVnKg0P2EoERmJIvFqwNFk9L5sUHf6G iiLfdFcEhbV/js712vznZaKqmwnQuwmlTv6gGuIiiEUBDxn0+nXg8ZfoG1Fw2lcAzu/Y sDkpPiXFAAz254Cj4FoXJq+cGgVw5GbTT3BiTxSFb01n19vEZsm58pRsBwEL6avd3yIC tsvp2HyC5btL6IWQtSpPQOChxMN94jXAtoMncTTEY0Q0+BFfigsGiofYFXknVntRtVcN Iqng== X-Gm-Message-State: AFeK/H3r0J/KJSDAopj0btxCdKplJUMvtEgQZt4B+2mc7Tjx0oYeI/te1Ik3aHEVyGTegdYJ X-Received: by 10.28.107.13 with SMTP id g13mr13070094wmc.117.1491290019447; Tue, 04 Apr 2017 00:13:39 -0700 (PDT) Received: from xps13.localnet (184.203.134.77.rev.sfr.net. [77.134.203.184]) by smtp.gmail.com with ESMTPSA id 43sm4724948wry.64.2017.04.04.00.13.38 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 04 Apr 2017 00:13:38 -0700 (PDT) From: Thomas Monjalon To: Jerin Jacob , bruce.richardson@intel.com Cc: dev@dpdk.org Date: Tue, 04 Apr 2017 09:13:38 +0200 Message-ID: <2321125.qHUxsz960x@xps13> User-Agent: KMail/4.14.10 (Linux/4.5.4-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <20170403114406.45dhs7l3mk25gnax@localhost.localdomain> References: <20170403114406.45dhs7l3mk25gnax@localhost.localdomain> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] dpdk-next-eventdev git pull request for RC1 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Apr 2017 07:13:40 -0000 Hi, When trying to pull the tree, the compilation failed at the third patch: eventdev: implement the northbound APIs When building for x86_64: In file included from lib/librte_eventdev/rte_eventdev.c:61: lib/librte_eventdev/rte_eventdev.h:248:10: fatal error: 'rte_mbuf.h' file not found Please, anyone to fix and check compilation on this tree?