Re: [dpdk-dev] [PATCH] net/nfp: fix RSS hash configuration reporting

2020-07-10 Thread Ferruh Yigit
On 7/10/2020 3:28 PM, Heinrich Kuhn wrote: > Prior to this fix the NFP PMD implementation of the .rss_hash_conf_get > callback did not propagate the current hardware state of rss_hf back up > to the caller. Users of the hash_conf_get callback would receive an > incorrect representation of what the

[dpdk-dev] [PATCH] net/nfp: fix RSS hash configuration reporting

2020-07-10 Thread Heinrich Kuhn
Prior to this fix the NFP PMD implementation of the .rss_hash_conf_get callback did not propagate the current hardware state of rss_hf back up to the caller. Users of the hash_conf_get callback would receive an incorrect representation of what the RSS configuration currently is in hardware. Fixes: