summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorEmma Finn <emma.finn@intel.com>2022-07-15 10:16:17 +0000
committerIan Stokes <ian.stokes@intel.com>2022-07-15 11:39:20 +0100
commit1713fc011656de9963744c9477ca2868eda5defd (patch)
treed598d39a2fa23d1d704e9d7ba3d3e1c28109c368 /NEWS
parenteec822761429f52b8f0db5360f3437a8827aa753 (diff)
downloadopenvswitch-1713fc011656de9963744c9477ca2868eda5defd.tar.gz
odp-execute: Add command to switch action implementation.
This commit adds a new command to allow the user to switch the active action implementation at runtime. Usage: $ ovs-appctl odp-execute/action-impl-set scalar This commit also adds a new command to retrieve the list of available action implementations. This can be used by to check what implementations of actions are available and what implementation is active during runtime. Usage: $ ovs-appctl odp-execute/action-impl-show Added separate test-case for ovs-actions show/set commands: odp-execute - actions implementation Signed-off-by: Emma Finn <emma.finn@intel.com> Signed-off-by: Kumar Amber <kumar.amber@intel.com> Signed-off-by: Sunil Pai G <sunil.pai.g@intel.com> Co-authored-by: Kumar Amber <kumar.amber@intel.com> Co-authored-by: Sunil Pai G <sunil.pai.g@intel.com> Acked-by: Harry van Haaren <harry.van.haaren@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 311c23e0c..0b95c0bf2 100644
--- a/NEWS
+++ b/NEWS
@@ -57,6 +57,8 @@ Post-v2.17.0
The old variant is kept for backward compatibility.
* Add actions auto-validator function to compare different actions
implementations against default implementation.
+ * Add command line option to switch between different actions
+ implementations available at run time.
- Linux datapath:
* Add offloading meter tc police.
* Add support for offloading the check_pkt_len action.