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 548EEA0543 for ; Thu, 7 Jul 2022 15:13:00 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 476A3406B4; Thu, 7 Jul 2022 15:13:00 +0200 (CEST) Received: from mail-yw1-f169.google.com (mail-yw1-f169.google.com [209.85.128.169]) by mails.dpdk.org (Postfix) with ESMTP id 53B7D4069D for ; Thu, 7 Jul 2022 15:12:59 +0200 (CEST) Received: by mail-yw1-f169.google.com with SMTP id 00721157ae682-31c86fe1dddso121888287b3.1 for ; Thu, 07 Jul 2022 06:12:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:from:date:message-id:subject:to; bh=dD1su1MOM8+v2/2a/579iCrmF0OlwQflzX/2yCl9kj4=; b=QQFQ9sIbPIUBR6LK6XUhBkHwdrc3aey03NlvYGqrBUh49i4F+5Ii9ds/oIM3IXki6B woGXPyfW7DH9QQn2xUK573HgP8K6pgAwXo0qOiLoD0SikV79K27vkcFEhPR5RS1iYkeI JC8DkIVlkjoZM0gzPQOyu62OfEi3BLYa6CkjjltDUjRIWbBZ/qyPJVEA2VWyUXoqA35d F85BM/4h4R34Bf2KSHTWcj9ZlTEkEIpsO9IOWRPYma9KW6zhrLSWa7iDytfPaVkDdYja fvDB1ffS4VjES7pTGnUDGNKoN0TaRJwPaYrwqyWIgxC55t5QO50lcP6pNGjE3Xy65N6D V3uA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=dD1su1MOM8+v2/2a/579iCrmF0OlwQflzX/2yCl9kj4=; b=Oz7E47LKsTK/88I6hCUR8nr2n6n1mq4DM5/oZ3WujyUo+pMhm12FnWiBRqrXLcBHs9 Gc/5HBF01hajn412UuM4yQZWTghWE2M/99WZtwaRrMvgO+zvETYJW/EBn1oHVBs/nTWg dhws6tqDzPPa0Pe70N0MecYfl92ZEjfKDzv/2R1f6cHlbvu9GLsrOPVhzOS7VVsS6ioa ioOXdxPdgEdM+ogwwnvnbQfr7PCODweXYmTP+cHiri3H5/0lZYXguVgHc8ytQ8+AKfTS F0sUS+SPdfGsd+RzimSqtxhGKJUiz3eXWeCB1Jtt9kWDIt8AM4rReRMMcKVHbFqq2bON aSiQ== X-Gm-Message-State: AJIora8E7EG8HjQPe8LaBt0MqDZqaQbTQFDdLaP9Ba5gPHJS4Gte1/ox lIsihZEDlzlfJMigxmkPy5CMsBY5Al0Lrw6Jz/w+VSye5OQ= X-Google-Smtp-Source: AGRyM1v5g96BC58rZH2yxqj8xT1X13bzu83vwN3f9rhlU7r+dH6E5t/wkscjguYTmWgh+jm9JX8WQEA7nhDlCGF153Y= X-Received: by 2002:a81:1b97:0:b0:2db:640f:49d8 with SMTP id b145-20020a811b97000000b002db640f49d8mr51160499ywb.326.1657199578389; Thu, 07 Jul 2022 06:12:58 -0700 (PDT) MIME-Version: 1.0 From: animesh tripathi Date: Thu, 7 Jul 2022 18:42:47 +0530 Message-ID: Subject: running dpdk on mellanox with dpdk 21.08 To: users@dpdk.org Content-Type: multipart/alternative; boundary="0000000000003120d005e336d871" 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 --0000000000003120d005e336d871 Content-Type: text/plain; charset="UTF-8" Hi Team, I have to run dpdk on mellanox nic. I have compiled dpdk 21.08 with the following commands: meson --prefix=$(pwd)/build build ninja -C build ninja -C build install ldconfig While running the application I am getting following error: EAL: Detected 24 lcore(s) EAL: Detected 1 NUMA nodes EAL: Auto-detected process type: PRIMARY EAL: Detected static linkage of DPDK EAL: failed to parse device "0000:b5:00.1" EAL: Unable to parse device '0000:b5:00.1' PANIC in nr_dpdk_init(): Cannot init EAL: No such device 6: [./a() [0x444179]] 5: [/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7f08e0f2e0b3]] 4: [./a(main+0x428) [0x4431f8]] 3: [./a(nr_dpdk_init+0x268) [0x509bd8]] 2: [./a(__rte_panic+0xcd) [0x43c55e]] 1: [./a(rte_dump_stack+0x32) [0x539ed2]] Also I cannot find mlx5 compiled libs in the dpdk build folder. Please help me in resolving this issue. Thanks, Animesh Tripathi --0000000000003120d005e336d871 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hi Team,

<= div>I have to run dpdk on mellanox nic. I have compiled dpdk 21.08 with the= following commands:=C2=A0

meson --prefix=3D$= (pwd)/build build
ninja -C build
ninja -C build install=
ldconfig

While running the applic= ation I am getting following error:

EAL: Dete= cted 24 lcore(s)
EAL: Detected 1 NUMA nodes
EAL: Auto-d= etected process type: PRIMARY
EAL: Detected static linkage of DPD= K
EAL: failed to parse device "0000:b5:00.1"
= EAL: Unable to parse device '0000:b5:00.1'
PANIC in nr_dp= dk_init():
Cannot init EAL: No such device
6: [./a() [0= x444179]]
5: [/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0= xf3) [0x7f08e0f2e0b3]]
4: [./a(main+0x428) [0x4431f8]]
= 3: [./a(nr_dpdk_init+0x268) [0x509bd8]]
2: [./a(__rte_panic+0xcd)= [0x43c55e]]
1: [./a(rte_dump_stack+0x32) [0x539ed2]]
=

Also I cannot find mlx5 compiled libs in the dpdk build= folder. Please help me in resolving this issue.

T= hanks,
Animesh Tripathi
--0000000000003120d005e336d871--