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:

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