Re: [dpdk-dev] [PATCH] net/memif: allocate socket hash on any NUMA socket
From: Jakub Grajciar -X (jgrajcia - PANTHEON TECH SRO at Cisco) <hidden>
Date: 2021-10-04 12:02:30
From: Jakub Grajciar -X (jgrajcia - PANTHEON TECH SRO at Cisco) <hidden>
Date: 2021-10-04 12:02:30
On 9/28/2021 2:51 PM, Junxiao Shi wrote:quoted
Previously, memif socket hash is always allocated on NUMA socket 0. If the application is entirely running on another NUMA socket and EAL --socket-limit prevents memory allocation on NUMA socket 0, memif creation fails with "HASH: memory allocation failed" error. This patch allows allocating memif socket hash on any NUMA socket. Signed-off-by: Junxiao Shi <redacted>
Looks ok. Thanks for the patch!