Re: [ovs-dev] [PATCH v2 0/4] dpif: probe support for OVS_ACTION_ATTR_DROP

2023-07-27 Thread Eric Garver
copy/paste error in the SUBJECT, but only for the cover letter.

s/v2/v3/

On Thu, Jul 27, 2023 at 08:04:42PM -0400, Eric Garver wrote:
> Probe the datapath implementation for support of OVS_ACTION_ATTR_DROP.
> Also add a new test case.
> 
> 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 (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| 23 +++
>  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   | 31 +++
>  11 files changed, 98 insertions(+), 10 deletions(-)
> 
> -- 
> 2.39.0
> 
> ___
> dev mailing list
> d...@openvswitch.org
> https://mail.openvswitch.org/mailman/listinfo/ovs-dev
> 

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


[ovs-dev] [PATCH v2 0/4] dpif: probe support for OVS_ACTION_ATTR_DROP

2023-07-27 Thread Eric Garver
Probe the datapath implementation for support of OVS_ACTION_ATTR_DROP.
Also add a new test case.

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 (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| 23 +++
 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   | 31 +++
 11 files changed, 98 insertions(+), 10 deletions(-)

-- 
2.39.0

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


[ovs-dev] [PATCH v2 0/4] dpif: probe support for OVS_ACTION_ATTR_DROP

2023-06-30 Thread Eric Garver
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