commit | 1d7d15d79fb4660bec3a86e748c50aac7c5d2121 | [log] [tgz] |
---|---|---|
author | Antoine Tenart <antoine.tenart@free-electrons.com> | Mon Oct 30 11:23:30 2017 +0100 |
committer | David S. Miller <davem@davemloft.net> | Wed Nov 01 12:28:33 2017 +0900 |
tree | bc999050fced7b6f731149992ea88ec23e3a9ae1 | |
parent | 7c10f9742d76ec18bed5de14f5f4ed08859f7b7a [diff] |
net: mvpp2: initialize the RSS tables This patch initialize the RSS tables to evenly (depending on the packets RSS hashes) distribute the packets across port Rx queues. This helps to handle packets on different CPUs to improve performances, as more queues will be used in parallel. Signed-off-by: Antoine Tenart <antoine.tenart@free-electrons.com> Signed-off-by: David S. Miller <davem@davemloft.net>