Re: [libvirt] [PATCH 6/9] qemu: support unmanaged target tap dev for

2019-09-06 Thread Daniel P . Berrangé
On Tue, Aug 27, 2019 at 09:46:36PM -0400, Laine Stump wrote: > If managed='no', then the tap device must already exist, and setting > of MAC address and online status (IFF_UP) is skipped. > > NB: we still set IFF_VNET_HDR and IFF_MULTI_QUEUE as appropriate, > because those bits must be properly

[libvirt] [PATCH 6/9] qemu: support unmanaged target tap dev for

2019-08-27 Thread Laine Stump
If managed='no', then the tap device must already exist, and setting of MAC address and online status (IFF_UP) is skipped. NB: we still set IFF_VNET_HDR and IFF_MULTI_QUEUE as appropriate, because those bits must be properly set in the TUNSETIFF we use to set the tap device name of the handle