Re: [PATCH] net/qede: fix RSS indirection table initialization

2023-05-26 Thread Jerin Jacob
On Thu, May 25, 2023 at 7:24 PM Devendra Singh Rawat wrote: > > RSS indirection table was not updated for VF ports during RSS hash > update, this resulted in device start failure. > This fix sets update rss indirection table in VFPF channel request, > sent for updating RSS hash for VF. > > Fixes:

[PATCH] net/qede: fix RSS indirection table initialization

2023-05-25 Thread Devendra Singh Rawat
RSS indirection table was not updated for VF ports during RSS hash update, this resulted in device start failure. This fix sets update rss indirection table in VFPF channel request, sent for updating RSS hash for VF. Fixes: 7ab35bf6b97b ("net/qede: fix RSS") Cc: sta...@dpdk.org Signed-off-by: Dev

Re: [PATCH] net/qede: fix RSS indirection table initialization

2023-05-25 Thread Jerin Jacob
On Thu, May 25, 2023 at 2:59 PM Devendra Singh Rawat wrote: > > RSS indirection table was not updated for VF ports during RSS hash > update, this resulted in device start failure. > This fix updates RSS indirection table during RSS hash update. > > Fixes: 7ab35bf6b97b (net/qede: fix RSS) [for-nex

[PATCH] net/qede: fix RSS indirection table initialization

2023-05-25 Thread Devendra Singh Rawat
RSS indirection table was not updated for VF ports during RSS hash update, this resulted in device start failure. This fix updates RSS indirection table during RSS hash update. Fixes: 7ab35bf6b97b (net/qede: fix RSS) Cc: sta...@dpdk.org Signed-off-by: Devendra Singh Rawat Signed-off-by: Alok Pra

[PATCH] net/qede: fix RSS indirection table initialization

2023-05-24 Thread Devendra Singh Rawat
RSS indirection table was not updated for VF ports during RSS hash update, this resulted in device start failure. This fix updates RSS indirection table during RSS hash update. Fixes: 7ab35bf6b97b (net/qede: fix RSS) Cc: sta...@dpdk.org Signed-off-by: Devendra Singh Rawat Signed-off-by: Alok Pra