Re: [PATCHv4 net-next] octeontx2-pf: Add RSS multi group support

2020-12-16 Thread Jakub Kicinski
On Tue, 15 Dec 2020 09:41:56 +0530 Geetha sowjanya wrote: > Hardware supports 8 RSS groups per interface. Currently we are using > only group '0'. This patch allows user to create new RSS groups/contexts > and use the same as destination for flow steering rules. > > usage: > To steer the traffic t

[PATCHv4 net-next] octeontx2-pf: Add RSS multi group support

2020-12-14 Thread Geetha sowjanya
Hardware supports 8 RSS groups per interface. Currently we are using only group '0'. This patch allows user to create new RSS groups/contexts and use the same as destination for flow steering rules. usage: To steer the traffic to RQ 2,3 ethtool -X eth0 weight 0 0 1 1 context new (It will print th