* How to build bnxt pdm driver and static driver libraries?
@ 2024-09-11 17:09 David Aldrich
2024-09-12 6:50 ` David Marchand
0 siblings, 1 reply; 2+ messages in thread
From: David Aldrich @ 2024-09-11 17:09 UTC (permalink / raw)
To: users
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
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: How to build bnxt pdm driver and static driver libraries?
2024-09-11 17:09 How to build bnxt pdm driver and static driver libraries? David Aldrich
@ 2024-09-12 6:50 ` David Marchand
0 siblings, 0 replies; 2+ messages in thread
From: David Marchand @ 2024-09-12 6:50 UTC (permalink / raw)
To: David Aldrich; +Cc: users
Hello,
On Wed, Sep 11, 2024 at 7:09 PM David Aldrich
<david.aldrich.ntml@gmail.com> wrote:
> 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
The drivers got renamed as librte_net_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.
--
David Marchand
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-09-12 6:50 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-09-11 17:09 How to build bnxt pdm driver and static driver libraries? David Aldrich
2024-09-12 6:50 ` David Marchand
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).