Re: [PATCH v3 09/11] eventdev: improve comments on scheduling types

2024-02-20 Thread Bruce Richardson
On Thu, Feb 08, 2024 at 11:04:03AM +0100, Mattias Rönnblom wrote: > On 2024-02-08 10:18, Jerin Jacob wrote: > > On Fri, Feb 2, 2024 at 6:11 PM Bruce Richardson > > wrote: > > > > > > The description of ordered and atomic scheduling given in the eventdev > > > doxygen documentation was not always

Re: [PATCH v3 09/11] eventdev: improve comments on scheduling types

2024-02-08 Thread Mattias Rönnblom
On 2024-02-08 10:18, Jerin Jacob wrote: On Fri, Feb 2, 2024 at 6:11 PM 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 Sig

Re: [PATCH v3 09/11] eventdev: improve comments on scheduling types

2024-02-08 Thread Jerin Jacob
On Fri, Feb 2, 2024 at 6:11 PM 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 > >

[PATCH v3 09/11] eventdev: improve comments on scheduling types

2024-02-02 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 --- V3: extensive rework following feedback. Please re-review! --- l