Re: [PATCH v6 0/9] TCG plugins new inline operations

2024-05-07 Thread Pierrick Bouvier
On 5/7/24 09:07, Alex Bennée wrote: Pierrick Bouvier writes: This series implement two new operations for plugins: - Store inline allows to write a specific value to a scoreboard. - Conditional callback executes a callback only when a given condition is true. The condition is evaluated

Re: [PATCH v6 0/9] TCG plugins new inline operations

2024-05-07 Thread Alex Bennée
Pierrick Bouvier writes: > This series implement two new operations for plugins: > - Store inline allows to write a specific value to a scoreboard. > - Conditional callback executes a callback only when a given condition is > true. > The condition is evaluated inline. > > It's possible to mix

[PATCH v6 0/9] TCG plugins new inline operations

2024-05-02 Thread Pierrick Bouvier
This series implement two new operations for plugins: - Store inline allows to write a specific value to a scoreboard. - Conditional callback executes a callback only when a given condition is true. The condition is evaluated inline. It's possible to mix various inline operations (add, store)