[ovs-dev] [PATCH ovn] QoS: Properly set qos when ovs db is read only

2023-07-26 Thread Xavier Simonart
QoS was not configured in OVS db when db was read only: the configuration was just ignored and not done later when OVS db became writable. It was sometimes set later, if/when a recompute happened. This is now fixed: when OVS db is read only, the ports on which qos must be applied and stored and qos

Re: [ovs-dev] [PATCH ovn] QoS: Properly set qos when ovs db is read only

2023-08-03 Thread Ales Musil
On Wed, Jul 26, 2023 at 3:44 PM Xavier Simonart wrote: > QoS was not configured in OVS db when db was read only: the configuration > was just ignored and not done later when OVS db became writable. > It was sometimes set later, if/when a recompute happened. > This is now fixed: when OVS db is rea