Re: [gem5-users] How many cpu does the x86 vmlinux SMP kernel support?

2014-09-01 Thread Andreas Hansson via gem5-users
Hi Paul,

I am fairly sure Steve is in a much better position to elaborate on what would 
have to be done. From my (limited) understanding of the issue, it comes down to 
adhering to the X86 lock prefix, which in essence requires us to guarantee that 
no other CPU can read/write the cache line read/written by the prefixed 
instruction (e.g. an add) until it is done in its entirety. Perhaps there is 
someone out there that already started thinking more about this, and a 
potential implementation?

Andreas

From: Paul Rosenfeld mailto:dramnin...@gmail.com>>
Date: Saturday, 30 August 2014 17:07
To: Andreas Hansson mailto:andreas.hans...@arm.com>>, 
gem5 users mailing list mailto:gem5-users@gem5.org>>
Subject: Re: [gem5-users] How many cpu does the x86 vmlinux SMP kernel support?

Andreas,

Could you give a summary of what kinds of changes would be necessary to fix 
this issue and how difficult they would be? x86 is not my forte and I've only 
messed around with the decode/execute part of gem5 once a while back. However, 
we would be interested in having x86 SMP support with classic memory, so if 
there's any chance I could wrap my mind around how to do it, I'd be willing to 
contribute the changes.

Thanks,
Paul




On Wed, Aug 27, 2014 at 3:48 AM, Andreas Hansson via gem5-users 
mailto:gem5-users@gem5.org>> wrote:
Hi Chao,

Unfortunately the classic memory system does not support X86 atomic RMW 
operations. This is why it works in atomic and not in timing.

You options are:
1) implement a fix and do everyone a big favour (I vote for this one)
2) take the hit in simulation speed and switch to Ruby and stick to timing mode
3) use another ISA, e.g. ARM :-), that does not have this problem

I hope that explains it.

Andreas

From: Chao Zhang via gem5-users 
mailto:gem5-users@gem5.org>>
Reply-To: Chao Zhang mailto:zhang.c...@pku.edu.cn>>, 
gem5 users mailing list mailto:gem5-users@gem5.org>>
Date: Wednesday, 27 August 2014 07:47
To: gem5 users mailing list mailto:gem5-users@gem5.org>>
Subject: [gem5-users] How many cpu does the x86 vmlinux SMP kernel support?

Dear all,

I’m currently working on x86 FS on classical memory system to simulate cache 
system. But I found the kernel booting just hangs before loading benchmark 
script. It does not work when I set 3 or more x86 timing simple cpus, but it 
does work when I set them as atomic cores. And it also works when I set cpu 
number to 1. The gem5 change set version is 10242, the kernel is the SMP 
version from gem5 website (x86_64-vmlinux-2.6.28.4-smp), and I use default 
fs.py configuration.

So I want to know how many x86 timing cores does this SMP kernel support? Or is 
this a memory system problem?

Chao Zhang
Peking University






-- IMPORTANT NOTICE: The contents of this email and any attachments are 
confidential and may also be privileged. If you are not the intended recipient, 
please notify the sender immediately and do not disclose the contents to any 
other person, use it for any purpose, or store or copy the information in any 
medium. Thank you.

ARM Limited, Registered office 110 Fulbourn Road, Cambridge CB1 9NJ, Registered 
in England & Wales, Company No: 2557590
ARM Holdings plc, Registered office 110 Fulbourn Road, Cambridge CB1 9NJ, 
Registered in England & Wales, Company No: 2548782

___
gem5-users mailing list
gem5-users@gem5.org<mailto:gem5-users@gem5.org>
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users


-- IMPORTANT NOTICE: The contents of this email and any attachments are 
confidential and may also be privileged. If you are not the intended recipient, 
please notify the sender immediately and do not disclose the contents to any 
other person, use it for any purpose, or store or copy the information in any 
medium. Thank you.

ARM Limited, Registered office 110 Fulbourn Road, Cambridge CB1 9NJ, Registered 
in England & Wales, Company No: 2557590
ARM Holdings plc, Registered office 110 Fulbourn Road, Cambridge CB1 9NJ, 
Registered in England & Wales, Company No: 2548782___
gem5-users mailing list
gem5-users@gem5.org
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Re: [gem5-users] How many cpu does the x86 vmlinux SMP kernel support?

2014-08-30 Thread Paul Rosenfeld via gem5-users
Andreas,

Could you give a summary of what kinds of changes would be necessary to fix
this issue and how difficult they would be? x86 is not my forte and I've
only messed around with the decode/execute part of gem5 once a while back.
However, we would be interested in having x86 SMP support with classic
memory, so if there's any chance I could wrap my mind around how to do it,
I'd be willing to contribute the changes.

Thanks,
Paul




On Wed, Aug 27, 2014 at 3:48 AM, Andreas Hansson via gem5-users <
gem5-users@gem5.org> wrote:

>  Hi Chao,
>
>  Unfortunately the classic memory system does not support X86 atomic RMW
> operations. This is why it works in atomic and not in timing.
>
>  You options are:
> 1) implement a fix and do everyone a big favour (I vote for this one)
> 2) take the hit in simulation speed and switch to Ruby and stick to timing
> mode
> 3) use another ISA, e.g. ARM :-), that does not have this problem
>
>  I hope that explains it.
>
>  Andreas
>
>   From: Chao Zhang via gem5-users 
> Reply-To: Chao Zhang , gem5 users mailing list <
> gem5-users@gem5.org>
> Date: Wednesday, 27 August 2014 07:47
> To: gem5 users mailing list 
> Subject: [gem5-users] How many cpu does the x86 vmlinux SMP kernel
> support?
>
>   Dear all,
>
>  I’m currently working on x86 FS on classical memory system to simulate
> cache system. But I found the kernel booting just hangs before loading
> benchmark script. It does not work when I set 3 or more x86 timing simple
> cpus, but it does work when I set them as atomic cores. And it also works
> when I set cpu number to 1. The gem5 change set version is 10242, the
> kernel is the SMP version from gem5 website (x86_64-vmlinux-2.6.28.4-smp),
> and I use default fs.py configuration.
>
>  So I want to know how many x86 timing cores does this SMP kernel
> support? Or is this a memory system problem?
>
>   Chao Zhang
> Peking University
>
>
>
>
>
>
> -- IMPORTANT NOTICE: The contents of this email and any attachments are
> confidential and may also be privileged. If you are not the intended
> recipient, please notify the sender immediately and do not disclose the
> contents to any other person, use it for any purpose, or store or copy the
> information in any medium. Thank you.
>
> ARM Limited, Registered office 110 Fulbourn Road, Cambridge CB1 9NJ,
> Registered in England & Wales, Company No: 2557590
> ARM Holdings plc, Registered office 110 Fulbourn Road, Cambridge CB1 9NJ,
> Registered in England & Wales, Company No: 2548782
>
> ___
> gem5-users mailing list
> gem5-users@gem5.org
> http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
>
___
gem5-users mailing list
gem5-users@gem5.org
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Re: [gem5-users] How many cpu does the x86 vmlinux SMP kernel support?

2014-08-28 Thread Chao Zhang via gem5-users
Hi all,

I changed to the kernel provided by UT Texas. And it can support at least 32 
cores.
Thanks a lot.

Chao
On Aug 28, 2014, at 10:09 PM, Chao Zhang via gem5-users  
wrote:

> Hi Andreas,
> 
> I tried the alpha first. I found I have set up this ISA and I rebuild it for 
> this test.
> It can only support 4 timing simple alpha cores. And when I set the number of 
> cpu to 5, the m5 terminal output indicates CPU #4 (which is the 5th cpu) is 
> stuck. 
> So can I say it can only support 4 cpu? What should I do if I want to support 
> more (like 16) cpus in classical memory system with alpha timing core?
>  
> Thanks!
> 
> On Aug 27, 2014, at 3:48 PM, Andreas Hansson  wrote:
> 
>> Hi Chao,
>> 
>> Unfortunately the classic memory system does not support X86 atomic RMW 
>> operations. This is why it works in atomic and not in timing.
>> 
>> You options are:
>> 1) implement a fix and do everyone a big favour (I vote for this one)
>> 2) take the hit in simulation speed and switch to Ruby and stick to timing 
>> mode
>> 3) use another ISA, e.g. ARM :-), that does not have this problem
>> 
>> I hope that explains it.
>> 
>> Andreas
>> 
>> From: Chao Zhang via gem5-users 
>> Reply-To: Chao Zhang , gem5 users mailing list 
>> 
>> Date: Wednesday, 27 August 2014 07:47
>> To: gem5 users mailing list 
>> Subject: [gem5-users] How many cpu does the x86 vmlinux SMP kernel support?
>> 
>> Dear all,
>> 
>> I’m currently working on x86 FS on classical memory system to simulate cache 
>> system. But I found the kernel booting just hangs before loading benchmark 
>> script. It does not work when I set 3 or more x86 timing simple cpus, but it 
>> does work when I set them as atomic cores. And it also works when I set cpu 
>> number to 1. The gem5 change set version is 10242, the kernel is the SMP 
>> version from gem5 website (x86_64-vmlinux-2.6.28.4-smp), and I use default 
>> fs.py configuration. 
>> 
>> So I want to know how many x86 timing cores does this SMP kernel support? Or 
>> is this a memory system problem? 
>> 
>> Chao Zhang
>> Peking University
>> 
>> 
>> 
>> 
>> 
>> 
>> -- IMPORTANT NOTICE: The contents of this email and any attachments are 
>> confidential and may also be privileged. If you are not the intended 
>> recipient, please notify the sender immediately and do not disclose the 
>> contents to any other person, use it for any purpose, or store or copy the 
>> information in any medium. Thank you.
>> 
>> ARM Limited, Registered office 110 Fulbourn Road, Cambridge CB1 9NJ, 
>> Registered in England & Wales, Company No: 2557590
>> ARM Holdings plc, Registered office 110 Fulbourn Road, Cambridge CB1 9NJ, 
>> Registered in England & Wales, Company No: 2548782
> 
> ___
> gem5-users mailing list
> gem5-users@gem5.org
> http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

___
gem5-users mailing list
gem5-users@gem5.org
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Re: [gem5-users] How many cpu does the x86 vmlinux SMP kernel support?

2014-08-28 Thread Chao Zhang via gem5-users
Hi Andreas,

I tried the alpha first. I found I have set up this ISA and I rebuild it for 
this test.
It can only support 4 timing simple alpha cores. And when I set the number of 
cpu to 5, the m5 terminal output indicates CPU #4 (which is the 5th cpu) is 
stuck. 
So can I say it can only support 4 cpu? What should I do if I want to support 
more (like 16) cpus in classical memory system with alpha timing core?
 
Thanks!

On Aug 27, 2014, at 3:48 PM, Andreas Hansson  wrote:

> Hi Chao,
> 
> Unfortunately the classic memory system does not support X86 atomic RMW 
> operations. This is why it works in atomic and not in timing.
> 
> You options are:
> 1) implement a fix and do everyone a big favour (I vote for this one)
> 2) take the hit in simulation speed and switch to Ruby and stick to timing 
> mode
> 3) use another ISA, e.g. ARM :-), that does not have this problem
> 
> I hope that explains it.
> 
> Andreas
> 
> From: Chao Zhang via gem5-users 
> Reply-To: Chao Zhang , gem5 users mailing list 
> 
> Date: Wednesday, 27 August 2014 07:47
> To: gem5 users mailing list 
> Subject: [gem5-users] How many cpu does the x86 vmlinux SMP kernel support?
> 
> Dear all,
> 
> I’m currently working on x86 FS on classical memory system to simulate cache 
> system. But I found the kernel booting just hangs before loading benchmark 
> script. It does not work when I set 3 or more x86 timing simple cpus, but it 
> does work when I set them as atomic cores. And it also works when I set cpu 
> number to 1. The gem5 change set version is 10242, the kernel is the SMP 
> version from gem5 website (x86_64-vmlinux-2.6.28.4-smp), and I use default 
> fs.py configuration. 
> 
> So I want to know how many x86 timing cores does this SMP kernel support? Or 
> is this a memory system problem? 
> 
> Chao Zhang
> Peking University
> 
> 
> 
> 
> 
> 
> -- IMPORTANT NOTICE: The contents of this email and any attachments are 
> confidential and may also be privileged. If you are not the intended 
> recipient, please notify the sender immediately and do not disclose the 
> contents to any other person, use it for any purpose, or store or copy the 
> information in any medium. Thank you.
> 
> ARM Limited, Registered office 110 Fulbourn Road, Cambridge CB1 9NJ, 
> Registered in England & Wales, Company No: 2557590
> ARM Holdings plc, Registered office 110 Fulbourn Road, Cambridge CB1 9NJ, 
> Registered in England & Wales, Company No: 2548782

___
gem5-users mailing list
gem5-users@gem5.org
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Re: [gem5-users] How many cpu does the x86 vmlinux SMP kernel support?

2014-08-27 Thread Chao Zhang via gem5-users
Hi Andreas,

Thanks for the clear response.
I will try ARM at first. And after that I may try to fix the RMW.

Chao Zhang
Peking University





On Aug 27, 2014, at 3:48 PM, Andreas Hansson  wrote:

> Hi Chao,
> 
> Unfortunately the classic memory system does not support X86 atomic RMW 
> operations. This is why it works in atomic and not in timing.
> 
> You options are:
> 1) implement a fix and do everyone a big favour (I vote for this one)
> 2) take the hit in simulation speed and switch to Ruby and stick to timing 
> mode
> 3) use another ISA, e.g. ARM :-), that does not have this problem
> 
> I hope that explains it.
> 
> Andreas
> 
> From: Chao Zhang via gem5-users 
> Reply-To: Chao Zhang , gem5 users mailing list 
> 
> Date: Wednesday, 27 August 2014 07:47
> To: gem5 users mailing list 
> Subject: [gem5-users] How many cpu does the x86 vmlinux SMP kernel support?
> 
> Dear all,
> 
> I’m currently working on x86 FS on classical memory system to simulate cache 
> system. But I found the kernel booting just hangs before loading benchmark 
> script. It does not work when I set 3 or more x86 timing simple cpus, but it 
> does work when I set them as atomic cores. And it also works when I set cpu 
> number to 1. The gem5 change set version is 10242, the kernel is the SMP 
> version from gem5 website (x86_64-vmlinux-2.6.28.4-smp), and I use default 
> fs.py configuration. 
> 
> So I want to know how many x86 timing cores does this SMP kernel support? Or 
> is this a memory system problem? 
> 
> Chao Zhang
> Peking University
> 
> 
> 
> 
> 
> 
> -- IMPORTANT NOTICE: The contents of this email and any attachments are 
> confidential and may also be privileged. If you are not the intended 
> recipient, please notify the sender immediately and do not disclose the 
> contents to any other person, use it for any purpose, or store or copy the 
> information in any medium. Thank you.
> 
> ARM Limited, Registered office 110 Fulbourn Road, Cambridge CB1 9NJ, 
> Registered in England & Wales, Company No: 2557590
> ARM Holdings plc, Registered office 110 Fulbourn Road, Cambridge CB1 9NJ, 
> Registered in England & Wales, Company No: 2548782

___
gem5-users mailing list
gem5-users@gem5.org
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Re: [gem5-users] How many cpu does the x86 vmlinux SMP kernel support?

2014-08-27 Thread Andreas Hansson via gem5-users
Hi Chao,

Unfortunately the classic memory system does not support X86 atomic RMW 
operations. This is why it works in atomic and not in timing.

You options are:
1) implement a fix and do everyone a big favour (I vote for this one)
2) take the hit in simulation speed and switch to Ruby and stick to timing mode
3) use another ISA, e.g. ARM :-), that does not have this problem

I hope that explains it.

Andreas

From: Chao Zhang via gem5-users 
mailto:gem5-users@gem5.org>>
Reply-To: Chao Zhang mailto:zhang.c...@pku.edu.cn>>, 
gem5 users mailing list mailto:gem5-users@gem5.org>>
Date: Wednesday, 27 August 2014 07:47
To: gem5 users mailing list mailto:gem5-users@gem5.org>>
Subject: [gem5-users] How many cpu does the x86 vmlinux SMP kernel support?

Dear all,

I’m currently working on x86 FS on classical memory system to simulate cache 
system. But I found the kernel booting just hangs before loading benchmark 
script. It does not work when I set 3 or more x86 timing simple cpus, but it 
does work when I set them as atomic cores. And it also works when I set cpu 
number to 1. The gem5 change set version is 10242, the kernel is the SMP 
version from gem5 website (x86_64-vmlinux-2.6.28.4-smp), and I use default 
fs.py configuration.

So I want to know how many x86 timing cores does this SMP kernel support? Or is 
this a memory system problem?

Chao Zhang
Peking University






-- IMPORTANT NOTICE: The contents of this email and any attachments are 
confidential and may also be privileged. If you are not the intended recipient, 
please notify the sender immediately and do not disclose the contents to any 
other person, use it for any purpose, or store or copy the information in any 
medium. Thank you.

ARM Limited, Registered office 110 Fulbourn Road, Cambridge CB1 9NJ, Registered 
in England & Wales, Company No: 2557590
ARM Holdings plc, Registered office 110 Fulbourn Road, Cambridge CB1 9NJ, 
Registered in England & Wales, Company No: 2548782___
gem5-users mailing list
gem5-users@gem5.org
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

[gem5-users] How many cpu does the x86 vmlinux SMP kernel support?

2014-08-26 Thread Chao Zhang via gem5-users
Dear all,

I’m currently working on x86 FS on classical memory system to simulate cache 
system. But I found the kernel booting just hangs before loading benchmark 
script. It does not work when I set 3 or more x86 timing simple cpus, but it 
does work when I set them as atomic cores. And it also works when I set cpu 
number to 1. The gem5 change set version is 10242, the kernel is the SMP 
version from gem5 website (x86_64-vmlinux-2.6.28.4-smp), and I use default 
fs.py configuration. 

So I want to know how many x86 timing cores does this SMP kernel support? Or is 
this a memory system problem? 

Chao Zhang
Peking University





___
gem5-users mailing list
gem5-users@gem5.org
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users