From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Hu, Robert" Subject: Re: [PATCH OSSTEST 03/12] Designate vif device model to e1000 Date: Fri, 13 Feb 2015 08:32:27 +0000 Message-ID: <9E79D1C9A97CFD4097BCE431828FDD31B15F1E@SHSMSX103.ccr.corp.intel.com> References: <1423648341-203755-1-git-send-email-robert.hu@intel.com> <1423648341-203755-4-git-send-email-robert.hu@intel.com> <21723.27653.225855.599800@mariner.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <21723.27653.225855.599800@mariner.uk.xensource.com> Content-Language: en-US List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Ian Jackson Cc: "Pang, LongtaoX" , "jfehlig@suse.com" , "wei.liu2@citrix.com" , "ian.campbell@citrix.com" , "xen-devel@lists.xen.org" List-Id: xen-devel@lists.xenproject.org > -----Original Message----- > From: Ian Jackson [mailto:Ian.Jackson@eu.citrix.com] > Sent: Wednesday, February 11, 2015 10:50 PM > To: Hu, Robert > Cc: xen-devel@lists.xen.org; jfehlig@suse.com; wei.liu2@citrix.com; > ian.campbell@citrix.com; Pang, LongtaoX > Subject: Re: [PATCH OSSTEST 03/12] Designate vif device model to e1000 > > Robert Ho writes ("[PATCH OSSTEST 03/12] Designate vif device model to > e1000"): > > Designate vif model to 'e1000', otherwise, with default > > device model, the L1 eth0 interface disappear, hence xenbridge cannot > work. > > Maybe this limitation can be removed later after some fix it. For now, we > > have to accomodate to it. > > I don't understand this, I'm afraid. Can you please explain the bug > in more detail in the commit message ? I didn't look into details. Just observed the phenomenon if not designate it as e1000, in L1, we will not have eth0 visible, therefore bridge on it won't work. As long as we designate vif to e1000, it works. But this is not a problem in our test environment in which we don't use Debian as nested Dom0. So I guess this is Debian-specific bug. > > It is definitely not acceptable to change the default network card for > all guests in prepareguest_part_xencfg. It would be OK to provide a > guest-specific runvar to specify the guest network card, and it might > be OK to set that in the nested-specific test job creation. OK, will use this approach to walk around and for the consideration of future test scope scaling. > > Thanks, > Ian.