On 12 April 2017 at 08:22, Flavio Leitner <[email protected]> wrote: > On Fri, Apr 07, 2017 at 04:13:08PM +0300, Roi Dayan wrote: >> From: Paul Blakey <[email protected]> >> >> Usage: >> # to dump all datapath flows (default): >> ovs-dpctl dump-flows >> >> # to dump only flows that in kernel datapath: >> ovs-dpctl dump-flows type=ovs >> >> # to dump only flows that are offloaded: >> ovs-dpctl dump-flows type=offloaded > > > It should return an error if the type= is wrong/unavailable.
I wonder if we should also add a piece in verbose mode (-m) at the end of each flow that says something like "type=software", "type=hardware" (which should match the name of the ovs-dpctl dump-flows type argument)? _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
