This set is a follow-up to address Jiri's recent feedback [1] on the flowi6_tos issue, that it is not used for IPv6 route lookups. The three patches fix all current users of flowi6_tos and remove the define to avoid any future confusion on this. Tested the vxlan and geneve ones with IPv6 routing rules. For details, please see individual patches.
[ As fixes are currently applied against net-next tree, I've rebased it against that. ] Thanks! [1] http://patchwork.ozlabs.org/patch/592055/ Daniel Borkmann (3): vxlan: fix populating tclass in vxlan6_get_route geneve: fix populating tclass in geneve_get_v6_dst ipv6, trace: fix tos reporting on fib6_table_lookup drivers/net/geneve.c | 11 ++++++----- drivers/net/vxlan.c | 3 +-- include/net/flow.h | 2 +- include/net/ipv6.h | 6 ++++++ include/trace/events/fib6.h | 2 +- 5 files changed, 15 insertions(+), 9 deletions(-) -- 1.9.3