[dpdk-dev] [PATCH v5 22/34] net/mlx5: optimize shared RSS list operation

2020-10-28 Thread Suanming Mou
When create shared RSS hrxq, the hrxq will be created directly, no hrxq will be reused. In this case, add the shared RSS hrxq to the queue list is redundant. And it also hurts the generic queue lookup. This commit avoids add the shared RSS hrxq to the queue list. Signed-off-by: Suanming Mou Ack

[dpdk-dev] [PATCH v5 22/34] net/mlx5: optimize shared RSS list operation

2020-10-28 Thread Suanming Mou
When create shared RSS hrxq, the hrxq will be created directly, no hrxq will be reused. In this case, add the shared RSS hrxq to the queue list is redundant. And it also hurts the generic queue lookup. This commit avoids add the shared RSS hrxq to the queue list. Signed-off-by: Suanming Mou Ack