Re: [ovs-dev] [PATCH] bridge: No QoS configured is not an error

2016-08-04 Thread Daniele Di Proietto
Applied to master, thanks 2016-08-02 8:27 GMT-07:00 Stokes, Ian : > > If no QoS is configured, type value is likely to be an empty string. > > > > This is not an error though, so use the regular command reply function, > > not the error one. > > > > For example, before this patch: > > # ovs-app

Re: [ovs-dev] [PATCH] bridge: No QoS configured is not an error

2016-08-02 Thread Stokes, Ian
> If no QoS is configured, type value is likely to be an empty string. > > This is not an error though, so use the regular command reply function, > not the error one. > > For example, before this patch: > # ovs-appctl -t ovs-vswitchd qos/show vhost-user1 > QoS not configured on vhost-user1 >

[ovs-dev] [PATCH] bridge: No QoS configured is not an error

2016-08-02 Thread Maxime Coquelin
If no QoS is configured, type value is likely to be an empty string. This is not an error though, so use the regular command reply function, not the error one. For example, before this patch: # ovs-appctl -t ovs-vswitchd qos/show vhost-user1 QoS not configured on vhost-user1 ovs-appctl: ovs