]> git.ipfire.org Git - thirdparty/libvirt.git/commit
virNetDevMacVLanTapOpen: Rework to support multiple FDs
authorMichal Privoznik <mprivozn@redhat.com>
Fri, 4 Dec 2015 08:39:02 +0000 (09:39 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Fri, 11 Dec 2015 07:42:50 +0000 (08:42 +0100)
commitd36897c7658cd9a744f9a999c06c7c3d9f98fab8
tree3a37811a2a3fd9752d435b9488fae2c340cdd5dd
parent025a87065fa92b9e48e9ffbe0a1f065440f85a0e
virNetDevMacVLanTapOpen: 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