[ovs-dev] [PATCH 0/2] TC offload dump fix and add frag

Roi Dayan roid at mellanox.com
Sun Mar 4 12:20:29 UTC 2018


Hi,

The first patch fixing error handling when parsing tc rules for dump flows.
The second patch adds support for frag=no when offloading to TC.
This of course also limits that frag first/later is not being
offloaded to TC and fallback to the OVS datapath. this is because TC
supports only yes/no for frag.

Thanks,
Roi


Roi Dayan (2):
  lib/tc: Handle error parsing action in nl_parse_single_action
  netdev-tc-offloads: Add support for offloading ip frag no

 lib/netdev-tc-offloads.c | 13 ++++++++++++-
 lib/tc.c                 | 45 +++++++++++++++++++++++++++++++++++++++------
 lib/tc.h                 |  1 +
 3 files changed, 52 insertions(+), 7 deletions(-)

-- 
2.7.0



More information about the dev mailing list