Re: [PATCH v3 03/11] eventdev: update documentation on device capability flags

2024-02-20 Thread Bruce Richardson
On Wed, Feb 07, 2024 at 04:00:04PM +0530, Jerin Jacob wrote: > On Sat, Feb 3, 2024 at 12:59 PM Bruce Richardson > wrote: > > > > Update the device capability docs, to: > > > > * include more cross-references > > * split longer text into paragraphs, in most cases with each flag having > > a singl

Re: [PATCH v3 03/11] eventdev: update documentation on device capability flags

2024-02-07 Thread Jerin Jacob
On Sat, Feb 3, 2024 at 12:59 PM Bruce Richardson wrote: > > Update the device capability docs, to: > > * include more cross-references > * split longer text into paragraphs, in most cases with each flag having > a single-line summary at the start of the doc block > * general comment rewording an

[PATCH v3 03/11] eventdev: update documentation on device capability flags

2024-02-02 Thread Bruce Richardson
Update the device capability docs, to: * include more cross-references * split longer text into paragraphs, in most cases with each flag having a single-line summary at the start of the doc block * general comment rewording and clarification as appropriate Signed-off-by: Bruce Richardson --- V