[spp] [Bug 457] rte_mempool_create is based on lcore socketid and not the port socketid
bugzilla at dpdk.org
bugzilla at dpdk.org
Tue Apr 21 11:24:10 CEST 2020
https://bugs.dpdk.org/show_bug.cgi?id=457
Hideyuki Yamashita (yamashita.hideyuki at ntt-tx.co.jp) changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |yamashita.hideyuki at ntt-tx.c
| |o.jp
--- Comment #1 from Hideyuki Yamashita (yamashita.hideyuki at ntt-tx.co.jp) ---
Hello Vipin,
Thanks for your comments.
However I could not understand what is the real problem on the current code.
I mean primary process can be run any lcore id which can be specified in
primary
process startup parameter (with -l option).
With -l option, any lcore id can be specified. In other words, either of NUMA
node
(e.g. numa0 numa1) can be specified.
Original coding (calling rte_socket_id()) is considering above situation.
However your "Expected" codeing specifies "soeket id = 0".
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the spp
mailing list