Re: [PATCH] Add a 'start N' option when specifying the Rx flow hash indirection table.

2019-04-01 Thread Edward Cree
On 01/04/2019 19:42, Jonathan Lemon wrote: > When using more than one RSS table, specifying a starting queue for flow > distibution > makes it easier to specify the set of queues attached to the table. An > example: > > ethtool -X eth0 context 0 equal 14 # queues 0 .. 13 >

[PATCH] Add a 'start N' option when specifying the Rx flow hash indirection table.

2019-04-01 Thread Jonathan Lemon
When using more than one RSS table, specifying a starting queue for flow distibution makes it easier to specify the set of queues attached to the table. An example: ethtool -X eth0 context 0 equal 14# queues 0 .. 13 ethtool -X eth0 context 1 start 14 equal 42 #