Re: [PATCH v1 1/1] eal: warn user when lcore cpuset includes multiple sockets

2023-05-23 Thread Burakov, Anatoly
On 5/23/2023 2:55 PM, Bruce Richardson wrote: On Tue, May 23, 2023 at 01:06:16PM +, Anatoly Burakov wrote: Currently, it is allowed to specify a cpuset for lcores such that it will include physical cores from different NUMA nodes. This has an effect of setting `rte_socket_id()` for that lcor

Re: [PATCH v1 1/1] eal: warn user when lcore cpuset includes multiple sockets

2023-05-23 Thread Bruce Richardson
On Tue, May 23, 2023 at 01:06:16PM +, Anatoly Burakov wrote: > Currently, it is allowed to specify a cpuset for lcores such that it > will include physical cores from different NUMA nodes. This has an > effect of setting `rte_socket_id()` for that lcore to SOCKET_ID_ANY, > so add a warning abou