Re: [PATCH v5 06/12] tests/plugin/mem: migrate to new per_vcpu API

2024-03-01 Thread Pierrick Bouvier
On 2/29/24 5:46 PM, Alex Bennée wrote: Pierrick Bouvier writes: On 2/29/24 11:08 AM, Alex Bennée wrote: Pierrick Bouvier writes: On 2/29/24 2:08 AM, Alex Bennée wrote: Luc Michel writes: Hi Pierrick, My bad. Other plugins enable only inline when both are supplied, so I missed th

Re: [PATCH v5 06/12] tests/plugin/mem: migrate to new per_vcpu API

2024-02-29 Thread Alex Bennée
Pierrick Bouvier writes: > On 2/29/24 11:08 AM, Alex Bennée wrote: >> Pierrick Bouvier writes: >> >>> On 2/29/24 2:08 AM, Alex Bennée wrote: Luc Michel writes: > Hi Pierrick, > >> >>> >>> My bad. Other plugins enable only inline when both are supplied, so I >>> missed t

Re: [PATCH v5 06/12] tests/plugin/mem: migrate to new per_vcpu API

2024-02-28 Thread Pierrick Bouvier
On 2/29/24 11:08 AM, Alex Bennée wrote: Pierrick Bouvier writes: On 2/29/24 2:08 AM, Alex Bennée wrote: Luc Michel writes: Hi Pierrick, My bad. Other plugins enable only inline when both are supplied, so I missed this here. I added an explicit error when user enable callback and inl

Re: [PATCH v5 06/12] tests/plugin/mem: migrate to new per_vcpu API

2024-02-28 Thread Alex Bennée
Pierrick Bouvier writes: > On 2/29/24 2:08 AM, Alex Bennée wrote: >> Luc Michel writes: >> >>> Hi Pierrick, >>> >> > > My bad. Other plugins enable only inline when both are supplied, so I > missed this here. > I added an explicit error when user enable callback and inline at the > same time

Re: [PATCH v5 06/12] tests/plugin/mem: migrate to new per_vcpu API

2024-02-28 Thread Pierrick Bouvier
On 2/29/24 2:08 AM, Alex Bennée wrote: Luc Michel writes: Hi Pierrick, On 13:14 Mon 26 Feb , Pierrick Bouvier wrote: Signed-off-by: Pierrick Bouvier --- tests/plugin/mem.c | 40 +--- 1 file changed, 25 insertions(+), 15 deletions(-) diff --git a/t

Re: [PATCH v5 06/12] tests/plugin/mem: migrate to new per_vcpu API

2024-02-28 Thread Alex Bennée
Luc Michel writes: > Hi Pierrick, > > On 13:14 Mon 26 Feb , Pierrick Bouvier wrote: >> Signed-off-by: Pierrick Bouvier >> --- >> tests/plugin/mem.c | 40 +--- >> 1 file changed, 25 insertions(+), 15 deletions(-) >> >> diff --git a/tests/plugin/mem.c b/te

Re: [PATCH v5 06/12] tests/plugin/mem: migrate to new per_vcpu API

2024-02-27 Thread Luc Michel
On 14:56 Tue 27 Feb , Pierrick Bouvier wrote: > Hi Luc, > > On 2/27/24 1:35 PM, Luc Michel wrote: > > Hi Pierrick, > > > > On 13:14 Mon 26 Feb , Pierrick Bouvier wrote: > > > Signed-off-by: Pierrick Bouvier > > > --- > > > tests/plugin/mem.c | 40 +--

Re: [PATCH v5 06/12] tests/plugin/mem: migrate to new per_vcpu API

2024-02-27 Thread Pierrick Bouvier
Hi Luc, On 2/27/24 1:35 PM, Luc Michel wrote: Hi Pierrick, On 13:14 Mon 26 Feb , Pierrick Bouvier wrote: Signed-off-by: Pierrick Bouvier --- tests/plugin/mem.c | 40 +--- 1 file changed, 25 insertions(+), 15 deletions(-) diff --git a/tests/plugin/me

Re: [PATCH v5 06/12] tests/plugin/mem: migrate to new per_vcpu API

2024-02-27 Thread Luc Michel
Hi Pierrick, On 13:14 Mon 26 Feb , Pierrick Bouvier wrote: > Signed-off-by: Pierrick Bouvier > --- > tests/plugin/mem.c | 40 +--- > 1 file changed, 25 insertions(+), 15 deletions(-) > > diff --git a/tests/plugin/mem.c b/tests/plugin/mem.c > index 44e9106

[PATCH v5 06/12] tests/plugin/mem: migrate to new per_vcpu API

2024-02-26 Thread Pierrick Bouvier
Signed-off-by: Pierrick Bouvier --- tests/plugin/mem.c | 40 +--- 1 file changed, 25 insertions(+), 15 deletions(-) diff --git a/tests/plugin/mem.c b/tests/plugin/mem.c index 44e91065ba7..d4729f5e015 100644 --- a/tests/plugin/mem.c +++ b/tests/plugin/mem.c @@