[PATCH v2] net/mlx5: fix CPU socket ID for Rx queue creation
Raslan Darawsheh
rasland at nvidia.com
Thu Mar 10 16:38:06 CET 2022
Hi,
> -----Original Message-----
> From: Thinh Tran <thinhtr at linux.vnet.ibm.com>
> Sent: Wednesday, March 9, 2022 9:49 PM
> To: dev at dpdk.org
> Cc: drc at linux.vnet.ibm.com; Slava Ovsiienko <viacheslavo at nvidia.com>;
> Raslan Darawsheh <rasland at nvidia.com>; Dmitry Kozlyuk
> <dkozlyuk at nvidia.com>; Thinh Tran <thinhtr at linux.vnet.ibm.com>;
> stable at dpdk.org
> Subject: [PATCH v2] net/mlx5: fix CPU socket ID for Rx queue creation
>
> The default CPU socket ID was used while creating the Rx queue and this
> caused creation failure in case if hardware was not resided on the default
> socket.
>
> The patch sets the correct CPU socket ID for the mlx5_rxq_ctrl before calling
> the mlx5_rxq_create_devx_rq_resources() which eventually calls
> mlx5_devx_rq_create() with correct CPU socket ID.
>
> v2: change patch description, no code change
Removed this part,
>
> Fixes: bc5bee028ebc ("net/mlx5: create drop queue using DevX")
> Cc: stable at dpdk.org
>
>
> Signed-off-by: Thinh Tran <thinhtr at linux.vnet.ibm.com>
> Reviewed-by: David Christensen <drc at linux.vnet.ibm.com>
Added missing Ack from V1 from Matan,
Patch applied to next-net-mlx,
Kindest regards,
Raslan Darawsheh
More information about the dev
mailing list