The tc library wrongly programs the kernel tc stack to match on tunnel ttl/tos also when not needed. Fix that by taking into account the mask.
Or. Or Gerlitz (2): lib/tc: Put the tunnel match fields as part of the tc/flower key struct lib/tc: Avoid matching on tunnel ttl or tos if not needed lib/netdev-tc-offloads.c | 55 ++++++++++++++++++++++++++---------------------- lib/tc.c | 54 +++++++++++++++++++++++++++-------------------- lib/tc.h | 33 +++++++++++++++-------------- 3 files changed, 78 insertions(+), 64 deletions(-) -- 2.5.5 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
