Re: [PATCH v7 2/3] geneve: handle ipv6 priority like ipv4 tos

2015-10-29 Thread David Miller
From: "John W. Linville" Date: Mon, 26 Oct 2015 17:01:45 -0400 > Other callers of udp_tunnel6_xmit_skb just pass 0 for the prio > argument. Jesse Gross suggested that prio is really > the same as IPv4's tos and should be handled the same, so this is my

[PATCH v7 2/3] geneve: handle ipv6 priority like ipv4 tos

2015-10-26 Thread John W. Linville
Other callers of udp_tunnel6_xmit_skb just pass 0 for the prio argument. Jesse Gross 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