DPDK usage discussions
 help / color / mirror / Atom feed
From: Nishant Verma <vnish11@gmail.com>
To: USERS <users@dpdk.org>
Subject: Problems with APP linking with DPDK 21.08 ... LIBRTE_NET_BOND
Date: Thu, 21 Oct 2021 09:47:22 -0400	[thread overview]
Message-ID: <CAHhCjUGik8Q3RYE+OzM0M0M_eQQ7e6WQPZbP8bb9cuvw6wMj8g@mail.gmail.com> (raw)

Hi,

I am using DPDK 21.08 and am stuck with these linking errors.

../lib64/librte_net_bond.a(net_bonding_rte_eth_bond_pmd.c.o): In function
`vdrvinitfn_pmd_bond_drv':

rte_eth_bond_pmd.c:(.text.startup+0x1e): undefined reference to
`rte_vdev_register'

../lib64/librte_net_bond.a(net_bonding_rte_eth_bond_api.c.o): In function
`rte_eth_bond_create':

rte_eth_bond_api.c:(.text+0x11a8): undefined reference to `rte_vdev_init'

../lib64/librte_net_bond.a(net_bonding_rte_eth_bond_api.c.o): In function
`rte_eth_bond_free':

rte_eth_bond_api.c:(.text+0x1231): undefined reference to `rte_vdev_uninit'

collect2: error: ld returned 1 exit status



Any pointer because testpmd is compiling fine. It is just my app that is
giving me this issue.

Thanks.

NV
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mails.dpdk.org/archives/users/attachments/20211021/caf95c3e/attachment.htm>

             reply	other threads:[~2021-10-21 13:47 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-21 13:47 Nishant Verma [this message]
2021-10-21 14:48 ` Nishant Verma

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=CAHhCjUGik8Q3RYE+OzM0M0M_eQQ7e6WQPZbP8bb9cuvw6wMj8g@mail.gmail.com \
    --to=vnish11@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).