commit | 85069e95e53161f8bcc1aa266f47c60c1f3e4ec3 | [log] [tgz] |
---|---|---|
author | Sunil Goutham <sgoutham@marvell.com> | Mon Jan 27 18:35:25 2020 +0530 |
committer | David S. Miller <davem@davemloft.net> | Mon Jan 27 14:33:39 2020 +0100 |
tree | 646138ca9fa173d45c5ce8d27a001cccbb0665f2 | |
parent | 4ff7d1488a8496fddcfdf40c42489eaa64892f3e [diff] |
octeontx2-pf: Receive side scaling support Adds receive side scaling (RSS) support to distribute pkts/flows across multiple queues. Sets up key, indirection table etc. Also added extraction of HW calculated rxhash and adding to same to SKB ie NETIF_F_RXHASH offload support. Signed-off-by: Sunil Goutham <sgoutham@marvell.com> Signed-off-by: David S. Miller <davem@davemloft.net>