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 478CDA00C4; Fri, 29 Jul 2022 18:03:31 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 52DEE42C4C; Fri, 29 Jul 2022 18:03:18 +0200 (CEST) Received: from mail-yb1-f174.google.com (mail-yb1-f174.google.com [209.85.219.174]) by mails.dpdk.org (Postfix) with ESMTP id 55D9140151 for ; Fri, 29 Jul 2022 10:16:42 +0200 (CEST) Received: by mail-yb1-f174.google.com with SMTP id j195so6974136ybj.11 for ; Fri, 29 Jul 2022 01:16:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ubitech-eu.20210112.gappssmtp.com; s=20210112; h=mime-version:from:date:message-id:subject:to; bh=8E3R/irOw1HseAETS9BIH+k7wjGNYr/KuGnn+WYCOw0=; b=aDOs5hqWxnfnpw/bsGxkVfhYv5kkH8cu+L8LIIDP2kiqCWUGEpe57PlG+CucyqnvMh muYIRQquIOyWzHuUdbO95+OlnYUnoNoZ4GzlJVoY9a6dv3EuYza2iumUt++CN/7fiK95 rLVvhucXYG2bO3i6ej3CUYJ0PZE4ebQ4kV/j12EBobhMpzMANdx88leKksX1QJHOS+bD 0VPY2YkKsDT4I0rMYVEMmEgnGndd9bXnVdMliuIcRpM5+6z2VtB8rp37GrkROkxAP5xH wAwvx7DAff0YYjTDajiaNhvMF0qyrDqSXIG82aHMawLMTnlmVhzRRrf05+x+UzJQhL1K J6Mg== 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=8E3R/irOw1HseAETS9BIH+k7wjGNYr/KuGnn+WYCOw0=; b=mVHM/siXO6AyZQkAeazUmNIKVEzaGS1XVgVjiYmZ9tvncYJ6JZJH5fVvQ+QIT8do77 iMn5W8e6hWSeWCH8132lq4fA/lhFWRI8j+qFUFYt+iNjg17MfttQox/U12MUiCnQidbv Tt+fBLSMjb02gIsU+rydFmlXREpTs8zDl56m5ZNmdMpPlRC50MXeceO6s/NENAgdRO2l iBboNi8mbLL0TGBi/26nXC+Upz8/+tZwDbllxxF2HZrQSFj+xzM4E+jd1Hh3UKnmywWK xUrFo8CqMYjZnUpgvG6lwvMER05H1uzHqjgUUiAgv8OzZzKygJEmj+phUTdYbNQi77i7 wumg== X-Gm-Message-State: ACgBeo3/4We3Me+0kZwIrtQaCACtfQFlLJXfyGNhCxYa/Mlfc+/2wCAZ Q8aaQO6gB/bjuNNh+RGTcMOijxsH21NT98Y4jZO8rIl359A3icL5 X-Google-Smtp-Source: AA6agR4LL9G5Rnor2HFk6OWHV3JOKKOu+CgR8qzjXcNpTx+3TbP6e/L2zcZOP5RoV0yq+hPTJ9Uvl3NY4FmCc6HIe0Q= X-Received: by 2002:a25:3803:0:b0:670:8058:8ef2 with SMTP id f3-20020a253803000000b0067080588ef2mr1716925yba.172.1659082601495; Fri, 29 Jul 2022 01:16:41 -0700 (PDT) MIME-Version: 1.0 From: Panagiotis Famelis Date: Fri, 29 Jul 2022 11:16:30 +0300 Message-ID: Subject: mlx5_common failed errno=121 To: dev@dpdk.org Content-Type: multipart/alternative; boundary="0000000000001d923c05e4ed4578" X-Mailman-Approved-At: Fri, 29 Jul 2022 18:03:14 +0200 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org --0000000000001d923c05e4ed4578 Content-Type: text/plain; charset="UTF-8" Hello, I am trying to run p4-dpdk-target (https://github.com/p4lang/p4-dpdk-target), with DPDK version 22.07.0-rc2 (the one provided by the p4-dpdk-target). However, when I run the bf_switchd I get the following error, by the dpdk driver: """ mlx5_common: DevX read access NIC register=0X9055 failed errno=121 status=0x3 syndrome=0x54e3a9 mlx5_common: DevX create q counter set failed errno=121 status=0x2 syndrome=0x8975f1 """ The same error appears when running dpdk-testpmd (by the above DPDK version). The NIC is an NVIDIA/ Mellanox Connect-X 5. I have also tested with DPDK version 21.11.0 and it doesn't show this error and works correctly. Do you have any suggestions on what that particular error might be and how to fix it? It seems like it tries to read a wrong register, but I am not sure. Thank you for your help. Best Regards, Panagiotis Famelis. --0000000000001d923c05e4ed4578 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hello,
I am trying to run p4-dpdk-target (https://github.com/p4lang/p4-dpdk-target), wi= th DPDK version 22.07.0-rc2 (the one provided by the p4-dpdk-target). Howev= er, when I run the bf_switchd I get the following error, by the dpdk driver= :

"""
mlx5_common: DevX read access NIC register=3D0X905= 5 failed errno=3D121 status=3D0x3 syndrome=3D0x54e3a9
mlx5_common: DevX = create q counter set failed errno=3D121 status=3D0x2 syndrome=3D0x8975f1
"""

The same error appears when running dpdk-testpmd (by the above DPDK versio= n).

The NIC is an NVIDIA/ Mellanox Connect-X 5. I = have also tested with DPDK version 21.11.0 and it doesn't show this err= or and works correctly.

Do you have any sugges= tions on what that particular error might be and how to fix it?
I= t seems like it tries to read a wrong register, but I am not sure.

Thank you for your help.

Best= Regards,
Panagiotis Famelis.
--0000000000001d923c05e4ed4578--