commit | 19469a873bafd4e65daef3597db2bd724c1b03c9 | [log] [tgz] |
---|---|---|
author | Tom Herbert <therbert@google.com> | Tue Jul 01 21:33:01 2014 -0700 |
committer | David S. Miller <davem@davemloft.net> | Mon Jul 07 21:14:21 2014 -0700 |
tree | c413b1130aaf9e5c70a7d378508684f5c72e3320 | |
parent | 535fb8d006bc6a96d59558181a9a6f267be382c5 [diff] |
flow_dissector: Use IPv6 flow label in flow_dissector This patch implements the receive side to support RFC 6438 which is to use the flow label as an ECMP hash. If an IPv6 flow label is set in a packet we can use this as input for computing an L4-hash. There should be no need to parse any transport headers in this case. Signed-off-by: Tom Herbert <therbert@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>