Re: [dpdk-dev] [PATCH] net/mlx5: fix RSS action validation of queue idx

2019-11-12 Thread Raslan Darawsheh
Hi, > -Original Message- > From: dev On Behalf Of Dekel Peled > Sent: Monday, November 11, 2019 4:33 PM > To: Matan Azrad ; Shahaf Shuler > ; Slava Ovsiienko > Cc: Ori Kam ; dev@dpdk.org; sta...@dpdk.org > Subject: [dpdk-dev] [PATCH] net/mlx5: fix RSS action va

Re: [dpdk-dev] [PATCH] net/mlx5: fix RSS action validation of queue idx

2019-11-12 Thread Matan Azrad
From: Dekel Peled > RSS action validation function checks the queues included in RSS to make > sure they are valid. > A Queue is considered valid if the pointer to the queue (item at location > queue-index of RxQ array) is not a null value. > The queue indices are not checked. If a large value i

[dpdk-dev] [PATCH] net/mlx5: fix RSS action validation of queue idx

2019-11-11 Thread Dekel Peled
RSS action validation function checks the queues included in RSS to make sure they are valid. A Queue is considered valid if the pointer to the queue (item at location queue-index of RxQ array) is not a null value. The queue indices are not checked. If a large value is entered as queue index, using