Re: [dpdk-dev] [PATCH v2 2/2] qede: make driver accept bigger rss tables

2021-03-20 Thread Jerin Jacob
On Fri, Mar 19, 2021 at 3:17 PM Igor Russkikh wrote: > > We found some dpdk applications blindly pass fixed side rss hash tables, Could you rewrite the git commit by removing "We". > and do not check driver/device capabilities. > > Moreover, many other drivers do not do such a strong check as we

[dpdk-dev] [PATCH v2 2/2] qede: make driver accept bigger rss tables

2021-03-19 Thread Igor Russkikh
We found some dpdk applications blindly pass fixed side rss hash tables, and do not check driver/device capabilities. Moreover, many other drivers do not do such a strong check as well. So here we fix it, making qede accept any size rss_key. For larger key tables we just crop it with notice trace