RE: [EXT] [PATCH v4 09/12] eventdev: improve comments on scheduling types

2024-02-25 Thread Pavan Nikhilesh Bhagavatula
> 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 > Acked-by: Pavan Nikhilesh > --- > V4: reworked follow

[PATCH v4 09/12] eventdev: improve comments on scheduling types

2024-02-21 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 --- V4: reworked following review by Jerin V3: extensive rework follo