OSDN Git Service

Merge branch 'sfc-udp-rss'
authorDavid S. Miller <davem@davemloft.net>
Wed, 9 Nov 2016 18:59:17 +0000 (13:59 -0500)
committerDavid S. Miller <davem@davemloft.net>
Wed, 9 Nov 2016 18:59:17 +0000 (13:59 -0500)
commit8e6e596b06db164ece4c0f0225b72ba661d53d6c
tree474dc599b36e80d9433129460ad29785381f1a8e
parent04b206b8a9e571a88526ecd9c2019bb1ccc6a79e
parentb718c88a62c9adf24d8d1a06902f06f0149efac7
Merge branch 'sfc-udp-rss'

Edward Cree says:

====================
sfc: enable 4-tuple UDP RSS hashing

EF10 based NICs have configurable RSS hash fields, and can be made to take the
ports into the hash on UDP (they already do so for TCP).  This patch series
enables this, in order to improve spreading of UDP traffic.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>