Re: [RFC PATCH v1 4/5] eal: rename --socket-mem/--socket-limit

2024-09-09 Thread fengchengwen
On 2024/9/6 19:47, Anatoly Burakov wrote: > Currently, --socket-mem and --socket-limit EAL flags effectively refer to > NUMA nodes, not CPU sockets. Update the flag names to reflect this. Old > flag names are still supported for backward compatibility. > > Signed-off-by: Anatoly Burakov > --- >

[RFC PATCH v1 4/5] eal: rename --socket-mem/--socket-limit

2024-09-06 Thread Anatoly Burakov
Currently, --socket-mem and --socket-limit EAL flags effectively refer to NUMA nodes, not CPU sockets. Update the flag names to reflect this. Old flag names are still supported for backward compatibility. Signed-off-by: Anatoly Burakov --- Notes: Technically, this is a user-facing change and