Re: [ovs-dev] [PATCH v1 4/6] ofproto-dpif: Unixctl command to dump netdev flows.

2013-11-01 Thread Ben Pfaff
On Fri, Nov 01, 2013 at 02:15:15AM -0700, Gurucharan Shetty wrote: > Right now, when we want to look at the flows of netdev > datapath, we use the dpif/dump-flows command which provides > it without querying the netdev datapath but rather through the > facets and subfacets. > > This commit adds th

[ovs-dev] [PATCH v1 4/6] ofproto-dpif: Unixctl command to dump netdev flows.

2013-11-01 Thread Gurucharan Shetty
Right now, when we want to look at the flows of netdev datapath, we use the dpif/dump-flows command which provides it without querying the netdev datapath but rather through the facets and subfacets. This commit adds the ability to directly query the netdev datapath through the dpif interface. Si