[dpdk-dev] [PATCH 1/3] drivers/net: fix RSS hash offload set if Rx mode is RSS only

Stephen Hemminger stephen at networkplumber.org
Thu Nov 14 17:56:14 CET 2019


On Thu, 14 Nov 2019 16:40:50 +0000
Andrew Rybchenko <arybchenko at solarflare.com> wrote:

> By default RSS hash delivery (offload) is bound to RSS mode and
> it is incorrect to advertise it as enabled if Rx multi-queue mode
> has no RSS.
> 
> Fixes: 8b945a7f7dcb ("drivers/net: update Rx RSS hash offload capabilities")
> 
> Signed-off-by: Andrew Rybchenko <arybchenko at solarflare.com>

If you have to change so many drivers, why not just handle it in
common rte_ethdev code?


More information about the dev mailing list