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

2018-11-17 Thread Radoslaw Biernacki
On Thu, 15 Nov 2018 at 12:23, Michal Privoznik wrote: > On 11/10/2018 01:56 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()

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

2018-11-15 Thread Michal Privoznik
On 11/10/2018 01:56 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

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

2018-11-10 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.