RE: [PATCH] util: Add phys_port_name support on virPCIGetNetName

2020-12-17 Thread Adrian Chiris
>-Original Message- >From: Laine Stump >Sent: Thursday, December 17, 2020 5:22 AM >To: libvir-list@redhat.com >Cc: Dmytro Linkin ; Moshe Levi ; >Adrian Chiris >Subject: Re: [PATCH] util: Add phys_port_name support on >virPCIGetNetName > >External email

Re: [PATCH] util: Add phys_port_name support on virPCIGetNetName

2020-12-16 Thread Laine Stump
mp ; Adrian Chiris ; Moshe Levi Subject: Re: [PATCH] util: Add phys_port_name support on virPCIGetNetName On Mon, Sep 28, 2020 at 12:56:12PM +0300, Dmytro Linkin wrote: On Tue, Sep 22, 2020 at 08:31:15AM -0400, Laine Stump wrote: On 8/28/20 6:53 AM, Dmytro Linkin wrote: Current virPCIGetNetN

RE: [PATCH] util: Add phys_port_name support on virPCIGetNetName

2020-12-10 Thread Adrian Chiris
>-Original Message- >From: Dmytro Linkin >Sent: Tuesday, October 27, 2020 10:58 AM >To: libvir-list@redhat.com >Cc: Laine Stump ; Adrian Chiris ; >Moshe Levi >Subject: Re: [PATCH] util: Add phys_port_name support on >virPCIGetNetName > >On Mon, Sep 28, 20

Re: [PATCH] util: Add phys_port_name support on virPCIGetNetName

2020-10-27 Thread Dmytro Linkin
On Mon, Sep 28, 2020 at 12:56:12PM +0300, Dmytro Linkin wrote: > On Tue, Sep 22, 2020 at 08:31:15AM -0400, Laine Stump wrote: > > On 8/28/20 6:53 AM, Dmytro Linkin wrote: > > >Current virPCIGetNetName() logic is to get net device name by checking > > >it's phys_port_id, if caller provide it, or by

Re: [PATCH] util: Add phys_port_name support on virPCIGetNetName

2020-09-28 Thread Dmytro Linkin
On Tue, Sep 22, 2020 at 08:31:15AM -0400, Laine Stump wrote: > On 8/28/20 6:53 AM, Dmytro Linkin wrote: > >Current virPCIGetNetName() logic is to get net device name by checking > >it's phys_port_id, if caller provide it, or by it's index (eg, by it's > >position at sysfs net directory). This appro

Re: [PATCH] util: Add phys_port_name support on virPCIGetNetName

2020-09-22 Thread Laine Stump
On 8/28/20 6:53 AM, Dmytro Linkin wrote: Current virPCIGetNetName() logic is to get net device name by checking it's phys_port_id, if caller provide it, or by it's index (eg, by it's position at sysfs net directory). This approach worked fine up until linux kernel version 5.8, where NVIDIA Mellan

Re: [PATCH] util: Add phys_port_name support on virPCIGetNetName

2020-08-31 Thread Dmytro Linkin
+Adrian,Moshe On Fri, Aug 28, 2020 at 01:53:21PM +0300, Dmytro Linkin wrote: > Current virPCIGetNetName() logic is to get net device name by checking > it's phys_port_id, if caller provide it, or by it's index (eg, by it's > position at sysfs net directory). This approach worked fine up until > li

[PATCH] util: Add phys_port_name support on virPCIGetNetName

2020-08-28 Thread Dmytro Linkin
Current virPCIGetNetName() logic is to get net device name by checking it's phys_port_id, if caller provide it, or by it's index (eg, by it's position at sysfs net directory). This approach worked fine up until linux kernel version 5.8, where NVIDIA Mellanox driver implemented linking of VFs' repre