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.vargh...@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.