Probe the datapath implementation for support of OVS_ACTION_ATTR_DROP. Also add a new test case.
v2: - new patch (1) to fix build (switch cases) - fixed check-system-userspace Eric Garver (4): dpif: stub out unimplemented action OVS_ACTION_ATTR_DEC_TTL dpif: probe support for OVS_ACTION_ATTR_DROP system-common-macros: check for drop action in datapath tests: system-traffic: add coverage for drop action include/linux/openvswitch.h | 3 ++- lib/dpif-netdev.c | 1 + lib/dpif.c | 7 +------ lib/dpif.h | 1 - lib/odp-execute.c | 2 ++ lib/odp-util.c | 2 ++ ofproto/ofproto-dpif-ipfix.c | 1 + ofproto/ofproto-dpif-sflow.c | 1 + ofproto/ofproto-dpif.c | 34 ++++++++++++++++++++++++++++++++-- tests/system-common-macros.at | 4 ++++ tests/system-traffic.at | 30 ++++++++++++++++++++++++++++++ 11 files changed, 76 insertions(+), 10 deletions(-) -- 2.39.0 _______________________________________________ dev mailing list d...@openvswitch.org https://mail.openvswitch.org/mailman/listinfo/ovs-dev