Re: [ovs-dev] [PATCH v1 5/6] ovs-dpctl: Make 'show_dpif' more general.

2013-11-01 Thread Ben Pfaff
On Fri, Nov 01, 2013 at 02:15:16AM -0700, Gurucharan Shetty wrote: > Currently, with 'ovs-dpctl show', we call show_dpif(). > Move this functionality to lib/dpif.c so that it can > be used by an upcoming commit. > > Signed-off-by: Gurucharan Shetty Acked-by: Ben Pfaff __

[ovs-dev] [PATCH v1 5/6] ovs-dpctl: Make 'show_dpif' more general.

2013-11-01 Thread Gurucharan Shetty
Currently, with 'ovs-dpctl show', we call show_dpif(). Move this functionality to lib/dpif.c so that it can be used by an upcoming commit. Signed-off-by: Gurucharan Shetty --- lib/dpif.c| 136 +++ lib/dpif.h|1 + utilities/