Re: [ovs-dev] [patch v4] dpctl: Make opt_dpif_open() more general.

2018-08-06 Thread Darrell Ball
On 8/6/18, 4:15 PM, "ovs-dev-boun...@openvswitch.org on behalf of Ben Pfaff" wrote: On Mon, Aug 06, 2018 at 03:55:55PM -0700, Darrell Ball wrote: > By making opt_dpif_open() more general, it can be used effectively > by all potential callers. Also, the error handling is improved

Re: [ovs-dev] [patch v4] dpctl: Make opt_dpif_open() more general.

2018-08-06 Thread Ben Pfaff
On Mon, Aug 06, 2018 at 03:55:55PM -0700, Darrell Ball wrote: > By making opt_dpif_open() more general, it can be used effectively > by all potential callers. Also, the error handling is improved by > having more specific errors. > > Signed-off-by: Darrell Ball I'm not sure I understand the

[ovs-dev] [patch v4] dpctl: Make opt_dpif_open() more general.

2018-08-06 Thread Darrell Ball
By making opt_dpif_open() more general, it can be used effectively by all potential callers. Also, the error handling is improved by having more specific errors. Signed-off-by: Darrell Ball --- lib/dpctl.c | 71 +