Re: [Qemu-devel] [PATCH V7 0/5] Send the gratuitous by guest

2014-02-10 Thread Jason Wang
- Original Message - > Hi, > Has anybody here work on this subject and update a newer patch? > Thanks in advance. > > Yongan Liu > > Hi, I will continue work on this. Just FYI, based on the discussions on past version, I plan to send a v8 just for virtio-net. Thanks > ---

Re: [Qemu-devel] [PATCH V7 0/5] Send the gratuitous by guest

2014-02-10 Thread Liuyongan
Hi, Has anybody here work on this subject and update a newer patch? Thanks in advance. Yongan Liu -bellows are words from patch v7 This series tries to let guest instead of qemu to send the gratuitous packets after migration when guest is capable of doing this. This is neede

Re: [Qemu-devel] [PATCH V7 0/5] Send the gratuitous by guest

2013-03-11 Thread Jason Wang
On 03/08/2013 07:03 PM, Stefan Hajnoczi wrote: > On Thu, Mar 07, 2013 at 12:52:42PM +0200, Michael S. Tsirkin wrote: >> On Thu, Mar 07, 2013 at 06:33:30PM +0800, Jason Wang wrote: >>> On 03/07/2013 06:25 PM, Michael S. Tsirkin wrote: On Thu, Mar 07, 2013 at 06:13:41PM +0800, Jason Wang wrote:

Re: [Qemu-devel] [PATCH V7 0/5] Send the gratuitous by guest

2013-03-08 Thread Stefan Hajnoczi
On Thu, Mar 07, 2013 at 12:52:42PM +0200, Michael S. Tsirkin wrote: > On Thu, Mar 07, 2013 at 06:33:30PM +0800, Jason Wang wrote: > > On 03/07/2013 06:25 PM, Michael S. Tsirkin wrote: > > > On Thu, Mar 07, 2013 at 06:13:41PM +0800, Jason Wang wrote: > > >> On 03/07/2013 06:04 PM, Michael S. Tsirkin

Re: [Qemu-devel] [PATCH V7 0/5] Send the gratuitous by guest

2013-03-07 Thread Jason Wang
On 03/07/2013 06:52 PM, Michael S. Tsirkin wrote: > On Thu, Mar 07, 2013 at 06:33:30PM +0800, Jason Wang wrote: >> On 03/07/2013 06:25 PM, Michael S. Tsirkin wrote: >>> On Thu, Mar 07, 2013 at 06:13:41PM +0800, Jason Wang wrote: On 03/07/2013 06:04 PM, Michael S. Tsirkin wrote: > On Thu, M

Re: [Qemu-devel] [PATCH V7 0/5] Send the gratuitous by guest

2013-03-07 Thread Michael S. Tsirkin
On Thu, Mar 07, 2013 at 06:33:30PM +0800, Jason Wang wrote: > On 03/07/2013 06:25 PM, Michael S. Tsirkin wrote: > > On Thu, Mar 07, 2013 at 06:13:41PM +0800, Jason Wang wrote: > >> On 03/07/2013 06:04 PM, Michael S. Tsirkin wrote: > >>> On Thu, Mar 07, 2013 at 04:23:46PM +0800, Jason Wang wrote: >

Re: [Qemu-devel] [PATCH V7 0/5] Send the gratuitous by guest

2013-03-07 Thread Jason Wang
On 03/07/2013 06:25 PM, Michael S. Tsirkin wrote: > On Thu, Mar 07, 2013 at 06:13:41PM +0800, Jason Wang wrote: >> On 03/07/2013 06:04 PM, Michael S. Tsirkin wrote: >>> On Thu, Mar 07, 2013 at 04:23:46PM +0800, Jason Wang wrote: This series tries to let guest instead of qemu to send the gratui

Re: [Qemu-devel] [PATCH V7 0/5] Send the gratuitous by guest

2013-03-07 Thread Michael S. Tsirkin
On Thu, Mar 07, 2013 at 06:13:41PM +0800, Jason Wang wrote: > On 03/07/2013 06:04 PM, Michael S. Tsirkin wrote: > > On Thu, Mar 07, 2013 at 04:23:46PM +0800, Jason Wang wrote: > >> This series tries to let guest instead of qemu to send the gratuitous > >> packets > >> after migration when guest is

Re: [Qemu-devel] [PATCH V7 0/5] Send the gratuitous by guest

2013-03-07 Thread Jason Wang
On 03/07/2013 06:04 PM, Michael S. Tsirkin wrote: > On Thu, Mar 07, 2013 at 04:23:46PM +0800, Jason Wang wrote: >> This series tries to let guest instead of qemu to send the gratuitous packets >> after migration when guest is capable of doing this. This is needed since >> it's >> impossible for qe

Re: [Qemu-devel] [PATCH V7 0/5] Send the gratuitous by guest

2013-03-07 Thread Michael S. Tsirkin
On Thu, Mar 07, 2013 at 04:23:46PM +0800, Jason Wang wrote: > This series tries to let guest instead of qemu to send the gratuitous packets > after migration when guest is capable of doing this. This is needed since it's > impossible for qemu to keep track of all configurations (e.g 802.1Q) and mac

[Qemu-devel] [PATCH V7 0/5] Send the gratuitous by guest

2013-03-07 Thread Jason Wang
This series tries to let guest instead of qemu to send the gratuitous packets after migration when guest is capable of doing this. This is needed since it's impossible for qemu to keep track of all configurations (e.g 802.1Q) and mac addresses (more than one mac address may be used by guest). So qe