Re: [PATCH v2 06/14] contrib/plugins: allow setting of instructions per quantum

2025-05-19 Thread Alex Bennée
Akihiko Odaki writes: > On 2025/05/06 21:57, Alex Bennée wrote: >> The default is we update time every 1/10th of a second or so. However >> for some cases we might want to update time more frequently. Allow >> this to be set via the command line through the ipq argument. >> Signed-off-by: Alex Be

Re: [PATCH v2 06/14] contrib/plugins: allow setting of instructions per quantum

2025-05-09 Thread Akihiko Odaki
On 2025/05/06 21:57, Alex Bennée wrote: The default is we update time every 1/10th of a second or so. However for some cases we might want to update time more frequently. Allow this to be set via the command line through the ipq argument. Signed-off-by: Alex Bennée Reviewed-by: Pierrick Bouvier

[PATCH v2 06/14] contrib/plugins: allow setting of instructions per quantum

2025-05-06 Thread Alex Bennée
The default is we update time every 1/10th of a second or so. However for some cases we might want to update time more frequently. Allow this to be set via the command line through the ipq argument. Signed-off-by: Alex Bennée Reviewed-by: Pierrick Bouvier --- v2 - checkpatch fixes. --- docs/