OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

virtio-dev message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Re: [virtio-dev] [PATCH v4] content: Introduce VIRTIO_NET_F_STANDBY feature


On Tue, Oct 02, 2018 at 01:42:09AM -0700, Siwei Liu wrote:
> The VF's MAC can be updated by PF/host on the fly at any time. One can
> start with a random MAC but use group ID to pair device instead. And
> only update MAC address to the real one when moving MAC filter around
> after PV says OK to switch datapath.
> 
> Do you see any problem with this design?

Isn't this what I proposed:
	Maybe we can
	start VF with a temporary MAC, then change it to a final one when guest
	tries to use it. It will work but we run into fact that MACs are
	currently programmed by mgmnt - in many setups qemu does not have the
	rights to do it.

?

If yes I don't see a problem with the interface design, even though
implementation wise it's more work as it will have to include management
changes.

-- 
MST


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]