On 09/12/2018 10:54 AM, Marcus Granado wrote:
>> Wei Liu writes ("Re: [PATCH] libxl: made vm mac address assignment
>> deterministic"):
>>> On Wed, Sep 05, 2018 at 12:25:55PM +, Joshua Perrett wrote:
>>> > Uses MD5 on the host mac address, vm name and vif index to generate
>>> the
>>> > last th
Wei Liu writes ("Re: [PATCH] libxl: made vm mac address assignment
deterministic"):
On Wed, Sep 05, 2018 at 12:25:55PM +, Joshua Perrett wrote:
> Uses MD5 on the host mac address, vm name and vif index to generate the
> last three bytes of the vm mac address (for each vm).
There is no such
Wei Liu writes ("Re: [PATCH] libxl: made vm mac address assignment
deterministic"):
> On Wed, Sep 05, 2018 at 12:25:55PM +, Joshua Perrett wrote:
> > Uses MD5 on the host mac address, vm name and vif index to generate the
> > last three bytes of the vm mac address (for each vm).
There is no s
On Wed, Sep 05, 2018 at 12:25:55PM +, Joshua Perrett wrote:
> Uses MD5 on the host mac address, vm name and vif index to generate the
> last three bytes of the vm mac address (for each vm).
>
> It uses the vif index to account for multiple vifs.
>
> MD5 code is originally from the public doma
On Thu, Aug 30, 2018 at 03:18:04PM +, Joshua Perrett wrote:
> Uses MD5 on the host mac address, vm name and vif index to generate the
> last three bytes of the vm mac address (for each vm).
>
> It uses the vif index to account for multiple vifs.
>
> MD5 code is originally from the public doma
Also CC George
We had a race -- I commented on your patch on github. I will redo my
review here.
On Wed, Aug 29, 2018 at 04:34:28PM +, Joshua Perrett wrote:
> Uses MD5 on the host mac address, vm name and vif index to generate the last
> three
> bytes of the vm mac address (for each vm).
> I