]> git.ipfire.org Git - thirdparty/libvirt.git/commit
virNetDevTapCreate: Fail on systems not supporting IFF_MULTI_QUEUE
authorMichal Privoznik <mprivozn@redhat.com>
Wed, 22 May 2013 16:32:27 +0000 (18:32 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Wed, 22 May 2013 16:32:27 +0000 (18:32 +0200)
commit25a2d944df35c6641b5fd4a316ca7bcbe1341bd9
treeeebd0493bb386f8644c25112d6991d18a8d47c1b
parent03eb06632ac4b54fc3678bfeae485013d002e13a
virNetDevTapCreate: Fail on systems not supporting IFF_MULTI_QUEUE

In my previous patches I enabled the IFF_MULTI_QUEUE flag every
time the user requested multiqueue TAP device. However, this
works only at runtime. During build time the flag may be
undeclared.
src/util/virnetdevtap.c