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 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
