DPDK usage discussions
 help / color / mirror / Atom feed
From: David Aldrich <david.aldrich.ntml@gmail.com>
To: users <users@dpdk.org>
Subject: How to build DPDK without usertools/dpdk-setup.sh?
Date: Wed, 11 Sep 2024 14:39:07 +0100	[thread overview]
Message-ID: <CAJK_iei9YP4=A6W-O+DF7kk358_m5KEoFTd_GpHDZx+4rMY3Lw@mail.gmail.com> (raw)

Hi

With dpdk v.19.11.14 I built dpdk for target 'x86_64-native-linux-gcc'
using usertools/dpdk-setup.sh (option 44).

The resulting directory structure included:

$ ls dpdk-stable-19.11.14/x86_64-native-linux-gcc
app  build  include  kmod  lib  Makefile

I am now moving to dpdk v.20.11.10 in which usertools/dpdk-setup.sh is
deprecated. I build with:

$ meson -Dexamples=all build
$ cd build
$ ninja

which results in:

$ ls build
app          buildtools             config  drivers   lib
meson-logs     meson-uninstalled   usertools
build.ninja  compile_commands.json  doc     examples  meson-info
meson-private  rte_build_config.h

which is quite different to the v.19 build. For example, there is now
no 'include' directory.

I don't want to 'install' because I am experimenting with different
dpdk versions.

Is it possible to produce a target directory in v.20.11.10 similar to
that of dpdk-stable-19.11.14/x86_64-native-linux-gcc?

Best regards
David

             reply	other threads:[~2024-09-11 13:39 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-11 13:39 David Aldrich [this message]
2024-09-11 15:52 ` David Marchand
2024-09-11 15:59   ` David Aldrich
2024-09-11 16:11   ` Richardson, Bruce
2024-09-11 17:01     ` David Aldrich

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAJK_iei9YP4=A6W-O+DF7kk358_m5KEoFTd_GpHDZx+4rMY3Lw@mail.gmail.com' \
    --to=david.aldrich.ntml@gmail.com \
    --cc=users@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).