]> git.ipfire.org Git - thirdparty/libvirt.git/commit
util: openvswitch: split out virNetDevOpenvswitchInterfaceSetTxQos
authorJán Tomko <jtomko@redhat.com>
Mon, 17 Jan 2022 16:13:12 +0000 (17:13 +0100)
committerJán Tomko <jtomko@redhat.com>
Tue, 18 Jan 2022 16:48:32 +0000 (17:48 +0100)
commitbe826001287559f026f09f7637bb8c3b470e35d2
tree4fe60e4f917ff06eebf03e42a8e09fe0f335c375
parent186aa292a0148d9bebaf119538c6519b4e97f293
util: openvswitch: split out virNetDevOpenvswitchInterfaceSetTxQos

The virNetDevOpenvswitchInterfaceSetQos function is uneven
because setting the Tx Qos is open-coded, while clearing it
is sepearated in another function.

Separate the setting too.

Signed-off-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
src/util/virnetdevopenvswitch.c