Does "ovs-ofctl flows" gets programmed in the kernel ? or is that "ovs-dpctl dump-flows" dumps both of-flows & flows that got punted ?
On Thu, Apr 24, 2014 at 3:38 PM, Ben Pfaff <[email protected]> wrote: > On Thu, Apr 24, 2014 at 03:37:12PM -0700, Bhargav Bhikkaji wrote: > > My actual question is, if there is flow miss in the datapath, the packet > is > > punted to the user-space (vswitchd) which programs the missed flow on > > datapath. Essentially, vswitchd handles the flow management for datapath. > > Is there a way to dump in vswitchd those flows that got punted and gets > > programmed subsequently in datapath ? > > The flows that got punted and programmed are the flows dumped by > "ovs-dpctl dump-flows". >
_______________________________________________ discuss mailing list [email protected] http://openvswitch.org/mailman/listinfo/discuss
