commit | 5b9dfe299e55604af47cdca9d03d2e9d4fe2ad53 | [log] [tgz] |
---|---|---|
author | Lendacky, Thomas <Thomas.Lendacky@amd.com> | Tue Nov 04 16:07:02 2014 -0600 |
committer | David S. Miller <davem@davemloft.net> | Wed Nov 05 21:50:12 2014 -0500 |
tree | c011bc202e146d22f51b526c39344bf3887e7a53 | |
parent | 9227dc5e579b6b2ef58ad0d3d0d23ddac77846ef [diff] |
amd-xgbe: Provide support for receive side scaling This patch provides support for receive side scaling (RSS). RSS allows for spreading incoming network packets across the Rx queues. When used in conjunction with the per DMA channel interrupt support, this allows the receive processing to be spread across multiple processors. Signed-off-by: Tom Lendacky <thomas.lendacky@amd.com> Signed-off-by: David S. Miller <davem@davemloft.net>