From mboxrd@z Thu Jan 1 00:00:00 1970 From: jianhai luan Subject: Re: [Test Result] review For Oracle bug 14470382 Date: Fri, 18 Jan 2013 10:03:32 +0800 Message-ID: <50F8AD74.5020600@oracle.com> References: <50F8A979.6010709@oracle.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <50F8A979.6010709@oracle.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: gmarsden_org_ww@oracle.com, LINUX-UEK_WW@oracle.com, xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org On 2013-1-18 9:46, jianhai luan wrote: > orabug: 14470382 > > When Dom0's network environment change, for example the issue, DomU > should send send gratuitous ARP initially to notify how to reach it. > > To fix the bug, we should modify backend and frontend at the same > time. For fixing frontend, i filer the new bug 16182568. The review > only to backend. > > For fixing the backend, I have 4 patch for review. > The Above PATCH have been tested at some systems (Linux, Window, Solaris, NetBsd). The result is below: Linux PASS(send ARP, no other issue) Window PASS(don't send ARP, but no other issue) Solaris PASS(don't send ARP, but no other issue) NetBSD PASS(don't send ARP, but no other issue) > Thanks, > Jason