On Mon, Feb 26, 2024 at 04:51:25AM +0000, Pavan Nikhilesh Bhagavatula wrote: > > Make some textual improvements to the introduction to eventdev and event > > devices in the eventdev header file. This text appears in the doxygen > > output for the header file, and introduces the key concepts, for > > example: events, event devices, queues, ports and scheduling. > > > > This patch makes the following improvements: > > * small textual fixups, e.g. correcting use of singular/plural > > * rewrites of some sentences to improve clarity > > * using doxygen markdown to split the whole large block up into > > sections, thereby making it easier to read. > > > > No large-scale changes are made, and blocks are not reordered > > > > Signed-off-by: Bruce Richardson <bruce.richard...@intel.com> > > > > Acked-by: Pavan Nikhilesh <pbhagavat...@marvell.com> > > > --- > > V4: reworked following review by Jerin > > V3: reworked following feedback from Mattias > > --- > > lib/eventdev/rte_eventdev.h | 140 ++++++++++++++++++++++-------------- > > 1 file changed, 86 insertions(+), 54 deletions(-) > > <snip>
> > + * In contrast, in an event-driver model, as supported by this "eventdev" > > Should be event-driven model. > Yes, good spot. Jerin, can you just fix this typo on apply, please?