Probe the datapath implementation for support of OVS_ACTION_ATTR_DROP.
Also add a new test case.

v7:
  - remove re-probe of support as Ilya is working on a generic solution
v6:
  - improve log if hw-offload enabled
  - re-probe support if hw-offload set true at runtime
v5:
  - combine patches 3 and 4
  - add description to combined patch 3
v4:
  - avoid passing action to datapath if TC offload in use
v3:
  - alter test such that it's reliable, different xlate_error
  - better commit message in patch 2
  - reordered _DEC_TTL value in switch statements
  - add format_dec_ttl_action()
v2:
  - new patch (1) to fix build (switch cases)
  - fixed check-system-userspace

Eric Garver (3):
  dpif: Stub out unimplemented action OVS_ACTION_ATTR_DEC_TTL.
  dpif: Probe support for OVS_ACTION_ATTR_DROP.
  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                | 23 +++++++++++++++++++
 ofproto/ofproto-dpif-ipfix.c  |  1 +
 ofproto/ofproto-dpif-sflow.c  |  1 +
 ofproto/ofproto-dpif.c        | 42 +++++++++++++++++++++++++++++++++--
 tests/system-common-macros.at |  4 ++++
 tests/system-traffic.at       | 31 ++++++++++++++++++++++++++
 11 files changed, 106 insertions(+), 10 deletions(-)

-- 
2.41.0

_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to