From 5324b54e606a5e0ff2a183f23a1b203e5e0b50aa Mon Sep 17 00:00:00 2001 From: Kumar Amber Date: Thu, 15 Jul 2021 21:36:11 +0530 Subject: dpif-netdev: Add configure to enable autovalidator at build time. This commit adds a new command to allow the user to enable autovalidatior by default at build time thus allowing for runnig unit test by default. $ ./configure --enable-mfex-default-autovalidator Signed-off-by: Kumar Amber Co-authored-by: Harry van Haaren Signed-off-by: Harry van Haaren Acked-by: Eelco Chaudron Acked-by: Flavio Leitner Signed-off-by: Ian Stokes --- Documentation/topics/dpdk/bridge.rst | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Documentation/topics') diff --git a/Documentation/topics/dpdk/bridge.rst b/Documentation/topics/dpdk/bridge.rst index 7c96f4d5e..a47153495 100644 --- a/Documentation/topics/dpdk/bridge.rst +++ b/Documentation/topics/dpdk/bridge.rst @@ -307,3 +307,8 @@ implementations provide the same results. To set the Miniflow autovalidator, use this command :: $ ovs-appctl dpif-netdev/miniflow-parser-set autovalidator + +A compile time option is available in order to test it with the OVS unit +test suite. Use the following configure option :: + + $ ./configure --enable-mfex-default-autovalidator -- cgit v1.2.1