Re: [libvirt] [PATCH] util: generate correct macvtap name

2016-03-29 Thread Shanzhi Yu
On 03/29/2016 12:23 AM, Laine Stump wrote: On 03/28/2016 10:42 AM, Laine Stump wrote: On 03/28/2016 06:43 AM, Shanzhi Yu wrote: in commit 370608b, bitmap of in-used macvtap devices was introduced. if there is already macvtap device created not by libvirt,

Re: [libvirt] [PATCH] util: generate correct macvtap name

2016-03-28 Thread Laine Stump
On 03/28/2016 10:42 AM, Laine Stump wrote: On 03/28/2016 06:43 AM, Shanzhi Yu wrote: in commit 370608b, bitmap of in-used macvtap devices was introduced. if there is already macvtap device created not by libvirt, virNetDevMacVLanCreateWithVPortProfile will failed after try MACVLAN_MAX_ID times

Re: [libvirt] [PATCH] util: generate correct macvtap name

2016-03-28 Thread Laine Stump
On 03/28/2016 06:43 AM, Shanzhi Yu wrote: in commit 370608b, bitmap of in-used macvtap devices was introduced. if there is already macvtap device created not by libvirt, virNetDevMacVLanCreateWithVPortProfile will failed after try MACVLAN_MAX_ID times call virNetDevMacVLanReleaseID Resolves:

[libvirt] [PATCH] util: generate correct macvtap name

2016-03-28 Thread Shanzhi Yu
in commit 370608b, bitmap of in-used macvtap devices was introduced. if there is already macvtap device created not by libvirt, virNetDevMacVLanCreateWithVPortProfile will failed after try MACVLAN_MAX_ID times call virNetDevMacVLanReleaseID Resolves: