From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f48.google.com (mail-wm0-f48.google.com [74.125.82.48]) by dpdk.org (Postfix) with ESMTP id 0454E2C6E for ; Wed, 5 Apr 2017 10:04:56 +0200 (CEST) Received: by mail-wm0-f48.google.com with SMTP id o81so43275427wmb.1 for ; Wed, 05 Apr 2017 01:04:56 -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=Ra5tStBF+M4sSMPgP0S2u1N66RCvRy9ma/qQOzEHGYA=; b=L5PBixmH6H/8EadMWt6C4DLrgJsBdqCK3ZFxeKUMcVR1qfQ90iy1SidO9XJWnWv9am pFIaru0gZestN7twM78iJ/QW9kOv7EDuldvShLtTGVXFcrFSy5FM+2Tq8HtG77agJcBc G8sw+vz9Q0bqyFFGfpSFOlRhkmT16oYHYz6Wh26oUbIYPujjWs+lFJO/l9Wh+XgIm11y Yv+oSeCaoR/rMCOZQJrNroYPVeSgYT42GID6+mWbkL2EltO833NKLDU8FjKWJX9g3rpa seF1jXN8zoMJ9VRevFAbLX1SAWpNQr5abfJm4LJG6+Zn6/82S99Xwie8sHkhuXMxPZQh 6TyA== 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=Ra5tStBF+M4sSMPgP0S2u1N66RCvRy9ma/qQOzEHGYA=; b=JD4qSbXHI5v+Cvcgoc3qhimJK7o6PdrLDY5gw0deoHHuLZRtEbB9+47wT01RwtqDTC Zryn4pRvgnoi86s1783RLHACjjFyVyZ1E1yIvuRFvQm9sN02lPk5i3MawAfp/msyTYBZ C2ma438qWYIQ/qcV6iuyj+kvhi61l4gu6THHtSoYPVco6dkvCc6wKLrRGZTx+Khf0lIQ dOsz/zzaZacK31EmFAregAO+aDSNhqGVW2OwEtD3bP3nSG5vMqRKsxipYU4mKaLhrywV JnpQxKyh7qBQ1/pwPvGROrNmERhIdofoGHpreuxEy3BY8lzpwNdpigJxytecUl1ZvyjG opiw== X-Gm-Message-State: AFeK/H12+QFXSbgV/UZEMr850J3WVaQDjstRUTz9LlVIYBiOlWjaVZI4 alWkuDonePhpg3YNlTA= X-Received: by 10.28.8.83 with SMTP id 80mr7546377wmi.23.1491379496756; Wed, 05 Apr 2017 01:04:56 -0700 (PDT) Received: from xps13.localnet (184.203.134.77.rev.sfr.net. [77.134.203.184]) by smtp.gmail.com with ESMTPSA id j32sm25076861wre.7.2017.04.05.01.04.55 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 05 Apr 2017 01:04:56 -0700 (PDT) From: Thomas Monjalon To: Jerin Jacob Cc: bruce.richardson@intel.com, dev@dpdk.org Date: Wed, 05 Apr 2017 10:04:55 +0200 Message-ID: <1785012.N3yeOaSWHM@xps13> User-Agent: KMail/4.14.10 (Linux/4.5.4-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <20170404102449.GA17668@jerin> References: <20170403114406.45dhs7l3mk25gnax@localhost.localdomain> <2321125.qHUxsz960x@xps13> <20170404102449.GA17668@jerin> 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: Wed, 05 Apr 2017 08:04:57 -0000 2017-04-04 15:54, Jerin Jacob: > On 17-04-04 09:13:38, Thomas Monjalon wrote: > > 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? > > Fixed and rebased to > dd18a2f0b vfio: fix secondary process start Pulled, thanks and congratulations for the first merge of eventdev tree :)