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

2020-12-10 Thread Geethasowjanya Akula
...@davemloft.net; k...@kernel.org; Subbaraya Sundeep Bhatta Subject: [EXT] Re: [PATCHv3 net-next] octeontx2-pf: Add RSS multi group support External Email -- On Wed, 2020-12-09 at 22:39 +0530, Geetha sowjanya wrote: > Hardw

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

2020-12-09 Thread Jakub Kicinski
On Wed, 09 Dec 2020 11:08:24 -0800 Saeed Mahameed wrote: > > -/* Configure RSS table and hash key */ > > -static int otx2_set_rxfh(struct net_device *dev, const u32 *indir, > > -const u8 *hkey, const u8 hfunc) > > +static int otx2_get_rxfh_context(struct net_device *dev, u32

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

2020-12-09 Thread Saeed Mahameed
On Wed, 2020-12-09 at 22:39 +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

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

2020-12-09 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