Re: [libvirt] [PATCH v2 1/4] util: fixing wrong assumption that PF has to have netdev assigned

2018-11-20 Thread Michal Privoznik
On 11/17/18 8:51 PM, Radoslaw Biernacki wrote: > libvirt wrongly assumes that VF netdev has to have the > netdev assigned to PF. There is no such requirement in SRIOV standard. > This patch change the virNetDevSwitchdevFeature() function to deal > with SRIOV devices which does not have netdev on

[libvirt] [PATCH v2 1/4] util: fixing wrong assumption that PF has to have netdev assigned

2018-11-17 Thread Radoslaw Biernacki
libvirt wrongly assumes that VF netdev has to have the netdev assigned to PF. There is no such requirement in SRIOV standard. This patch change the virNetDevSwitchdevFeature() function to deal with SRIOV devices which does not have netdev on PF. Also removes one comment about PF netdev assumption.