Re: [dpdk-dev] [PATCH] net/failsafe: fix RSS hash offload reporting

2021-02-22 Thread Ferruh Yigit
On 2/22/2021 3:25 PM, Gaëtan Rivet wrote: On Fri, Feb 19, 2021, at 08:49, Ferruh Yigit wrote: On 12/22/2020 8:00 AM, Andrew Rybchenko wrote: If sub-devices support RSS hash offload, the offload should be reported by the failsafe device since handling is transparent from failsafe point of view.

Re: [dpdk-dev] [PATCH] net/failsafe: fix RSS hash offload reporting

2021-02-22 Thread Gaëtan Rivet
On Fri, Feb 19, 2021, at 08:49, Ferruh Yigit wrote: > On 12/22/2020 8:00 AM, Andrew Rybchenko wrote: > > If sub-devices support RSS hash offload, the offload should be > > reported by the failsafe device since handling is transparent > > from failsafe point of view. > > > > Fixes: 5d308972954c ("e

Re: [dpdk-dev] [PATCH] net/failsafe: fix RSS hash offload reporting

2021-02-19 Thread Ferruh Yigit
On 12/22/2020 8:00 AM, Andrew Rybchenko wrote: If sub-devices support RSS hash offload, the offload should be reported by the failsafe device since handling is transparent from failsafe point of view. Fixes: 5d308972954c ("ethdev: add mbuf RSS update as an offload") Cc: sta...@dpdk.org Signed-o

[dpdk-dev] [PATCH] net/failsafe: fix RSS hash offload reporting

2020-12-22 Thread Andrew Rybchenko
If sub-devices support RSS hash offload, the offload should be reported by the failsafe device since handling is transparent from failsafe point of view. Fixes: 5d308972954c ("ethdev: add mbuf RSS update as an offload") Cc: sta...@dpdk.org Signed-off-by: Andrew Rybchenko --- drivers/net/failsaf