DPDK patches and discussions
 help / color / mirror / Atom feed
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	[thread overview]
Message-ID: <bug-1475-3@http.bugs.dpdk.org/> (raw)

[-- Attachment #1: Type: text/plain, Size: 1533 bytes --]

https://bugs.dpdk.org/show_bug.cgi?id=1475

            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 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 

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

2.Start L3FWD as the following command:
dpdk-l3fwd -l 5-8 -n 8 --force-max-simd-bitwidth=512 -- -p 0x1 --config 
'(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 

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.

[-- Attachment #2: Type: text/html, Size: 3419 bytes --]

                 reply	other threads:[~2024-07-01  9:48 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-1475-3@http.bugs.dpdk.org/ \
    --to=bugzilla@dpdk.org \
    --cc=dev@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).