* [dpdk-dev] [Bug 807] mbuf couldn't be allocated in socket1 in dynmen mode, but in legency mode, mbuf could be allocated correctly in remote socket1.
@ 2021-09-06 8:03 bugzilla
0 siblings, 0 replies; only message in thread
From: bugzilla @ 2021-09-06 8:03 UTC (permalink / raw)
To: dev
https://bugs.dpdk.org/show_bug.cgi?id=807
Bug ID: 807
Summary: mbuf couldn't be allocated in socket1 in dynmen mode,
but in legency mode, mbuf could be allocated correctly
in remote socket1.
Product: DPDK
Version: unspecified
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: major
Priority: Normal
Component: core
Assignee: dev@dpdk.org
Reporter: yzhu@amperecomputing.com
Target Milestone: ---
my setup is OVS+DPDK.
when I configed memory in dyn mode , only
"other_config:dpdk-socket-mem=8192,8192"
I also configured OVS PMD core in socket1, and 2VM also in socket1, I expect
all traffic will be in socket1, and won't touch any resource in socket0, But
after I printed the dpdk's mbuf address(pkts) in virtio_dev_rx_split's
copy_mbuf_to_desc, I found mbufs are in socket0.
then I configure memory in legency mode. added
"other_config:dpdk-extra=--legacy-mem ", I checked rte_eal_hugepage_init,
eal_legacy_hugepage_init is called, and also print mbuf address in
virtio_dev_rx_split's copy_mbuf_to_desc. All mbufs are in socket1, it's what
expected .
So the dyn mode couldn't correctly allocated mbuf into socket1 should be a bug
--
You are receiving this mail because:
You are the assignee for the bug.
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2021-09-06 8:03 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-06 8:03 [dpdk-dev] [Bug 807] mbuf couldn't be allocated in socket1 in dynmen mode, but in legency mode, mbuf could be allocated correctly in remote socket1 bugzilla
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).