Re: [PATCH v3 10/11] eventdev: clarify docs on event object fields and op types

2024-02-21 Thread Bruce Richardson
On Wed, Feb 21, 2024 at 03:01:06PM +0530, Jerin Jacob wrote: > On Tue, Feb 20, 2024 at 11:09 PM Bruce Richardson > wrote: > > > > On Fri, Feb 09, 2024 at 02:44:04PM +0530, Jerin Jacob wrote: > > > On Fri, Feb 2, 2024 at 6:11 PM Bruce Richardson > > > wrote: > > > > > > > > Clarify the meaning of

Re: [PATCH v3 10/11] eventdev: clarify docs on event object fields and op types

2024-02-21 Thread Jerin Jacob
On Tue, Feb 20, 2024 at 11:09 PM Bruce Richardson wrote: > > On Fri, Feb 09, 2024 at 02:44:04PM +0530, Jerin Jacob wrote: > > On Fri, Feb 2, 2024 at 6:11 PM Bruce Richardson > > wrote: > > > > > > Clarify the meaning of the NEW, FORWARD and RELEASE event types. > > > For the fields in "rte_event"

Re: [PATCH v3 10/11] eventdev: clarify docs on event object fields and op types

2024-02-20 Thread Bruce Richardson
On Fri, Feb 09, 2024 at 02:44:04PM +0530, Jerin Jacob wrote: > On Fri, Feb 2, 2024 at 6:11 PM Bruce Richardson > wrote: > > > > 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, an

Re: [PATCH v3 10/11] eventdev: clarify docs on event object fields and op types

2024-02-20 Thread Bruce Richardson
On Fri, Feb 09, 2024 at 02:44:04PM +0530, Jerin Jacob wrote: > On Fri, Feb 2, 2024 at 6:11 PM Bruce Richardson > wrote: > > > > 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, an

Re: [PATCH v3 10/11] eventdev: clarify docs on event object fields and op types

2024-02-20 Thread Bruce Richardson
On Fri, Feb 09, 2024 at 02:44:04PM +0530, Jerin Jacob wrote: > On Fri, Feb 2, 2024 at 6:11 PM Bruce Richardson > wrote: > > > > 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, an

Re: [PATCH v3 10/11] eventdev: clarify docs on event object fields and op types

2024-02-09 Thread Jerin Jacob
On Fri, Feb 2, 2024 at 6:11 PM Bruce Richardson wrote: > > 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, i

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

2024-02-02 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 --- V3: up