Re: [PATCH v2 10/11] eventdev: RFC clarify comments on scheduling types

2024-01-31 Thread Bruce Richardson
On Tue, Jan 23, 2024 at 05:19:18PM +0100, Mattias Rönnblom wrote: > On 2024-01-19 18:43, Bruce Richardson wrote: > > The description of ordered and atomic scheduling given in the eventdev > > doxygen documentation was not always clear. Try and simplify this so > > that it is clearer for the end-use

Re: [PATCH v2 10/11] eventdev: RFC clarify comments on scheduling types

2024-01-24 Thread Bruce Richardson
On Tue, Jan 23, 2024 at 05:19:18PM +0100, Mattias Rönnblom wrote: > On 2024-01-19 18:43, Bruce Richardson wrote: > > The description of ordered and atomic scheduling given in the eventdev > > doxygen documentation was not always clear. Try and simplify this so > > that it is clearer for the end-use

Re: [PATCH v2 10/11] eventdev: RFC clarify comments on scheduling types

2024-01-23 Thread Mattias Rönnblom
On 2024-01-19 18:43, Bruce Richardson wrote: The description of ordered and atomic scheduling given in the eventdev doxygen documentation was not always clear. Try and simplify this so that it is clearer for the end-user of the application Signed-off-by: Bruce Richardson --- NOTE TO REVIEWERS:

[PATCH v2 10/11] eventdev: RFC clarify comments on scheduling types

2024-01-19 Thread Bruce Richardson
The description of ordered and atomic scheduling given in the eventdev doxygen documentation was not always clear. Try and simplify this so that it is clearer for the end-user of the application Signed-off-by: Bruce Richardson --- NOTE TO REVIEWERS: I've updated this based on my understanding of