summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorEmma Finn <emma.finn@intel.com>2022-07-15 10:16:16 +0000
committerIan Stokes <ian.stokes@intel.com>2022-07-15 11:38:54 +0100
commiteec822761429f52b8f0db5360f3437a8827aa753 (patch)
tree236e7913e8ef579a4e1cfd7497fd1c087826e226 /NEWS
parent70b559e97bce30950eef80cbec2b41bd012d599d (diff)
downloadopenvswitch-eec822761429f52b8f0db5360f3437a8827aa753.tar.gz
odp-execute: Add auto validation function for actions.
This commit introduced the auto-validation function which allows users to compare the batch of packets obtained from different action implementations against the linear action implementation. The autovalidator function can be triggered at runtime using the following command: $ ovs-appctl odp-execute/action-impl-set autovalidator Signed-off-by: Emma Finn <emma.finn@intel.com> Acked-by: Harry van Haaren <harry.van.haaren@intel.com> Acked-by: Sunil Pai G <sunil.pai.g@intel.com> Acked-by: Eelco Chaudron <echaudro@redhat.com> Signed-off-by: Ian Stokes <ian.stokes@intel.com>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 403cc7fb3..311c23e0c 100644
--- a/NEWS
+++ b/NEWS
@@ -55,6 +55,8 @@ Post-v2.17.0
* 'dpif-netdev/subtable-lookup-prio-get' appctl command renamed to
'dpif-netdev/subtable-lookup-info-get' to better reflect its purpose.
The old variant is kept for backward compatibility.
+ * Add actions auto-validator function to compare different actions
+ implementations against default implementation.
- Linux datapath:
* Add offloading meter tc police.
* Add support for offloading the check_pkt_len action.