Re: [libvirt] [PATCH] nodedev: Fix failing to parse PCI address for non-PCI network devices

2018-01-04 Thread Edan David
with the rest of the use cases for virNetDevGetPCIDevice but for us null return value tells us the interface doesn't support switchdev. -Original Message- From: Jim Fehlig [mailto:jfeh...@suse.com] Sent: Wednesday, January 03, 2018 7:42 PM To: Erik Skultety ; Fei Li Cc: libvir-li

Re: [libvirt] [PATCHv2] nodedev: add switchdev to NIC capabilities

2017-09-17 Thread Edan David
@redhat.com Cc: Edan David Subject: Re: [libvirt] [PATCHv2] nodedev: add switchdev to NIC capabilities On 09/14/2017 11:23 AM, Laine Stump wrote: > (Almost all of my comments result in "ok, no action needed". There are > just three items I would like to see changed (2 trivial, 1 a

Re: [libvirt] [PATCHv2] nodedev: add switchdev to NIC capabilities

2017-09-03 Thread Edan David
Hi John, Can we merge this commit? Does anyone else need to review? Thanks. -Original Message- From: Edan David Sent: Thursday, August 24, 2017 10:18 AM To: 'John Ferlan' ; libvir-list@redhat.com Subject: RE: [libvirt] [PATCHv2] nodedev: add switchdev to NIC capabilities Hi

Re: [libvirt] [PATCHv2] nodedev: add switchdev to NIC capabilities

2017-08-24 Thread Edan David
Hi John, For some reason I don't see these errors in my environment, I would appreciate it if you could fix them before merging. Thank you!! -Original Message- From: John Ferlan [mailto:jfer...@redhat.com] Sent: Wednesday, August 23, 2017 8:44 PM To: Edan David ; libvir-list@redha

Re: [libvirt] [PATCH] nodedev: add switchdev to NIC capabilities

2017-08-21 Thread Edan David
August 16, 2017 11:28 PM To: Edan David ; libvir-list@redhat.com Subject: Re: [libvirt] [PATCH] nodedev: add switchdev to NIC capabilities On 08/02/2017 06:00 AM, Edan David wrote: > Adding functionality to libvirt that will allow it query the interface > for the availability of swi

[libvirt] [PATCHv2] nodedev: add switchdev to NIC capabilities

2017-08-21 Thread Edan David
Adding functionality to libvirt that will allow querying the interface for the availability of switchdev Offloading NIC capabilities. The switchdev mode was introduced in kernel 4.8, the iproute2-devlink command to retrieve the swtichdev NIC feature, Command example: devlink dev eswitch show pci/0

[libvirt] [PATCH] nodedev: add switchdev to NIC capabilities

2017-08-02 Thread Edan David
Adding functionality to libvirt that will allow it query the interface for the availability of switchdev Offloading NIC capabilities --- configure.ac | 13 ++ docs/formatnode.html.in | 1 + src/util/virnetdev.c

[libvirt] Adding switchdev NIC capability to nodedev

2017-08-02 Thread Edan David
Hi, We want to add functionality to Libvirt that will allow querying the interface for the availability of switchdev mode (Offloading NIC capability) The switchdev mode was introduced in kernel 4.8, the iproute2-devlink command to retrieve the swtichdev NIC feature Command example: devlink dev