On Tue, Feb 4, 2020 at 1:47 PM Thomas Monjalon <tho...@monjalon.net> wrote: > > 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 > > > Hi Thomas,
Thanks, I will give it a try. William