[ovs-dev] [PATCH 0/2] Fixes for TC DP matching on IP tunnels ttl/tos

Or Gerlitz ogerlitz at mellanox.com
Thu Sep 6 10:52:24 UTC 2018


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



More information about the dev mailing list