Re: [PATCH v3 08/20] contrib/plugins: allow setting of instructions per quantum

2025-05-21 Thread Akihiko Odaki
On 2025/05/22 1:42, 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 v3 08/20] contrib/plugins: allow setting of instructions per quantum

2025-05-21 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 --- v3 - error checking for ipq v2