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 07009454FB; Mon, 1 Jul 2024 11:48:24 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id DC51040A76; Mon, 1 Jul 2024 11:48:23 +0200 (CEST) Received: from inbox.dpdk.org (inbox.dpdk.org [95.142.172.178]) by mails.dpdk.org (Postfix) with ESMTP id B7A164025D for ; Mon, 1 Jul 2024 11:48:22 +0200 (CEST) Received: by inbox.dpdk.org (Postfix, from userid 33) id A34D74552E; Mon, 1 Jul 2024 11:48:22 +0200 (CEST) From: bugzilla@dpdk.org To: dev@dpdk.org Subject: [DPDK/examples Bug 1475] [dpdk-24.07] l3fwd performance drop 20% on Ubuntu24.04 Date: Mon, 01 Jul 2024 09:48:22 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: DPDK X-Bugzilla-Component: examples X-Bugzilla-Version: 24.07 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: yingyax.han@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: multipart/alternative; boundary=17198273020.60eac3.1387707 Content-Transfer-Encoding: 7bit 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 --17198273020.60eac3.1387707 Date: Mon, 1 Jul 2024 11:48:22 +0200 MIME-Version: 1.0 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 https://bugs.dpdk.org/show_bug.cgi?id=3D1475 Bug ID: 1475 Summary: [dpdk-24.07] l3fwd performance drop 20% on Ubuntu24.04 Product: DPDK Version: 24.07 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: Normal Component: examples Assignee: dev@dpdk.org Reporter: yingyax.han@intel.com Target Milestone: --- The performance of L3FWD has decreased by 20% on Ubuntu 24.04, which is nor= mal on Ubuntu 22.04. [Environment] DPDK version: 24.07.0-rc0 OS: Ubuntu 24.04 LTS (Noble Numbat); 6.8.0-31-generic Compiler: gcc version 13.2.0 Hardware platform: Intel(R) Xeon(R) Platinum 8380 CPU @ 2.30GHz NIC hardware: E810-CQDA2=20 Steps to reproduce 1. Bind 1 port to vfio-pci driver: dpdk-devbind.py --force --bind=3Dvfio-pci 0000:31:00.0 2.Start L3FWD as the following command: dpdk-l3fwd -l 5-8 -n 8 --force-max-simd-bitwidth=3D512 -- -p 0x1 --config=20 '(0,0,5),(0,1,6),(0,2,7),(0,3,8)' --tx-queue-size 2048 --rx-queue-size 2048 3.Start transmitting traffic from ixia. transmit rate: 100% frame size: 64 IP/fixed dst, ramdom src 4.Actual Result. | Fwd_core | Frame Size | Throughput | 4C/4Q | 64 | 90 Mpps=20 5.Expected Result. it's passed on Ubuntu 22.04 (Kernel: 5.15.0-102-generic) | Fwd_core | Frame Size | Throughput | 4C/4Q | 64 | 116 Mpps --=20 You are receiving this mail because: You are the assignee for the bug.= --17198273020.60eac3.1387707 Date: Mon, 1 Jul 2024 11:48:22 +0200 MIME-Version: 1.0 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.dpdk.org/ Auto-Submitted: auto-generated X-Auto-Response-Suppress: All
Bug ID 1475
Summary [dpdk-24.07] l3fwd performance drop 20% on Ubuntu24.04
Product DPDK
Version 24.07
Hardware x86
OS Linux
Status UNCONFIRMED
Severity normal
Priority Normal
Component examples
Assignee dev@dpdk.org
Reporter yingyax.han@intel.com
Target Milestone ---

The performance of L3FWD has decre=
ased by 20% on Ubuntu 24.04, which is normal
on Ubuntu 22.04.

[Environment]
DPDK version: 24.07.0-rc0
OS: Ubuntu 24.04 LTS (Noble Numbat); 6.8.0-31-generic
Compiler: gcc version 13.2.0
Hardware platform: Intel(R) Xeon(R) Platinum 8380 CPU @ 2.30GHz
NIC hardware: E810-CQDA2=20

Steps to reproduce
1. Bind 1 port to vfio-pci driver:
dpdk-devbind.py --force --bind=3Dvfio-pci 0000:31:00.0

2.Start L3FWD as the following command:
dpdk-l3fwd -l 5-8 -n 8 --force-max-simd-bitwidth=3D512 -- -p 0x1 --config=20
'(0,0,5),(0,1,6),(0,2,7),(0,3,8)' --tx-queue-size 2048 --rx-queue-size 2048

3.Start transmitting traffic from ixia.
transmit rate: 100%
frame size: 64
IP/fixed dst, ramdom src

4.Actual Result.
| Fwd_core | Frame Size | Throughput
| 4C/4Q    | 64         | 90 Mpps=20

5.Expected Result.
it's passed on Ubuntu 22.04 (Kernel: 5.15.0-102-generic)
| Fwd_core | Frame Size | Throughput
| 4C/4Q    | 64         | 116 Mpps
          


You are receiving this mail because:
  • You are the assignee for the bug.
=20=20=20=20=20=20=20=20=20=20
= --17198273020.60eac3.1387707--