]> git.ipfire.org Git - thirdparty/libvirt.git/commit
virNetDevMacVLanTapSetup: Rework to support multiple FDs
authorMichal Privoznik <mprivozn@redhat.com>
Fri, 4 Dec 2015 10:19:32 +0000 (11:19 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Fri, 11 Dec 2015 07:42:50 +0000 (08:42 +0100)
commit136fe2f7cc7035294d270f63c4dba13fa839390c
tree58b3168d56169604c3621f22ac0c942777ba9397
parentd36897c7658cd9a744f9a999c06c7c3d9f98fab8
virNetDevMacVLanTapSetup: Rework to support multiple FDs

For the multiqueue on macvtaps we are going to need to open
the device multiple times. Currently, this is not supported.
Rework the function, so that upper layers can be reworked too.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
src/util/virnetdevmacvlan.c