summaryrefslogtreecommitdiff
path: root/tests/ofproto-macros.at
diff options
context:
space:
mode:
authorEmma Finn <emma.finn@intel.com>2022-07-15 10:16:14 +0000
committerIan Stokes <ian.stokes@intel.com>2022-07-15 11:38:16 +0100
commit95e4a35b0a1d1c9687d3eca86966ad4b61df54dc (patch)
tree5c61d424c8915a802c49f95577ac13bba9702fce /tests/ofproto-macros.at
parentd807a2bb4ee2ccd474e547d76d19ed62d0a08f13 (diff)
downloadopenvswitch-95e4a35b0a1d1c9687d3eca86966ad4b61df54dc.tar.gz
odp-execute: Add function pointers to odp-execute for different action implementations.
This commit introduces the initial infrastructure required to allow different implementations for OvS actions. The patch introduces action function pointers which allows user to switch between different action implementations available. This will allow for more performance and flexibility so the user can choose the action implementation to best suite their use case. 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 'tests/ofproto-macros.at')
-rw-r--r--tests/ofproto-macros.at1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/ofproto-macros.at b/tests/ofproto-macros.at
index 84f07c108..676d55aa9 100644
--- a/tests/ofproto-macros.at
+++ b/tests/ofproto-macros.at
@@ -182,6 +182,7 @@ m4_define([_OVS_VSWITCHD_START],
on_exit "kill_ovs_vswitchd `cat ovs-vswitchd.pid`"
AT_CHECK([[sed < stderr '
/ovs_numa|INFO|Discovered /d
+/odp_execute_impl|INFO|Action implementation /d
/vlog|INFO|opened log file/d
/vswitchd|INFO|ovs-vswitchd (Open vSwitch)/d
/reconnect|INFO|/d