Re: [PATCH 1/2] virDomain: interface: add virNetDevOpenvswitchInterfaceClearTxQos and virNetDevOpenvswitchInterfaceClearRxQos.

2021-08-10 Thread Pavel Hrdina
On Mon, Aug 09, 2021 at 10:05:59AM +0800, zhangjl02 wrote: > From: Jinsheng Zhang > > Instead of cleaning all qos rules each time new qos is set, tx and rx's qos > can be set or clean respectively. > Replace virReportError with VIR_WARN to let the cleaning process continue > when error occurs.

[PATCH 1/2] virDomain: interface: add virNetDevOpenvswitchInterfaceClearTxQos and virNetDevOpenvswitchInterfaceClearRxQos.

2021-08-08 Thread zhangjl02
From: Jinsheng Zhang Instead of cleaning all qos rules each time new qos is set, tx and rx's qos can be set or clean respectively. Replace virReportError with VIR_WARN to let the cleaning process continue when error occurs. Add ifname into ovs querying statements, which will reduce failure of r