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

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

2017-08-16 Thread John Ferlan
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 switchdev Offloading NIC capabilities Not my area of expertise, but I'll point out some "basic" stuff... You really should have considered adding some of

[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