Re: [PATCH v5 0/2] plugins/cache: multicore cache modelling

2021-08-04 Thread Alex Bennée
Mahmoud Mandour writes: > On Tue, Aug 3, 2021 at 11:10 PM Alex Bennée wrote: > > Mahmoud Mandour writes: > > > Hello, > > > > This series introduce multicore cache modelling in contrib/plugins/cache.c > > > > Multi-core cache modelling is handled such that for full-system > >

Re: [PATCH v5 0/2] plugins/cache: multicore cache modelling

2021-08-04 Thread Mahmoud Mandour
On Tue, Aug 3, 2021 at 11:10 PM Alex Bennée wrote: > > Mahmoud Mandour writes: > > > Hello, > > > > This series introduce multicore cache modelling in > contrib/plugins/cache.c > > > > Multi-core cache modelling is handled such that for full-system > > emulation, a private L1 cache is

Re: [PATCH v5 0/2] plugins/cache: multicore cache modelling

2021-08-03 Thread Alex Bennée
Mahmoud Mandour writes: > Hello, > > This series introduce multicore cache modelling in contrib/plugins/cache.c > > Multi-core cache modelling is handled such that for full-system > emulation, a private L1 cache is maintained to each core available to > the system. For multi-threaded userspace

[PATCH v5 0/2] plugins/cache: multicore cache modelling

2021-08-03 Thread Mahmoud Mandour
Hello, This series introduce multicore cache modelling in contrib/plugins/cache.c Multi-core cache modelling is handled such that for full-system emulation, a private L1 cache is maintained to each core available to the system. For multi-threaded userspace emulation, a static number of cores is