From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla@dpdk.org
Subject: [Bug 186] Huge testpmd startup time without --legacy-mem
option
Date: Thu, 10 Jan 2019 10:58:25 +0000
Message-ID:
Mime-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
To: dev@dpdk.org
Return-path:
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=3D186
Bug ID: 186
Summary: Huge testpmd startup time without --legacy-mem option
Product: DPDK
Version: 18.05
Hardware: All
OS: All
Status: CONFIRMED
Severity: normal
Priority: Normal
Component: core
Assignee: dev@dpdk.org
Reporter: maxime.coquelin@redhat.com
Target Milestone: ---
Doing PVP testing, we noticed that testpmd startup time
is noticeably increased when not passing --legacy-mem option.
With 1G hugepages and below command lines, we measure ~2 seconds
with --legacy-mem option, and 13 seconds without:
testpmd -c 7 -n 4 --socket-mem 2048 0 -w 0000:00:02.0 --legacy-mem -- --bur=
st
64 -i --rxq=3D2 --txq=3D2 --rxd=3D4096 --txd=3D1024 --coremask=3D6 --auto-s=
tart
--port-topology=3Dchained --forward-mode=3Dmacswap
testpmd -c 7 -n 4 --socket-mem 2048 0 -w 0000:00:02.0 -- --burst 64 -i --rx=
q=3D2
--txq=3D2 --rxd=3D4096 --txd=3D1024 --coremask=3D6 --auto-start --port-topo=
logy=3Dchained
--forward-mode=3Dmacswap
--=20
You are receiving this mail because:
You are the assignee for the bug.=