> -----Original Message----- > From: Finn, Emma <[email protected]> > Sent: Wednesday, January 5, 2022 4:54 PM > To: [email protected]; Van Haaren, Harry <[email protected]>; > Amber, Kumar <[email protected]> > Cc: Finn, Emma <[email protected]> > Subject: [PATCH v4 4/9] odp-execute: Add command to switch action > implementation. > > This commit adds a new command to allow the user to switch > the active action implementation at runtime. A probe function > is executed before switching the implementation, to ensure > the CPU is capable of running the ISA required. > > Usage: > $ ovs-appctl dpif-netdev/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 dpif-netdev/action-impl-get > > Signed-off-by: Emma Finn <[email protected]>
Acked-by: Harry van Haaren <[email protected]> _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
