KUWAMURA Shin''ya
2008-Feb-01 10:19 UTC
[Xen-ia64-devel] [IA64] Weekly benchmark results [ww04]
Hi,
I report a benchmark result of this week on IPF using
ia64/xen-unstable and ia64/linux-2.6.18-xen.
I did not test a VTi domain, since loading xen-platform-pci.ko failed:
Loading xen-platform-pci.ko module
xen_platform_pci: Unknown symbol xencomm_hypercall_suspend
insmod: error inserting ''/lib/xen-platform-pci.ko'':
-1 Unknown symbol in module
ERROR: /bin/insmod exited abnormally! (pid 210)
TEST ENVIRONMENT
Machine : Tiger4
Kernel : 2.6.18.8-xen
Changeset : 16947:33d0cf9474f9 (ia64/xen-unstable)
401:e32fe4703ab6 (ia64/linux-2.6.18-xen)
68:6efa9014e0a5 (efi-vfirmware)
Dom0 OS : RHEL4 U2 (2P)
DomU OS : RHEL4 U2 (8P, using tap:aio)
DomVTi OS : RHEL4 U2 (8P, with PV-on-HVM drivers)
Scheduler : credit
TEST RESULT
DomU:
unixbench4.1.0 : Pass
bonnie++-1.03 : Pass
ltp-full-20070930 : Pass
iozone3_191 : Pass
lmbench-3.0-a5 : Pass
DomVTi: (not tested)
Best regards,
KUWAMURA and Fujitsu members
_______________________________________________
Xen-ia64-devel mailing list
Xen-ia64-devel@lists.xensource.com
http://lists.xensource.com/xen-ia64-devel
Isaku Yamahata
2008-Feb-01 12:37 UTC
[Xen-devel] Re: [Xen-ia64-devel] [IA64] Weekly benchmark results [ww04]
Could you try the attached patch? NOTE: I did NOT compile/test it. But I believe it''s easy to fix. On Fri, Feb 01, 2008 at 07:19:06PM +0900, KUWAMURA Shin''ya wrote:> Hi, > > I report a benchmark result of this week on IPF using > ia64/xen-unstable and ia64/linux-2.6.18-xen. > > I did not test a VTi domain, since loading xen-platform-pci.ko failed: > Loading xen-platform-pci.ko module > xen_platform_pci: Unknown symbol xencomm_hypercall_suspend > insmod: error inserting ''/lib/xen-platform-pci.ko'': > -1 Unknown symbol in module > ERROR: /bin/insmod exited abnormally! (pid 210) > > TEST ENVIRONMENT > Machine : Tiger4 > Kernel : 2.6.18.8-xen > Changeset : 16947:33d0cf9474f9 (ia64/xen-unstable) > 401:e32fe4703ab6 (ia64/linux-2.6.18-xen) > 68:6efa9014e0a5 (efi-vfirmware) > Dom0 OS : RHEL4 U2 (2P) > DomU OS : RHEL4 U2 (8P, using tap:aio) > DomVTi OS : RHEL4 U2 (8P, with PV-on-HVM drivers) > Scheduler : credit > > TEST RESULT > DomU: > unixbench4.1.0 : Pass > bonnie++-1.03 : Pass > ltp-full-20070930 : Pass > iozone3_191 : Pass > lmbench-3.0-a5 : Pass > DomVTi: (not tested) > > Best regards, > KUWAMURA and Fujitsu members > > _______________________________________________ > Xen-ia64-devel mailing list > Xen-ia64-devel@lists.xensource.com > http://lists.xensource.com/xen-ia64-devel >-- yamahata _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
KUWAMURA Shin''ya
2008-Feb-04 01:05 UTC
Re: [Xen-ia64-devel] [IA64] Weekly benchmark results [ww04]
Hi Isaku, On <20080201123757.GM26750%yamahata@valinux.co.jp>, Isaku Yamahata wrote:> > Could you try the attached patch?Thank you. These patches worked well with the attached patch. -- KUWAMURA Shin''ya _______________________________________________ Xen-ia64-devel mailing list Xen-ia64-devel@lists.xensource.com http://lists.xensource.com/xen-ia64-devel
Keir Fraser
2008-Feb-04 07:23 UTC
Re: [Xen-devel] Re: [Xen-ia64-devel] [IA64] Weekly benchmark results [ww04]
All these patches, including the overrides.mk change, are okay by me to go into the ia64 repository. -- Keir On 4/2/08 01:05, "KUWAMURA Shin''ya" <kuwa@jp.fujitsu.com> wrote:> Hi Isaku, > > On <20080201123757.GM26750%yamahata@valinux.co.jp>, > Isaku Yamahata wrote: >> >> Could you try the attached patch? > > Thank you. These patches worked well with the attached patch._______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Alex Williamson
2008-Feb-04 15:42 UTC
[Xen-devel] Re: [Xen-ia64-devel] [IA64] Weekly benchmark results [ww04]
On Mon, 2008-02-04 at 10:05 +0900, KUWAMURA Shin''ya wrote:> Hi Isaku, > > On <20080201123757.GM26750%yamahata@valinux.co.jp>, > Isaku Yamahata wrote: > > > > Could you try the attached patch? > > Thank you. These patches worked well with the attached patch.Kuwamura-san, Can you please send a sign-off for this? Thanks, Alex> plain text document attachment (16948-add-aflags.patch) > # HG changeset patch > # User KUWAMURA Shin''ya <kuwa@jp.fujitsu.com> > # Date 1202085889 -32400 > # Node ID d97e305d22b37f8ec9c68b969451ca2aa2197475 > # Parent 107a4608a832603055593d33fba77af959fd7129 > add EXTRA_AFLAGS for platform-pci/xcom_asm.S > > diff --git a/unmodified_drivers/linux-2.6/overrides.mk b/unmodified_drivers/linux-2.6/overrides.mk > --- a/unmodified_drivers/linux-2.6/overrides.mk > +++ b/unmodified_drivers/linux-2.6/overrides.mk > @@ -12,3 +12,4 @@ endif > endif > > EXTRA_CFLAGS += -include $(objtree)/include/linux/autoconf.h > +EXTRA_AFLAGS += -I$(M)/include -I$(M)/compat-include -DHAVE_XEN_PLATFORM_COMPAT_H > _______________________________________________ > Xen-ia64-devel mailing list > Xen-ia64-devel@lists.xensource.com > http://lists.xensource.com/xen-ia64-devel-- Alex Williamson HP Open Source & Linux Org. _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
KUWAMURA Shin''ya
2008-Feb-05 06:50 UTC
Re: [Xen-ia64-devel] [IA64] Weekly benchmark results [ww04]
Hi Alex,>>>>> On Mon, 04 Feb 2008 08:42:20 -0700 >>>>> alex.williamson@hp.com(Alex Williamson) said: > > Can you please send a sign-off for this?I added Signed-off-by: line. Best Regards, -- KUWAMURA Shin''ya _______________________________________________ Xen-ia64-devel mailing list Xen-ia64-devel@lists.xensource.com http://lists.xensource.com/xen-ia64-devel
Alex Williamson
2008-Feb-05 18:52 UTC
[Xen-devel] Re: [Xen-ia64-devel] [IA64] Weekly benchmark results [ww04]
On Tue, 2008-02-05 at 15:50 +0900, KUWAMURA Shin''ya wrote:> Hi Alex, > > >>>>> On Mon, 04 Feb 2008 08:42:20 -0700 > >>>>> alex.williamson@hp.com(Alex Williamson) said: > > > > Can you please send a sign-off for this? > > I added Signed-off-by: line.Applied. Thanks, Alex -- Alex Williamson HP Open Source & Linux Org. _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel