From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 495B5A0535; Tue, 4 Feb 2020 22:47:39 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 28D261C1EC; Tue, 4 Feb 2020 22:47:39 +0100 (CET) Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) by dpdk.org (Postfix) with ESMTP id E79371C11D for ; Tue, 4 Feb 2020 22:47:37 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 6F3D221F34; Tue, 4 Feb 2020 16:47:37 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Tue, 04 Feb 2020 16:47:37 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=WK1r+t/DzdmfRfgwvXiSTyCLOXRwqGAtEBK1z86ztlc=; b=ftCAP7KddypC +dyZABmslLSJkbyfDuQxFgBm4DdhJoZoGiycn2GegeafZZGFQqJDu9H8UAAKRoi8 sZx09MRkzoQnto6LS9DcU7yoJgKcUHZxHhiUJAVZx0AQDISy1PLkwXqpoqMVyMUy 3cKtO6VexB1+4AC9RbynrkNwHDkRPr4= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm1; bh=WK1r+t/DzdmfRfgwvXiSTyCLOXRwqGAtEBK1z86zt lc=; b=wsExZ+knq4kteu3gYe11cGbS0IAps+mXp5hk/qhxg9PTpdeCTIwHhR5Za x0fc17Sqp4CSnv4w4JXxaj/zSzZZektkZm/dGpcLbKwNVwZdE2XVwfyABnEdfDMe u2VVRrj2J70XCUPM1T3/9UAarZ+KFVWTr1gmlVZ0wE6hlsLxOBdsDA/zguJU7hdp YfVhG7Dvp1cSlZ3Xza3awwtio8ymdQKtWijkV8MAp8xVSF0yZ2OID+s2DsK3xERn CsrnFABtVzH9kcKCjk4SfbAdefccP8OBq16kbfYkNORAWY6UtJltSukIgKAAB4DG L5xr9qZjH31xYELg1kBEjjkqtbKBA== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedugedrgeelgddugeelucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecuff homhgrihhnpeguphgukhdrohhrghenucfkphepjeejrddufeegrddvtdefrddukeegnecu vehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehmrghilhhfrhhomhepthhhohhmrg hssehmohhnjhgrlhhonhdrnhgvth X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 8E2C23280062; Tue, 4 Feb 2020 16:47:36 -0500 (EST) From: Thomas Monjalon To: William Tu Cc: dev@dpdk.org, Dmitry Kozliuk Date: Tue, 04 Feb 2020 22:47:34 +0100 Message-ID: <2399826.Lt9SDvczpP@xps> In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] How to compile and run l2fwd/l3fwd on DPDK windows? 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 04/02/2020 22:25, William Tu: > Hi, > > I'm able to follow the doc to run helloworld example > https://doc.dpdk.org/guides/windows_gsg/build_dpdk.html#build-the-code > > I'm thinking about running l2fwd on my x710 card. > Is there any step-by-step document to follow? > > So far I'm not able to compile the l3fwd and l2fwd. > meson fails for l3fwd: > c:\dpdk>meson --reconfigure -Dexamples=l3fwd build > The Meson build system > examples\meson.build:93:4: ERROR: Problem encountered: Missing > dependency "hash" for example "l3fwd" Windows support is in very early stage. A draft repository has more support: http://git.dpdk.org/draft/dpdk-draft-windows/?h=windpdk-v18.08-clang