[ovs-dev] QoS: linux- QoS configuration reset when port enslaved to ovs bridge

2021-10-19 Thread Reshma Sreekumar
Hello All, The following steps seem to reset the QoS configuration on the netdevice when added to ovs bridge: *sudo ip link add dummy0 type dummy* *sudo tc qdisc add dev dummy0 root handle 1: htb default 1* *sudo ovs-vsctl add-port global_fwbr dummy0* i.e. when a port with linux htb config

[ovs-dev] QoS: linux- QoS configuration reset when port enslaved to ovs bridge

2021-10-19 Thread Reshma Sreekumar
Hello All, The following steps seem to reset the QoS configuration on the netdevice when added to ovs bridge: *sudo ip link add dummy0 type dummy* *sudo tc qdisc add dev dummy0 root handle 1: htb default 1* *sudo ovs-vsctl add-port global_fwbr dummy0* i.e. when a port with linux htb config