geneve: handle ipv6 priority like ipv4 tos
authorJohn W. Linville <linville@tuxdriver.com>
Mon, 26 Oct 2015 21:01:45 +0000 (17:01 -0400)
committerDavid S. Miller <davem@davemloft.net>
Fri, 30 Oct 2015 03:10:51 +0000 (12:10 +0900)
commit3a56f86f1be6a381345800d69999eaff87e0161d
treef5e24e4bc9bf1870f52412ad4c5d83e390e975bd
parent8ed66f0e8235118a31720acdab3bbbe9debd0f6a
geneve: handle ipv6 priority like ipv4 tos

Other callers of udp_tunnel6_xmit_skb just pass 0 for the prio
argument.  Jesse Gross <jesse@nicira.com> suggested that prio is really
the same as IPv4's tos and should be handled the same, so this is my
interpretation of that suggestion.

Signed-off-by: John W. Linville <linville@tuxdriver.com>
Reported-by: Jesse Gross <jesse@nicira.com>
Reviewed-by: Jesse Gross <jesse@nicira.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/geneve.c