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 bnxt pdm driver and static driver libraries?
Date: Wed, 11 Sep 2024 18:09:05 +0100	[thread overview]
Message-ID: <CAJK_ieg15eB9pg8xim23SGn=J3BHKJQPnE1kuaMx8XFCu7MK4w@mail.gmail.com> (raw)

Hi

As mentioned earlier today, I am trying to build dpdk v.20.11.10. I
now build with:

$ sudo meson -Dexamples=all -Dprefix="/"
-Ddisable_drivers=common/mvep,common/mlx5,net/mvneta,net/mvpp2,net/nfb,net/mlx4,net/mlx5,\
crypto/qat,crypto/aesni_gcm,crypto/aesni_mb,crypto/armv8,crypto/ccp,crypto/kasumi,crypto/mvsam,crypto/openssl,\
crypto/snow3g,crypto/zuc,compress/isal,regex/mlx5,vdpa/mlx5,net/pcap,net/szedata2,raw/ifpga,net/af_xdp,net/ipn3ke
build
$ cd build
$ sudo ninja
$ sudo meson install --destdir=../x86_64-native-linux-gcc

Many pmd drivers appear in:

x86_64-native-linux-gcc/lib/x86_64-linux-gnu/dpdk/pmds-21.0/

but my application needs:

librte_pmd_bnxt.a

and that is not built.

Actually, I have two problems: librte_pmd_bnxt.a and
librte_pmd_bnxt.so are both missing, and the pmd libraries that are
generated are only present as shared libraries - I need static
libraries.

Any advice please?

Best regards
David

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

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-11 17:09 David Aldrich [this message]
2024-09-12  6:50 ` David Marchand

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_ieg15eB9pg8xim23SGn=J3BHKJQPnE1kuaMx8XFCu7MK4w@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).