WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-ia64-devel

RE: [Xen-ia64-devel] [SMP_VTI] Create/destroy 2 SMP_VTI will make xen0ha

To: <xen-ia64-devel@xxxxxxxxxxxxxxxxxxx>
Subject: RE: [Xen-ia64-devel] [SMP_VTI] Create/destroy 2 SMP_VTI will make xen0hang
From: "Zhang, Jingke" <jingke.zhang@xxxxxxxxx>
Date: Fri, 20 Oct 2006 15:29:27 +0800
Delivery-date: Fri, 20 Oct 2006 08:33:41 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-ia64-devel-request@lists.xensource.com?subject=help>
List-id: Discussion of the ia64 port of Xen <xen-ia64-devel.lists.xensource.com>
List-post: <mailto:xen-ia64-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-ia64-devel>, <mailto:xen-ia64-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-ia64-devel>, <mailto:xen-ia64-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-ia64-devel-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: AcbzWCgIjtdWpGK+QvCtb3BpZdRHPQAvn9Ag
Thread-topic: [Xen-ia64-devel] [SMP_VTI] Create/destroy 2 SMP_VTI will make xen0hang
Hi
    My reproducing env is below:
Platform : IA64
Xen0 : RHEL4u3 IA64 with 2 CPUs
Guest os: RHEL4u2 VTI
PAL: 8.15
Xen package: 11824
xen0's sched: credit
VTI config files: vti1.conf & vti2.conf (both set with vcpus=2)

    I use this shell script to test for 30 times. Then I reproduce this
issue:
-----------------------------------------------
[..]# while :
[..]# do
[..]#     xm cr vti1.conf; xm cr vti2.conf
[..]#     sleep 20
[..]#     id=`xm list | sed ne '$'p | awk '{print $2}'`
[..]#     xm de $id
[..]#     id=`xm list | sed ne '$'p | awk '{print $2}'`
[..]#     xm de $id
[..]# done
-----------------------------------------------
    Will any body see into this problem and fix it. Thanks!


Thanks,
Zhangjingke
>-----Original Message-----
>From: xen-ia64-devel-bounces@xxxxxxxxxxxxxxxxxxx
>[mailto:xen-ia64-devel-bounces@xxxxxxxxxxxxxxxxxxx] On Behalf Of Zhang,
>Jingke
>Sent: Thursday, October 19, 2006 4:26 PM
>To: xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
>Subject: [Xen-ia64-devel] [SMP_VTI] Create/destroy 2 SMP_VTI will make
>xen0hang
>
>Hi all,
>    On Cset 11824, when I create/destroy 2 SMP_VTI for about 20 times,
>xen0 may hang. I did not get the serial port log. The reproducing way
is
>very easy, just following these steps:
>1. Create 2 SMP_VTI domains at the same time;
>2. Wait 20 seconds (just a short time interval), note: Not let them
boot
>up;
>3. Destroy them and repeat from step1.
>    Do the create/destroy operations for 20-30 times, xen0 will hang.
>
>Thanks,
>Zhangjingke
>
>_______________________________________________
>Xen-ia64-devel mailing list
>Xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
>http://lists.xensource.com/xen-ia64-devel

_______________________________________________
Xen-ia64-devel mailing list
Xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-ia64-devel

<Prev in Thread] Current Thread [Next in Thread>
  • RE: [Xen-ia64-devel] [SMP_VTI] Create/destroy 2 SMP_VTI will make xen0hang, Zhang, Jingke <=