Re: [PATCH] net/mlx5: support bus socket with no hugepages

2023-10-30 Thread Hari Sasank
AM To: Hari Sasank ; Matan Azrad ; Ori Kam ; Suanming Mou Cc: dev@dpdk.org Subject: RE: [PATCH] net/mlx5: support bus socket with no hugepages Hi, Hari As I see almost all updates, using newly introduced MLX5_MEM_FALLBACK_ANY_SOCKET flag, are related to the memory mapped for the hardware usage

[PATCH] net/mlx5: support bus socket with no hugepages

2023-06-21 Thread Hari Sasank
mlx5_malloc, will allocate the memory using SOCKET_ID_ANY if it is not able to allocate memory on the specified socket. This allocates memory on any socket starting with the current thread's socket. Signed-off-by: Hari Sasank --- drivers/common/mlx5/mlx5_common_devx.c | 9 ++--- drivers/c