commit | bf751ba802fe57f4f3aa5555e1446387912bef9e | [log] [tgz] |
---|---|---|
author | govindarajulu.v <govindarajulu90@gmail.com> | Wed Sep 04 11:17:15 2013 +0530 |
committer | David S. Miller <davem@davemloft.net> | Thu Sep 05 12:39:32 2013 -0400 |
tree | 0a5235d40b8235e6835acf12825da34a8ffe15e4 | |
parent | 822473b6c4e207a8af08518afce5dd2f2e13d765 [diff] |
driver/net: enic: record q_number and rss_hash for skb The following patch sets the skb->rxhash and skb->q_number. This is used by RPS and RFS. Kernel can make use of hw provided hash instead of calculating the hash. Signed-off-by: Govindarajulu Varadarajan <govindarajulu90@gmail.com> Signed-off-by: Nishank Trivedi <nistrive@cisco.com> Signed-off-by: Christian Benvenuti <benve@cisco.com> Signed-off-by: David S. Miller <davem@davemloft.net>