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 E565AA0548; Wed, 8 Jun 2022 05:22:00 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C45544021F; Wed, 8 Jun 2022 05:22:00 +0200 (CEST) Received: from inbox.dpdk.org (inbox.dpdk.org [95.142.172.178]) by mails.dpdk.org (Postfix) with ESMTP id 9D0E64021D for ; Wed, 8 Jun 2022 05:21:59 +0200 (CEST) Received: by inbox.dpdk.org (Postfix, from userid 33) id 8A4FEA054D; Wed, 8 Jun 2022 05:21:59 +0200 (CEST) From: bugzilla@dpdk.org To: dev@dpdk.org Subject: =?UTF-8?B?W0J1ZyAxMDI4XSBbZHBkay0yMi4wN10gZHluYW1pY19xdWV1ZS90eHFfc2V0?= =?UTF-8?B?dXA6IGFmdGVyIHNldCDigJxwb3J0IDAgdHhxIDEgc3RvcOKAnSwgdGhpcyBz?= =?UTF-8?B?dG9wcGVkIHF1ZXVlIG5vdCBkaXNwbGF5IHRyYW5zbWl0cyAyNTUgcGFja2V0?= =?UTF-8?B?cw==?= Date: Wed, 08 Jun 2022 03:21:59 +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: linglix.chen@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=3D1028 Bug ID: 1028 Summary: [dpdk-22.07] dynamic_queue/txq_setup: after set =E2=80= =9Cport 0 txq 1 stop=E2=80=9D, this stopped queue not display transmits 255 packets Product: DPDK Version: unspecified Hardware: All OS: All Status: UNCONFIRMED Severity: normal Priority: Normal Component: testpmd Assignee: dev@dpdk.org Reporter: linglix.chen@intel.com Target Milestone: --- dpdk-22.07.0-rc0: bebbf0721943ad2c6632026c4235e48d5f37b88f Reproduce Step: 1.usertools/dpdk-devbind.py --force --bind=3Dvfio-pci 0000:86:00.0 0000:86:= 00.1 2.x86_64-native-linuxapp-gcc/app/dpdk-testpmd -l 1-2 -n 4 -a 0000:86:00.0 -a 0000:86:00.1 -- -i --port-topology=3Dchained --txq=3D64 --rxq=3D64 3.Check txq ring size is 256 testpmd> show txq info 0 1 Number of TXDs: 256 4.Stop one Tx queue on port 0 testpmd> port 0 txq 1 stop testpmd> set fwd txonly testpmd> start 5.wait 10s then stop testpmd Expect results: this stopped queue only transmits 255 packets Actual results: txq 1 port 0 not display testpmd> stop Telling cores to stop... Waiting for lcores to finish... ------- Forward Stats for RX Port=3D 0/Queue=3D 0 -> TX Port=3D 1/Queue= =3D 0 ------- RX-packets: 0 TX-packets: 1589184 TX-dropped: 0 ------- Forward Stats for RX Port=3D 1/Queue=3D 0 -> TX Port=3D 0/Queue= =3D 0 ------- RX-packets: 0 TX-packets: 1589184 TX-dropped: 0 ------- Forward Stats for RX Port=3D 0/Queue=3D 1 -> TX Port=3D 1/Queue= =3D 1 ------- RX-packets: 0 TX-packets: 1589184 TX-dropped: 0 ------- Forward Stats for RX Port=3D 0/Queue=3D 2 -> TX Port=3D 1/Queue= =3D 2 ------- RX-packets: 0 TX-packets: 1589184 TX-dropped: 0 ------- Forward Stats for RX Port=3D 1/Queue=3D 2 -> TX Port=3D 0/Queue= =3D 2 ------- RX-packets: 0 TX-packets: 1589184 TX-dropped: 0 --=20 You are receiving this mail because: You are the assignee for the bug.=