Re: [PATCH v2] net/mlx5: support NUMA node fallback

2025-06-26 Thread Thomas Monjalon
25/06/2025 17:00, Maayan Kashani: > Cross NUMA support means that when there is no > memory on the local NUMA, use other available > NUMA memory for port initialization and start. > > If mlx5 malloc with specified socket failed, > malloc function would return an error. > To support cross NUMA, > N

[PATCH v2] net/mlx5: support NUMA node fallback

2025-06-25 Thread Maayan Kashani
Cross NUMA support means that when there is no memory on the local NUMA, use other available NUMA memory for port initialization and start. If mlx5 malloc with specified socket failed, malloc function would return an error. To support cross NUMA, NUMA tolerant wrapper will be used on supported too