RE: [EXT] [PATCH v4 10/12] eventdev: clarify docs on event object fields and op types

2024-02-25 Thread Pavan Nikhilesh Bhagavatula
> Clarify the meaning of the NEW, FORWARD and RELEASE event types. > For the fields in "rte_event" struct, enhance the comments on each to > clarify the field's use, and whether it is preserved between enqueue and > dequeue, and it's role, if any, in scheduling. > > Signed-off-by: Bruce Richardson

[PATCH v4 10/12] eventdev: clarify docs on event object fields and op types

2024-02-21 Thread Bruce Richardson
Clarify the meaning of the NEW, FORWARD and RELEASE event types. For the fields in "rte_event" struct, enhance the comments on each to clarify the field's use, and whether it is preserved between enqueue and dequeue, and it's role, if any, in scheduling. Signed-off-by: Bruce Richardson --- V4: re