DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [Bug 439] memif pmd is allocating from Node 0, even after passing Node 1 in eal args
@ 2020-04-04 14:11 bugzilla
  0 siblings, 0 replies; only message in thread
From: bugzilla @ 2020-04-04 14:11 UTC (permalink / raw)
  To: dev

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

            Bug ID: 439
           Summary: memif pmd is allocating from Node 0, even after
                    passing Node 1 in eal args
           Product: DPDK
           Version: 20.02
          Hardware: x86
                OS: Linux
            Status: UNCONFIRMED
          Severity: major
          Priority: High
         Component: ethdev
          Assignee: dev@dpdk.org
          Reporter: vipin.varghese@intel.com
  Target Milestone: ---

CMD: ` rm /tmp/*.sock; ./build/l2fwd
--vdev=net_memif0,socket=/tmp/1.sock,role=master
--vdev=net_memif1,socket=/tmp/2.sock,role=master --no-pci -l 22,66
--socket-mem=0,256 --socket-limit=0,1024  -- -p 1 -T 1`

logs:
`
# numastat -p l2fwd

Per-node process memory usage (in MBs) for PID 65331 (l2fwd)
                           Node 0          Node 1           Total
                  --------------- --------------- ---------------
Huge                      1024.00         1024.00         2048.00
Heap                         0.07            0.05            0.12
Stack                        0.03            0.00            0.03
Private                      3.29            2.93            6.23
----------------  --------------- --------------- ---------------
Total                     1027.39         1026.98         2054.38

`

note: main.c is edited no to fail for promiscuous fail.

-- 
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:[~2020-04-04 14:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-04 14:11 [dpdk-dev] [Bug 439] memif pmd is allocating from Node 0, even after passing Node 1 in eal args 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).