Re: [dpdk-dev] [PATCH] net/mlx5: fix hairpin split detection

2019-11-19 Thread Raslan Darawsheh
Hi, > -Original Message- > From: dev On Behalf Of Ori Kam > Sent: Tuesday, November 19, 2019 2:39 PM > To: Matan Azrad ; Shahaf Shuler > ; Slava Ovsiienko > Cc: dev@dpdk.org; Ori Kam > Subject: [dpdk-dev] [PATCH] net/mlx5: fix hairpin split detection > >

[dpdk-dev] [PATCH] net/mlx5: fix hairpin split detection

2019-11-19 Thread Ori Kam
When creating a flow, the flow is checked if it should be split into 2 flows based on the queue/rss acton. If the RSS action with given without any queues, it will result in crash due to the fact that the function checks the queue type. This commit fixes this issue by checking if the rss action i