Re: [dpdk-dev] [PATCH] net/mlx5: fix validate RSS queues types

2020-11-17 Thread Raslan Darawsheh
Hi, > -Original Message- > From: dev On Behalf Of Xiaoyu Min > Sent: Monday, November 16, 2020 4:08 AM > To: Matan Azrad ; Shahaf Shuler > ; Slava Ovsiienko > Cc: dev@dpdk.org; Jack Min ; sta...@dpdk.org > Subject: [dpdk-dev] [PATCH] net/mlx5: fix validate RSS q

[dpdk-dev] [PATCH] net/mlx5: fix validate RSS queues types

2020-11-15 Thread Xiaoyu Min
From: Xiaoyu Min When the RSS queues' types are not uniformed, i.e, mixed with normal RX queue and hairpin queue, PMD accept this flow after commit[1] instead of reject it. This because commit[1] create RX queue object as DEVX type via DEVX API instead of IBV type via verbs, in which the latter