Re: [Qemu-devel] [PATCH v4 1/5] net/announce: Allow optional list of interfaces

2019-06-18 Thread Dr. David Alan Gilbert
* Jason Wang (jasow...@redhat.com) wrote: > > On 2019/6/13 下午5:59, Dr. David Alan Gilbert (git) wrote: > > From: "Dr. David Alan Gilbert" > > > > Allow the caller to restrict the set of interfaces that announces are > > sent on. The default is still to send on all interfaces. > > > > e.g. > >

Re: [Qemu-devel] [PATCH v4 1/5] net/announce: Allow optional list of interfaces

2019-06-17 Thread Jason Wang
On 2019/6/13 下午5:59, Dr. David Alan Gilbert (git) wrote: From: "Dr. David Alan Gilbert" Allow the caller to restrict the set of interfaces that announces are sent on. The default is still to send on all interfaces. e.g. { "execute": "announce-self", "arguments": { "initial": 50, "max":

[Qemu-devel] [PATCH v4 1/5] net/announce: Allow optional list of interfaces

2019-06-13 Thread Dr. David Alan Gilbert (git)
From: "Dr. David Alan Gilbert" Allow the caller to restrict the set of interfaces that announces are sent on. The default is still to send on all interfaces. e.g. { "execute": "announce-self", "arguments": { "initial": 50, "max": 550, "rounds": 5, "step": 50, "interfaces": ["vn2", "vn1"] }