DPDK usage discussions
 help / color / mirror / Atom feed
From: "Chautru, Nicolas" <nicolas.chautru@intel.com>
To: "Thomas Monjalon" <thomas@monjalon.net>,
	"Ginés García Avilés" <gines.garcia@i2cat.net>
Cc: "users@dpdk.org" <users@dpdk.org>
Subject: RE: [dpdk-users] SW Turbo Poll Mode Driver
Date: Mon, 4 Oct 2021 21:05:09 +0000	[thread overview]
Message-ID: <BY5PR11MB4451DD3903411397FCB7C977F8AE9@BY5PR11MB4451.namprd11.prod.outlook.com> (raw)
In-Reply-To: <2000939.xljJK12xEY@thomas>

Hi Gines, 
The only thing is to make sure to set the meson option to point to the right location 
See https://doc.dpdk.org/guides/bbdevs/turbo_sw.html : for instance something like this "meson configure -Dflexran_sdk=xxx/build-avx512-icc/install"
Then meson build framework will just link the libraries: see drivers\baseband\turbo_sw\meson.build which uses cc.find_library to dynamically find and link the libraries

> -----Original Message-----
> From: Thomas Monjalon <thomas@monjalon.net>
> Sent: Wednesday, September 29, 2021 3:41 AM
> To: Ginés García Avilés <gines.garcia@i2cat.net>
> Cc: users@dpdk.org; Chautru, Nicolas <nicolas.chautru@intel.com>
> Subject: Re: [dpdk-users] SW Turbo Poll Mode Driver
> 
> +Cc maintainer
> 
> 14/09/2021 12:58, Ginés García Avilés:
> > Hi all,
> > After following the steps listed here (3. SW Turbo Poll Mode Driver —
> > Data Plane Development Kit 21.08.0 documentation (dpdk.org)
> > <http://doc.dpdk.org/guides/bbdevs/turbo_sw.html#>), using the
> > specific versions of DPDK and FlexRAN, I'm facing an error while
> > trying to run one of the bbdev
> > tests:
> >   - command:
> >     > python2 test-bbdev.py
> > -e="--vdev=baseband_turbo_sw,socket_id=0,max_nb_queues=8" -c
> > validation -v turbo_dec_default.data
> >   - Error:
> >     > "Device 0 (baseband_turbo_sw) does not support specified
> capabilities"
> >
> > which I think is due to an incorrect linkage of DPDK and FlexRAN. I
> > have checked all the environmental variables pointing to the different
> > components  and everything seems to be correct.
> >
> > Any suggestions about how to solve this problem?
> >
> > Thanks a lot for your help,
> > Ginés.
> 
> 


  reply	other threads:[~2021-10-04 21:05 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-14 10:58 Ginés García Avilés
2021-09-29 10:41 ` Thomas Monjalon
2021-10-04 21:05   ` Chautru, Nicolas [this message]
2021-10-05  7:02     ` Ginés García Avilés
2021-10-05 20:56       ` Chautru, Nicolas
2021-10-13 15:30         ` Ginés García Avilés
2021-10-19  9:02           ` Ginés García Avilés

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=BY5PR11MB4451DD3903411397FCB7C977F8AE9@BY5PR11MB4451.namprd11.prod.outlook.com \
    --to=nicolas.chautru@intel.com \
    --cc=gines.garcia@i2cat.net \
    --cc=thomas@monjalon.net \
    --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).