Re: [Qemu-devel] [PATCH v4 3/5] net/announce: Add optional ID

2019-06-20 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" > > > > Previously there was a single instance of the timer used by > > monitor triggered announces, that's OK, but when combined with the > > previous change

Re: [Qemu-devel] [PATCH v4 3/5] net/announce: Add optional ID

2019-06-17 Thread Jason Wang
On 2019/6/13 下午5:59, Dr. David Alan Gilbert (git) wrote: From: "Dr. David Alan Gilbert" Previously there was a single instance of the timer used by monitor triggered announces, that's OK, but when combined with the previous change that lets you have announces for subsets of interfaces it's a

[Qemu-devel] [PATCH v4 3/5] net/announce: Add optional ID

2019-06-13 Thread Dr. David Alan Gilbert (git)
From: "Dr. David Alan Gilbert" Previously there was a single instance of the timer used by monitor triggered announces, that's OK, but when combined with the previous change that lets you have announces for subsets of interfaces it's a bit restrictive if you want to do different things to differe