mirror of
https://github.com/openvswitch/ovs
synced 2025-08-22 01:51:26 +00:00
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>
11 lines
367 B
Groff
11 lines
367 B
Groff
.SS "ODP-EXECUTE COMMANDS"
|
|
These commands manage the "odp-execute" component.
|
|
|
|
.IP "\fBodp-execute/action-impl-show\fR
|
|
Lists the actions implementations that are available and highlights the
|
|
currently enabled one.
|
|
.
|
|
.IP "\fBodp-execute/action-impl-set\fR \fIaction_impl\fR"
|
|
Sets the action implementation to any available implementation. By default
|
|
"scalar" is used.
|