From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 2F479A0C41 for ; Tue, 5 Oct 2021 09:02:58 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A9B094124E; Tue, 5 Oct 2021 09:02:57 +0200 (CEST) Received: from mail-lf1-f47.google.com (mail-lf1-f47.google.com [209.85.167.47]) by mails.dpdk.org (Postfix) with ESMTP id 001E3410DC for ; Tue, 5 Oct 2021 09:02:55 +0200 (CEST) Received: by mail-lf1-f47.google.com with SMTP id e15so82093514lfr.10 for ; Tue, 05 Oct 2021 00:02:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=i2cat.net; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=vzRTYlf7n3yjvAn3vknbVvbme6XqU51yPns5dathHZ8=; b=IExzkAR9BNPZGsNzico01eY1IH0Bs6SwNOHcxOeK8Nm8W3VYFMkhfh68PuORsTi7Yf XlXyRxH9cjYiI1jwwA3inTgdRsVCmp7yJ8AUw3FQl15w2kVd51wZ9N8QiQ/sDG0/XpeM YCnyXdtA2Lw9tXxc95AEKbeCaQ2KKT7rHWsEzjdtwi5wYUOFz2+//CY+4ezxVs8QVGLQ SnepDNgjLSduWX8VMHT+mH8nZJ2CxVoO7jyIY9mh/QkZU3LgP1bHMLhIrnqdIgeMAgML wlGiEPVSXZSO2jkGUurMRTVoqca+Qhg3qKMAW4B8IZUZQD1JZeMWy8EH/A1ndPcEarGC Gu6g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=vzRTYlf7n3yjvAn3vknbVvbme6XqU51yPns5dathHZ8=; b=vYJVFYRJUEwCuuliPg3VhdxoZrt+A/1vAoVe1Y/4bD2GON3McK6oDqBIcFPdQoJREC a19LzBJ3OcNqzAUko4XXilm9E0g5px6gU80NW9zOheI2mcJPsbi8V5+CJ06ecekxDF07 rTCsO2rGi15qk+oZtmcsxXrk4zCq75DCPZmd4DmiQoskU6U3C+voTuVB9T2/owYWRTZr klWzCCr2sNJIgxjTzAVgAX1jR/lVh4AqNM22HZQ/KxtmnzgP59eDsgtmEllSIhYoblFa AgVgz9WZVRqx9kbdMbTsGm9N3p7YsfDnXA0xzR11nVHkXJfMywawesCUt8lqyZUukiGq rwdg== X-Gm-Message-State: AOAM533JyEa1SE+XmqjX5D7LgsMhPY5hSLltlDNsMDnhIWdEydaZkr4k AY4kQ9403wm1xUHx2XlQqq2I++SB00/ohGHSWZoYUg== X-Google-Smtp-Source: ABdhPJz3I88UCAwVwEZYTNd8FRw7fGUcUoXXTGIf8oCdLbK6rvJZio+FRm6OZNzWfLgPo3DocKze/H9FWed/D2N0FMY= X-Received: by 2002:a2e:b172:: with SMTP id a18mr20250752ljm.37.1633417375271; Tue, 05 Oct 2021 00:02:55 -0700 (PDT) MIME-Version: 1.0 References: <2000939.xljJK12xEY@thomas> In-Reply-To: From: =?UTF-8?B?R2luw6lzIEdhcmPDrWEgQXZpbMOpcw==?= Date: Tue, 5 Oct 2021 09:02:43 +0200 Message-ID: Subject: Re: [dpdk-users] SW Turbo Poll Mode Driver To: "Chautru, Nicolas" Cc: Thomas Monjalon , "users@dpdk.org" Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: users@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK usage discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: users-bounces@dpdk.org Hi Nicolas, thanks a lot for your help. However, with the latest version of DPDK I'm still facing the following issue: - "drivers/baseband/turbo_sw/meson.build:13:4: ERROR: C library 'libstdc++' not found" These are the steps I'm actually following for the whole process: - Set env vars (*ICC *compiler, FLEXRAN_SDK, DIR_WIRELESS_SDK, ...) - meson x86_64-native-linux-icc - cd x86_64-native-linux-icc - meson configure -Dflexran_sdk=3Dxxx/build-avx512-icc/install - ninja Thanks in advance, Gin=C3=A9s. El lun, 4 oct 2021 a las 23:05, Chautru, Nicolas () escribi=C3=B3: > 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=3Dxxx/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 > > Sent: Wednesday, September 29, 2021 3:41 AM > > To: Gin=C3=A9s Garc=C3=ADa Avil=C3=A9s > > Cc: users@dpdk.org; Chautru, Nicolas > > Subject: Re: [dpdk-users] SW Turbo Poll Mode Driver > > > > +Cc maintainer > > > > 14/09/2021 12:58, Gin=C3=A9s Garc=C3=ADa Avil=C3=A9s: > > > Hi all, > > > After following the steps listed here (3. SW Turbo Poll Mode Driver = =E2=80=94 > > > Data Plane Development Kit 21.08.0 documentation (dpdk.org) > > > ), 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=3D"--vdev=3Dbaseband_turbo_sw,socket_id=3D0,max_nb_queues=3D8" -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 differen= t > > > components and everything seems to be correct. > > > > > > Any suggestions about how to solve this problem? > > > > > > Thanks a lot for your help, > > > Gin=C3=A9s. > > > > > >