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 7D5304317E for ; Mon, 16 Oct 2023 14:49:39 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id DB9B640269; Mon, 16 Oct 2023 14:49:38 +0200 (CEST) Received: from mail-ej1-f50.google.com (mail-ej1-f50.google.com [209.85.218.50]) by mails.dpdk.org (Postfix) with ESMTP id 5AB734021D for ; Mon, 16 Oct 2023 14:49:37 +0200 (CEST) Received: by mail-ej1-f50.google.com with SMTP id a640c23a62f3a-9be1ee3dc86so359393566b.1 for ; Mon, 16 Oct 2023 05:49:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1697460576; x=1698065376; darn=dpdk.org; h=to:subject:message-id:date:from:mime-version:from:to:cc:subject :date:message-id:reply-to; bh=85eSyG/SYQOSqpjkfxH3D1nBO/sojQ4E6+wwxhA8lnU=; b=cJ4uULYWPesvR6MtQvhV7UXA6hV9sztE+f2lrMXFAblVucetokLB8CLjeFJqwqV7Ro JTcLhO7ey1jOSzJMMNPV2SD5JGUdlmpiUgT61bqlM8r33gWW1arhuRccUovhYMyuWaDR ORLC8Kr8Rqoc4+A3Wuw6DCRunUSyWUzfnuvJYFqGF0W4EU5mUqdBVZS8JLJBBxrdYTSJ ucfeQoAhAcLXmnmq034qLAMAWTbtgtvzRUp95L9a7IZDcDY6Zrfp/juFu+FPccI9L455 6BF4Eqw/F+Y+zBmc0Ctvr18aASujv1zs9qFiyAgca68VyKEvk9YbcBa4iou2gJSEMbB+ r8Cw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1697460576; x=1698065376; h=to:subject:message-id:date:from:mime-version:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=85eSyG/SYQOSqpjkfxH3D1nBO/sojQ4E6+wwxhA8lnU=; b=rOL/rC8GRGCP/K/iLmr78D/g1itD+1dJlCCKtHDM2Yjfj71oM08HqszUTB4FKSo0PH Qwxnz8F3hOE3Em9W76A3Ol/707tm+fUkca/h2LLQM+HBOA1l75g13kW603GlSTPG8bde Y8k1omuE4D/O1+wR/kjSuFXDnYM0qifK5FuW12ZoHIXzfQkJ8jC/cv+9LMKR+hvsalCd ii7+9XSOF0P28vep5+5+SIlNduR15RTFAAYuq4M8eICVr1o6+JG26el5BFD1I1YwF2lG ZnyUL/QxC4J7fUzr1I5pMmumo5MgTGrNw8T2XXA7XDCzUbqOVa+KHIwvKqY4Os1wWHRf 837Q== X-Gm-Message-State: AOJu0YykdA+LC+NyEiJ/HMkuF9rM8TfXyxRXTYuEbp+O2G7Xd4Tk6uEr 6zezjBganpr0RVzGH0kMoCAxU6y/cHXhed+t98xwSVMw4c4= X-Google-Smtp-Source: AGHT+IH4U8bS4lyutYPHHNqqOqZebKLtmNL+UqQ8sCexXh7lzwKuqo12c4uysPR6kl0AXSFYGNY0D5GJ4Kgm5eFHf80= X-Received: by 2002:a17:906:2921:b0:9b9:faee:4228 with SMTP id v1-20020a170906292100b009b9faee4228mr22949036ejd.56.1697460576597; Mon, 16 Oct 2023 05:49:36 -0700 (PDT) MIME-Version: 1.0 From: MOD Date: Mon, 16 Oct 2023 15:49:26 +0300 Message-ID: Subject: Trying to increase TX Queue limit on E710 NIC To: users@dpdk.org Content-Type: multipart/alternative; boundary="000000000000b038080607d4d66d" 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 --000000000000b038080607d4d66d Content-Type: text/plain; charset="UTF-8" Hi, I am trying to run testpmd with an Intel E710 NIC, with this command: dpdk-testpmd -l 10-15 -n 4 -a -- -i --nb-cores=2 --rxq=16 --txq=136 and getting this error: i40e_pf_get_vsi_by_qindex(): queue_index out of range. VMDQ configured? when decreasing the number of queues to 128, it works, and on 129, it doesn't After looking a bit through the DPDK code, it seems like a firmware/hardware limitation. I am hoping that there is a way to lift it Some details: arch is x86, DPDK version is 20.11 DId anyone have this issue and manage to solve it? --000000000000b038080607d4d66d Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hi,
I am trying to run testpmd with an Intel E710 NIC,= with this command:
=C2=A0 dpdk-testpmd -l 10-15 -n 4 -a <INTERFACE&g= t; -- -i --nb-cores=3D2 --rxq=3D16 --txq=3D136
and getting this e= rror:
=C2=A0 i40e_pf_get_vsi_by_qindex(): queue_index out of range. VMDQ= configured?
when decreasing the number of queues to 128, it = works,=C2=A0and on 129, it doesn't
After looking a bit throug= h the DPDK code, it seems like a firmware/hardware limitation.
I am hopi= ng that there is a way to lift it
Some details: arch is x86, DPDK= version is 20.11
DId anyone have this issue and manage to solve = it?
--000000000000b038080607d4d66d--