RE: [PATCH] net/mlx5: fix the memory socket selection in ASO management

2022-01-06 Thread Raslan Darawsheh
Hi, > -Original Message- > From: Michael Baum > Sent: Wednesday, December 8, 2021 4:52 PM > To: dev@dpdk.org > Cc: Matan Azrad ; Raslan Darawsheh > ; Slava Ovsiienko ; Michael > Baum ; sta...@dpdk.org > Subject: [PATCH] net/mlx5: fix the memory socket selec

[PATCH] net/mlx5: fix the memory socket selection in ASO management

2021-12-08 Thread michaelba
From: Michael Baum In ASO objects creation (WQE, CQE and MR), socket number is given as a parameter. The selection was wrongly socket 0 hardcoded even if the user didn't configure memory for this socket. This patch replaces the selection to default socket (SOCKET_ID_ANY). Fixes: f935ed4b645a (