summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorKumar Amber <kumar.amber@intel.com>2022-07-15 10:16:18 +0000
committerIan Stokes <ian.stokes@intel.com>2022-07-15 11:40:04 +0100
commitb52e0b396e59217ba7f291da5dd64f504683edaf (patch)
tree6da2fe27317a321c5e0b35dddd9df780595fd71e /NEWS
parent1713fc011656de9963744c9477ca2868eda5defd (diff)
downloadopenvswitch-b52e0b396e59217ba7f291da5dd64f504683edaf.tar.gz
acinclude: Add configure option to enable actions autovalidator at build time.
This commit adds a new command to allow the user to enable the actions autovalidator by default at build time thus allowing for running unit test by default. $ ./configure --enable-actions-default-autovalidator Signed-off-by: Kumar Amber <kumar.amber@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 0b95c0bf2..cf8e8a290 100644
--- a/NEWS
+++ b/NEWS
@@ -59,6 +59,8 @@ Post-v2.17.0
implementations against default implementation.
* Add command line option to switch between different actions
implementations available at run time.
+ * Add build time configure command to enable auto-validator as default
+ actions implementation at build time.
- Linux datapath:
* Add offloading meter tc police.
* Add support for offloading the check_pkt_len action.