Re: [PATCH net] mvpp2: enable rxhash only on the first port

2020-05-09 Thread Jakub Kicinski
On Sat, 9 May 2020 21:23:55 +0100 Russell King - ARM Linux admin wrote: > I seem to have discovered the cause of the problem in the old thread, > so I suggest we wait and see whether anyone offers up a proper > solution to this regression before we rush to completely disable > this feature. > > I

Re: [PATCH net] mvpp2: enable rxhash only on the first port

2020-05-09 Thread Russell King - ARM Linux admin
On Sat, May 09, 2020 at 04:15:46PM +0200, Matteo Croce wrote: > Currently rxhash only works on the first port of the CP (Communication > Processor). Enabling it on other ports completely blocks packet reception. > This patch only adds rxhash as supported feature to the first port, > so rxhash

[PATCH net] mvpp2: enable rxhash only on the first port

2020-05-09 Thread Matteo Croce
Currently rxhash only works on the first port of the CP (Communication Processor). Enabling it on other ports completely blocks packet reception. This patch only adds rxhash as supported feature to the first port, so rxhash can't be enabled on other ports: # ethtool -K eth0 rxhash on