mirror of
https://github.com/openvswitch/ovs
synced 2025-08-31 06:15:47 +00:00
ofp-actions: Add action "debug_slow" for testing slow-path.
It isn't otherwise useful and in fact hurts performance so it's disabled without --enable-dummy. An upcoming commit will make use of this. Signed-off-by: Justin Pettit <jpettit@ovn.org> Acked-by: Ben Pfaff <blp@ovn.org>
This commit is contained in:
@@ -128,6 +128,7 @@ struct vl_mff_map;
|
||||
* These are intentionally undocumented, subject to change, and \
|
||||
* only accepted if ovs-vswitchd is started with --enable-dummy. */ \
|
||||
OFPACT(DEBUG_RECIRC, ofpact_null, ofpact, "debug_recirc") \
|
||||
OFPACT(DEBUG_SLOW, ofpact_null, ofpact, "debug_slow") \
|
||||
\
|
||||
/* Instructions. */ \
|
||||
OFPACT(METER, ofpact_meter, ofpact, "meter") \
|
||||
|
Reference in New Issue
Block a user