Re: [PATCH 0/8] Add cache coloring support for Arm

2020-05-06 Thread Luca Miccio
On 5/4/20 8:54 PM, Jan Kiszka wrote: > On 22.04.20 10:51, Jan Kiszka wrote: >> On 22.04.20 09:22, Marco Solieri wrote: >>> On Wed, Apr 22, 2020 at 08:42:32AM +0200, Jan Kiszka wrote: On 27.03.19 13:18, Marco Solieri wrote: > Predictability of memory access latency is severely menaced by

Re: [PATCH 0/8] Add cache coloring support for Arm

2020-05-04 Thread Jan Kiszka
On 22.04.20 10:51, Jan Kiszka wrote: On 22.04.20 09:22, Marco Solieri wrote: On Wed, Apr 22, 2020 at 08:42:32AM +0200, Jan Kiszka wrote: On 27.03.19 13:18, Marco Solieri wrote: Predictability of memory access latency is severely menaced by the multi-core architectures where the last level of

Re: [PATCH 0/8] Add cache coloring support for Arm

2020-04-22 Thread Jan Kiszka
On 22.04.20 09:22, Marco Solieri wrote: On Wed, Apr 22, 2020 at 08:42:32AM +0200, Jan Kiszka wrote: On 27.03.19 13:18, Marco Solieri wrote: Predictability of memory access latency is severely menaced by the multi-core architectures where the last level of cache (LLC) is shared, jeopardizing

Re: [PATCH 0/8] Add cache coloring support for Arm

2020-04-22 Thread 'Marco Solieri' via Jailhouse
On Wed, Apr 22, 2020 at 08:42:32AM +0200, Jan Kiszka wrote: > On 27.03.19 13:18, Marco Solieri wrote: > > Predictability of memory access latency is severely menaced by the > > multi-core architectures where the last level of cache (LLC) is > > shared, jeopardizing applicability of many Arm

Re: [PATCH 0/8] Add cache coloring support for Arm

2020-04-22 Thread Jan Kiszka
On 27.03.19 13:18, Marco Solieri wrote: Predictability of memory access latency is severely menaced by the multi-core architectures where the last level of cache (LLC) is shared, jeopardizing applicability of many Arm platform in real-time critical and mixed-criticality scenarios. Support for

RE: [PATCH 0/8] Add cache coloring support for Arm

2019-12-05 Thread Peng Fan
> Subject: Re: [PATCH 0/8] Add cache coloring support for Arm > > On Tue, Dec 03, 2019 at 08:41:13AM +, Peng Fan wrote: > > > On Mon, Dec 02, 2019 at 02:52:04AM +, Peng Fan wrote: > > > > > I am reading the patchset, but this patchset could not resol

Re: [PATCH 0/8] Add cache coloring support for Arm

2019-12-05 Thread Jan Kiszka
On 05.12.19 17:50, Marco Solieri wrote: > On Tue, Dec 03, 2019 at 08:41:13AM +, Peng Fan wrote: >>> On Mon, Dec 02, 2019 at 02:52:04AM +, Peng Fan wrote: > I am reading the patchset, but this patchset could not resolve the > cache contention between root cell Linux and inmate cell,

Re: [PATCH 0/8] Add cache coloring support for Arm

2019-12-05 Thread 'Marco Solieri' via Jailhouse
On Tue, Dec 03, 2019 at 08:41:13AM +, Peng Fan wrote: > > On Mon, Dec 02, 2019 at 02:52:04AM +, Peng Fan wrote: > > > > I am reading the patchset, but this patchset could not resolve the > > > > cache contention between root cell Linux and inmate cell, right? It > > > > only address the

RE: [PATCH 0/8] Add cache coloring support for Arm

2019-12-03 Thread Peng Fan
> Subject: Re: [PATCH 0/8] Add cache coloring support for Arm > > Dear Peng, > > On Mon, Dec 02, 2019 at 02:52:04AM +, Peng Fan wrote: > > > I am reading the patchset, but this patchset could not resolve the > > > cache contention between root cell Linux and

Re: [PATCH 0/8] Add cache coloring support for Arm

2019-12-02 Thread 'Lokesh Vutla' via Jailhouse
eng Fan ; Marco Solieri ; Jailhouse >>> >>> Cc: marko.berto...@unimore.it; tomasz.kl...@unimore.it; >>> giul...@xilinx.com; 'clau...@evidence.eu.com' ; >>> fabio.feder...@utrc.utc.com >>> Subject: Re: [PATCH 0/8] Add cache coloring support for Arm >>>

Re: [PATCH 0/8] Add cache coloring support for Arm

2019-12-02 Thread 'Marco Solieri' via Jailhouse
Dear Peng, On Mon, Dec 02, 2019 at 02:52:04AM +, Peng Fan wrote: > > I am reading the patchset, but this patchset could not resolve the cache > > contention between root cell Linux and inmate cell, right? It only address > > the cache contention inside the inmate cell, if I understand

RE: [PATCH 0/8] Add cache coloring support for Arm

2019-12-01 Thread Peng Fan
> Subject: Re: [PATCH 0/8] Add cache coloring support for Arm > > On 02.12.19 08:24, Peng Fan wrote: > > Hi Jan, > > > >> -Original Message- > >> From: jailhouse-dev@googlegroups.com > > >> On Behalf Of Jan Kiszka > >> Sent: 20

Re: [PATCH 0/8] Add cache coloring support for Arm

2019-12-01 Thread Jan Kiszka
...@evidence.eu.com' ; fabio.feder...@utrc.utc.com Subject: Re: [PATCH 0/8] Add cache coloring support for Arm On 02.12.19 03:52, Peng Fan wrote: + jailhouse mailist. -Original Message- From: Peng Fan Sent: 2019年12月2日 10:51 To: Marco Solieri Cc: marko.berto...@unimore.it; tomasz.kl...@unimore.it; giul

RE: [PATCH 0/8] Add cache coloring support for Arm

2019-12-01 Thread Peng Fan
.eu.com' ; > fabio.feder...@utrc.utc.com > Subject: Re: [PATCH 0/8] Add cache coloring support for Arm > > On 02.12.19 03:52, Peng Fan wrote: > > + jailhouse mailist. > > > >> -Original Message- > >> From: Peng Fan > >> Sent: 2019年12月2日

Re: [PATCH 0/8] Add cache coloring support for Arm

2019-12-01 Thread Jan Kiszka
] Add cache coloring support for Arm Subject: [PATCH 0/8] Add cache coloring support for Arm I am reading the patchset, but this patchset could not resolve the cache contention between root cell Linux and inmate cell, right? It only address the cache contention inside the inmate cell, if I

RE: [PATCH 0/8] Add cache coloring support for Arm

2019-12-01 Thread Peng Fan
8] Add cache coloring support for Arm > > > Subject: [PATCH 0/8] Add cache coloring support for Arm > > > > I am reading the patchset, but this patchset could not resolve the cache > contention between root cell Linux and inmate cell, right? It only address the > cache co

Re: [PATCH 0/8] Add cache coloring support for Arm

2019-04-10 Thread Jan Kiszka
On 10.04.19 19:00, Marco Solieri wrote: On Wed, Apr 10, 2019 at 01:04:46PM +0200, Jan Kiszka wrote: On 10.04.19 11:24, Marco Solieri wrote: Well, maybe we can reduce the impact on struct jailhouse_memory. Do we expect >32 ways - and if so, when would we expect >64? If not, we could reduce

Re: [PATCH 0/8] Add cache coloring support for Arm

2019-04-10 Thread 'Marco Solieri' via Jailhouse
On Wed, Apr 10, 2019 at 01:04:46PM +0200, Jan Kiszka wrote: > On 10.04.19 11:24, Marco Solieri wrote: > > > Well, maybe we can reduce the impact on struct jailhouse_memory. Do we > > > expect >32 ways - and if so, when would we expect >64? If not, we could > > > reduce flags to 32-bit and add a

Re: [PATCH 0/8] Add cache coloring support for Arm

2019-04-10 Thread Jan Kiszka
On 10.04.19 11:24, Marco Solieri wrote: Well, maybe we can reduce the impact on struct jailhouse_memory. Do we expect >32 ways - and if so, when would we expect >64? If not, we could reduce flags to 32-bit and add a 32-bit color mask without expanding the structure. A 32-bit mask allows

Re: [PATCH 0/8] Add cache coloring support for Arm

2019-04-10 Thread 'Marco Solieri' via Jailhouse
On Mon, Apr 08, 2019 at 11:53:54AM +0200, Jan Kiszka wrote: > On 08.04.19 11:03, Marco Solieri wrote: > > On Mon, Apr 01, 2019 at 05:37:53PM +0200, Jan Kiszka wrote: > > > On 27.03.19 13:18, 'Marco Solieri' via Jailhouse wrote: > > > > Predictability of memory access latency is severely menaced by

Re: [PATCH 0/8] Add cache coloring support for Arm

2019-04-08 Thread Jan Kiszka
Hi Marco, On 08.04.19 11:03, Marco Solieri wrote: Dear Jan, On Mon, Apr 01, 2019 at 05:37:53PM +0200, Jan Kiszka wrote: On 27.03.19 13:18, 'Marco Solieri' via Jailhouse wrote: Predictability of memory access latency is severely menaced by the multi-core architectures where the last level of

Re: [PATCH 0/8] Add cache coloring support for Arm

2019-04-08 Thread 'Marco Solieri' via Jailhouse
Dear Jan, On Mon, Apr 01, 2019 at 05:37:53PM +0200, Jan Kiszka wrote: > On 27.03.19 13:18, 'Marco Solieri' via Jailhouse wrote: > > Predictability of memory access latency is severely menaced by the > > multi-core architectures where the last level of cache (LLC) is shared, > > jeopardizing

Re: [PATCH 0/8] Add cache coloring support for Arm

2019-04-01 Thread Jan Kiszka
On 27.03.19 13:18, 'Marco Solieri' via Jailhouse wrote: Predictability of memory access latency is severely menaced by the multi-core architectures where the last level of cache (LLC) is shared, jeopardizing applicability of many Arm platform in real-time critical and mixed-criticality

[PATCH 0/8] Add cache coloring support for Arm

2019-03-27 Thread 'Marco Solieri' via Jailhouse
Predictability of memory access latency is severely menaced by the multi-core architectures where the last level of cache (LLC) is shared, jeopardizing applicability of many Arm platform in real-time critical and mixed-criticality scenarios. Support for cache coloring is introduced, a transparent