Re: [PATCH] Change the virtual NICs limit for the ESX driver

2020-07-08 Thread Andrea Bolognani
On Wed, 2020-07-08 at 17:47 +0200, Michal Privoznik wrote: > On 7/8/20 5:37 PM, Bastien Orivel wrote: > > On 08/07/2020 17:32, Michal Privoznik wrote: > > > No need to send v2, I can fix it just before pushing, if you agree > > > with suggested change. > > > > > Sounds good to me. > > Done. > >

Re: [PATCH] Change the virtual NICs limit for the ESX driver

2020-07-08 Thread Michal Privoznik
On 7/8/20 5:37 PM, Bastien Orivel wrote: On 08/07/2020 17:32, Michal Privoznik wrote: On 7/7/20 4:04 PM, Bastien Orivel wrote: Since the ESX virtual hardware version 4.0, virtual machines support up to 10 virtual NICs instead of 4 previously. This changes the limit accordingly based on the

Re: [PATCH] Change the virtual NICs limit for the ESX driver

2020-07-08 Thread Bastien Orivel
On 08/07/2020 17:32, Michal Privoznik wrote: > On 7/7/20 4:04 PM, Bastien Orivel wrote: >> Since the ESX virtual hardware version 4.0, virtual machines support up >> to 10 virtual NICs instead of 4 previously. This changes the limit >> accordingly based on the provided `virtualHW.version`. >>

Re: [PATCH] Change the virtual NICs limit for the ESX driver

2020-07-08 Thread Michal Privoznik
On 7/7/20 4:04 PM, Bastien Orivel wrote: Since the ESX virtual hardware version 4.0, virtual machines support up to 10 virtual NICs instead of 4 previously. This changes the limit accordingly based on the provided `virtualHW.version`. Signed-off-by: Bastien Orivel --- src/vmx/vmx.c | 20

[PATCH] Change the virtual NICs limit for the ESX driver

2020-07-07 Thread Bastien Orivel
Since the ESX virtual hardware version 4.0, virtual machines support up to 10 virtual NICs instead of 4 previously. This changes the limit accordingly based on the provided `virtualHW.version`. Signed-off-by: Bastien Orivel --- src/vmx/vmx.c | 20 ++-- src/vmx/vmx.h | 2 +- 2