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

2015-10-20 Thread Jesse Gross
On Tue, Oct 20, 2015 at 11:11 PM, John W. Linville wrote: > 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-

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

2015-10-20 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 Reported-by: Jesse Gross --- drivers/net/g