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 DEAD1A0540; Thu, 7 Jul 2022 08:15:52 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id D01BC41147; Thu, 7 Jul 2022 08:15:52 +0200 (CEST) Received: from inbox.dpdk.org (inbox.dpdk.org [95.142.172.178]) by mails.dpdk.org (Postfix) with ESMTP id C8B73406B4 for ; Thu, 7 Jul 2022 08:15:51 +0200 (CEST) Received: by inbox.dpdk.org (Postfix, from userid 33) id B1F4AA0543; Thu, 7 Jul 2022 08:15:51 +0200 (CEST) From: bugzilla@dpdk.org To: dev@dpdk.org Subject: [Bug 1048] [dpdk-22.07rc3] i40e_rss_input/flow_query: RSS types is not displayed tests failed Date: Thu, 07 Jul 2022 06:15:51 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: DPDK X-Bugzilla-Component: testpmd X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: weiyuanx.li@intel.com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: dev@dpdk.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter target_milestone Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.dpdk.org/ Auto-Submitted: auto-generated X-Auto-Response-Suppress: All MIME-Version: 1.0 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 https://bugs.dpdk.org/show_bug.cgi?id=3D1048 Bug ID: 1048 Summary: [dpdk-22.07rc3] i40e_rss_input/flow_query: RSS types is not displayed tests failed Product: DPDK Version: unspecified Hardware: All OS: All Status: UNCONFIRMED Severity: normal Priority: Normal Component: testpmd Assignee: dev@dpdk.org Reporter: weiyuanx.li@intel.com Target Milestone: --- [Environment] DPDK version: Use make showversion or for a non-released version: git remot= e -v && git show-ref --heads dpdk22.07-rc3: 204638154ea1ce7682ca4124b78520247ed0c0a8 OS: Red Hat Enterprise Linux 8.4 (Ootpa)/4.18.0-305.19.1.el8_4.x86_64 Compiler: gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-4) Hardware platform: Intel(R) Xeon(R) Gold 6252N CPU @ 2.30GHz NIC hardware: Ethernet Controller XXV710 for 25GbE SFP28 158b NIC firmware:=20 driver: i40e version: 2.19.3 firmware-version: 8.70 0x8000c3eb 1.3179.0 [Test Setup] Steps to reproduce List the steps to reproduce the issue. 1. bind PF to vfio-pci usertools/dpdk-devbind.py --force --bind=3Dvfio-pci 0000:af:00.0 0000:af:00= .1 2. start pmd x86_64-native-linuxapp-gcc/app/dpdk-testpmd -l 1-4 -n 4 -a 0000:af:00.0=20 --file-prefix=3Ddpdk_2946122_20220707104711 -- -i --portmask=3D0x1 --rx= q=3D4 --txq=3D4 3. input command in testpmd set verbose 8 set fwd rxonly start flow create 0 ingress pattern eth / ipv4 / tcp / end actions rss types ipv4= -tcp end queues end / end flow create 0 ingress pattern eth / ipv4 / udp / end actions rss types ipv4= -udp l3-src-only end queues end func symmetric_toeplitz / end flow create 0 ingress pattern end actions rss types end queues end func simple_xor / end flow create 0 ingress pattern end actions rss types end queues 1 2 end / end flow query 0 0 rss [show the output] testpmd> flow query 0 0 rss RSS: queues: none function: default types: [Expected Result] Explain what is the expected result in text or as an example output: testpmd> flow query 0 0 rss RSS: queues: none function: default types: ipv4-tcp=20 [Regression] Is this issue a regression: (Y/N) Y 534988c490f1d50c935602e0ef83cc17a055feef is the first bad commit commit 534988c490f1d50c935602e0ef83cc17a055feef Author: Huisong Li Date: Wed Jun 29 16:34:48 2022 +0800 app/testpmd: unify RSS types display The 'rss_type_table[]' maintains the name and value of RSS types. This patch unifies a common interface to display RSS types. Signed-off-by: Huisong Li Signed-off-by: Ferruh Yigit app/test-pmd/config.c | 34 ++++++++++++++++++++-------------- 1 file changed, 20 insertions, 14 deletions --=20 You are receiving this mail because: You are the assignee for the bug.=