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 A7851A0C45; Wed, 4 Aug 2021 08:57:51 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 6F72940696; Wed, 4 Aug 2021 08:57:51 +0200 (CEST) Received: from inbox.dpdk.org (inbox.dpdk.org [95.142.172.178]) by mails.dpdk.org (Postfix) with ESMTP id 7F3DE4014F for ; Wed, 4 Aug 2021 08:57:50 +0200 (CEST) Received: by inbox.dpdk.org (Postfix, from userid 33) id 6A510A0C4D; Wed, 4 Aug 2021 08:57:50 +0200 (CEST) From: bugzilla@dpdk.org To: dev@dpdk.org Date: Wed, 04 Aug 2021 06:57:49 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: DPDK X-Bugzilla-Component: vhost/virtio X-Bugzilla-Version: 21.08 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: weix.ling@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 Subject: [dpdk-dev] [Bug 771] [dpdk-21.08]loopback csum fwd performance drop when fwd 8k large pkts 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 Sender: "dev" https://bugs.dpdk.org/show_bug.cgi?id=3D771 Bug ID: 771 Summary: [dpdk-21.08]loopback csum fwd performance drop when fwd 8k large pkts Product: DPDK Version: 21.08 Hardware: All OS: All Status: UNCONFIRMED Severity: normal Priority: Normal Component: vhost/virtio Assignee: dev@dpdk.org Reporter: weix.ling@intel.com Target Milestone: --- Reproduce step: 1.Launch vhost: ./x86_64-native-linuxapp-gcc/app/dpdk-testpmd -l 32-33 -n 4 --no-pci --= vdev 'eth_vhost0,iface=3Dvhost-net0,queues=3D1,client=3D1' -- -i --nb-cores=3D1 set fwd csum start 2. Launch virtio: x86_64-native-linuxapp-gcc/app/dpdk-testpmd -l 30,31 -n 4=20 --file-prefix=3Dtestpmd0 --no-pci=20 --vdev=3Dnet_virtio_user0,mac=3D00:11:22:33:44:10,path=3D./vhost-net0,queue= s=3D1,mrg_rxbuf=3D1,in_order=3D0,vectorized=3D1,packed_vq=3D1,server=3D1 -- -i set fwd csum set txpkts 2000,2000,2000,2000 start tx_first 32 show port stats all=20=20 Performance result: commit 8f09758941bc93f80525b2b56f85dcf1bd6bd295=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20 expected performance: 2140859pps (w/o your patch set) commit 9af79db20f4cf75 testpmd loopback performance=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20 perf drop to : 727921 pps (w/ your patch set) --=20 You are receiving this mail because: You are the assignee for the bug.=