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 992D341DFF; Tue, 7 Mar 2023 10:00:43 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 4895B40E03; Tue, 7 Mar 2023 10:00:43 +0100 (CET) Received: from eva.fit.vutbr.cz (eva.fit.vutbr.cz [147.229.176.14]) by mails.dpdk.org (Postfix) with ESMTP id E7E294067E for ; Tue, 7 Mar 2023 10:00:41 +0100 (CET) Received: from roundcube.fit.vutbr.cz (spytihnev.fit.vutbr.cz [IPv6:2001:67c:1220:809:0:0:93e5:9e2]) (authenticated bits=0) by eva.fit.vutbr.cz (8.17.1.21/8.17.1) with ESMTPSA id 32790Z1W085992 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO); Tue, 7 Mar 2023 10:00:35 +0100 (CET) (envelope-from xhavli56@stud.fit.vutbr.cz) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=stud.fit.vutbr.cz; s=studfit; t=1678179636; bh=jjUb8yJNdeoCqWvMjX25p0jbATBYwNLZwOKAEvpoH04=; h=Date:From:To:Cc:Subject:In-Reply-To:References; b=fPCFUj5+/iyNzOyVVQmDdc4U+zml4pku6AGAjqq/FO070RADn97GN4G3RAcI5ktWg Rf5T3Vr9O2yuKkR/oPZTn8pLTcmO3HEHbhX0nhZxZFAIniS/p9m+bDnd7e/eg5HUvX BNDyfVKG8BDbx6o7jOZxspmpEglOPQJAN5WKqIEg= MIME-Version: 1.0 Date: Tue, 07 Mar 2023 10:00:35 +0100 From: =?UTF-8?Q?Havl=C3=ADk_Martin?= To: Slava Ovsiienko , Xiaoyun Li , Ferruh Yigit , Andrew Rybchenko , Ajit Khaparde , Haiyue Wang , Ori Kam , Haifei Luo , Andrey Vesnovaty , Bing Zhao , "Jiawei(Jonny) Wang" , Gregory Etelson , Li Zhang Cc: dev@dpdk.org, Jan Viktorin Subject: Re: [PATCH 4/4] doc: note that testpmd on mlx5 has dedicated queues problem In-Reply-To: References: <20210721155918.188867-5-xhavli56@stud.fit.vutbr.cz> User-Agent: Roundcube Webmail Message-ID: <3804429da596aa512f9c67f2847285db@stud.fit.vutbr.cz> X-Sender: xhavli56@stud.fit.vutbr.cz Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit 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 Hi Slava, as I no longer work on the DPDK centered project which led me to encounter said issue, I am no longer in touch with changes made to net/bonding and moreover I don't have access to resources to test the current state of things. But that aside, the linked commit seems to fix the issue (again, cannot test it myself but I'll trust the time passed since the commit without further changes). If archiving is what is done to obsolete patches, then yes, go ahead, please. Wish you all the best, Martin Dne 2023-03-06 16:21, Slava Ovsiienko napsal: > Hi, Martin > > Is this issue resolved by: > http://git.dpdk.org/dpdk/commit/?id=f66323717e ? > > Should we archive the patch? > > With best regards, > Slava > > > >> -----Original Message----- >> From: Martin Havlik >> Sent: среда, 21 июля 2021 г. 18:59 >> To: xhavli56@stud.fit.vutbr.cz; Xiaoyun Li ; >> Ferruh Yigit >> ; Andrew Rybchenko >> ; >> Ajit Khaparde ; Haiyue Wang >> ; Ori Kam ; Haifei Luo >> ; Slava Ovsiienko ; Andrey >> Vesnovaty ; Bing Zhao ; >> Jiawei(Jonny) Wang ; Gregory Etelson >> ; Li Zhang >> Cc: dev@dpdk.org; Jan Viktorin >> Subject: [PATCH 4/4] doc: note that testpmd on mlx5 has dedicated >> queues >> problem >> >> In bonding mode 4 (8023ad), dedicated queues are not working on mlx5 >> NICs. >> >> Signed-off-by: Martin Havlik >> --- >> doc/guides/testpmd_app_ug/testpmd_funcs.rst | 3 +++ >> 1 file changed, 3 insertions(+) >> >> diff --git a/doc/guides/testpmd_app_ug/testpmd_funcs.rst >> b/doc/guides/testpmd_app_ug/testpmd_funcs.rst >> index 2c43719ad3..8a6edc2bad 100644 >> --- a/doc/guides/testpmd_app_ug/testpmd_funcs.rst >> +++ b/doc/guides/testpmd_app_ug/testpmd_funcs.rst >> @@ -2603,6 +2603,9 @@ when in mode 4 (link-aggregation-802.3ad):: >> >> testpmd> set bonding lacp dedicated_queues (port_id) >> (enable|disable) >> >> +.. note:: >> + Dedicated queues `do not currently work >> + `__ on mlx5 NICs. >> >> set bonding agg_mode >> ~~~~~~~~~~~~~~~~~~~~ >> -- >> 2.27.0