DPDK patches and discussions
 help / color / mirror / Atom feed
From: Bruce Richardson <bruce.richardson@intel.com>
To: Eldho Paul Mathew <eldho789@gmail.com>
Cc: <dev@dpdk.org>
Subject: Re: Migrate DPDK 18.05.1 -> DPDK 24.11.1 LTS
Date: Mon, 31 Mar 2025 10:08:24 +0100	[thread overview]
Message-ID: <Z-pbiOzSc3-mngxv@bricha3-mobl1.ger.corp.intel.com> (raw)
In-Reply-To: <CAOFFPTpNTn7=y91beCJ+hvf+q-sR5xr3OUhkEa7wgcYNT7zyXQ@mail.gmail.com>

On Fri, Mar 28, 2025 at 07:18:18PM +0530, Eldho Paul Mathew wrote:
>    Hi,
>    In the 24.11.1 build, I have specific questions
>    1) I need the DPDK output in static lib format. How can I switch off
>    the shared lib build?

Hi,

Both static and shared libraries are built, you do not need to disable
shared libraries in order to use the static libs. To get the appropriate
linker flags you can use the pkgconfig .pc files output from the DPDK
build, or installed when you do a "ninja install". For static linkage:

"pkg-config --libs --static libdpdk"

For a not-installed build, you can use the same command, just set
PKG_CONFIG_PATH to "<builddir>/meson-private" so the .pc files can be
found.

>    2) I need to build librte_kni. a - Is this module deprecated in DPDK
>    24.11.1

yes. Recommend to use an in-kernel alternative, such as TAP or
virtio-vhost.

>    3) How can I enable librte_pmd_* modules? In the driver/net folder,
>    many pmd are available, but none of them are built in the default ninja
>    build.?
>    How to enable this?

All buildable drivers are built by default. You will find them in the
<builddir>/drivers folder. NOTE: the names may have changed in some cases,
e.g. network drivers are now named with "librte_net_*" rather than
"librte_pmd_*", since all drivers in DPDK are of "pmd" type.

>    I used the build steps listed below
>    cd dpdk
>     meson build
>     ninja -C build
>    Will you please help?

/Bruce

      reply	other threads:[~2025-03-31  9:08 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-03-28 13:48 Eldho Paul Mathew
2025-03-31  9:08 ` Bruce Richardson [this message]

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=Z-pbiOzSc3-mngxv@bricha3-mobl1.ger.corp.intel.com \
    --to=bruce.richardson@intel.com \
    --cc=dev@dpdk.org \
    --cc=eldho789@gmail.com \
    /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).