RE: [PATCH] common/mlx5: fix list unused lcore check

2022-06-05 Thread Raslan Darawsheh
Hi, > -Original Message- > From: Suanming Mou > Sent: Tuesday, May 31, 2022 4:26 AM > To: Slava Ovsiienko ; Matan Azrad > > Cc: Raslan Darawsheh ; dev@dpdk.org; > sta...@dpdk.org > Subject: [PATCH] common/mlx5: fix list unused lcore check > > While

[PATCH] common/mlx5: fix list unused lcore check

2022-05-30 Thread Suanming Mou
While non-lcore list operations were supported, non-lcore index will be converted to MLX5_LIST_NLCORE. In that case, no need to check the lcore index be -1 or not anymore. This commit removes the unused lcore check in list. Fixes: 7e1cf892711b ("common/mlx5: support list non-lcore operations") Cc