commit | f88e67149f97d73c704d6fe6f492edde97463025 | [log] [tgz] |
---|---|---|
author | Haiyang Zhang <haiyangz@microsoft.com> | Thu Oct 16 14:47:58 2014 -0700 |
committer | David S. Miller <davem@davemloft.net> | Fri Oct 17 23:43:40 2014 -0400 |
tree | 3f7fa7be6589fa32d74d2c7c0c3e82bde97a3968 | |
parent | f47de068f68db91b89e0d3335230d07e02da8727 [diff] |
hyperv: Add handling of IP header with option field in netvsc_set_hash() In case that the IP header has optional field at the end, this patch will get the port numbers after that field, and compute the hash. The general parser skb_flow_dissect() is used here. Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com> Reviewed-by: K. Y. Srinivasan <kys@microsoft.com> Signed-off-by: David S. Miller <davem@davemloft.net>