Re: [PATCH v2 07/11] eventdev: fix documentation for counting single-link ports

2024-01-31 Thread Bruce Richardson
On Tue, Jan 23, 2024 at 09:56:23AM +, Bruce Richardson wrote: > On Tue, Jan 23, 2024 at 10:48:47AM +0100, Mattias Rönnblom wrote: > > On 2024-01-19 18:43, Bruce Richardson wrote: > > > The documentation of how single-link port-queue pairs were counted in > > > the rte_event_dev_config structure

Re: [PATCH v2 07/11] eventdev: fix documentation for counting single-link ports

2024-01-23 Thread Bruce Richardson
On Tue, Jan 23, 2024 at 10:48:47AM +0100, Mattias Rönnblom wrote: > On 2024-01-19 18:43, Bruce Richardson wrote: > > The documentation of how single-link port-queue pairs were counted in > > the rte_event_dev_config structure did not match the actual > > implementation and, if following the documen

Re: [PATCH v2 07/11] eventdev: fix documentation for counting single-link ports

2024-01-23 Thread Mattias Rönnblom
On 2024-01-19 18:43, Bruce Richardson wrote: The documentation of how single-link port-queue pairs were counted in the rte_event_dev_config structure did not match the actual implementation and, if following the documentation, certain valid What "documentation" and what "implementation" are you

[PATCH v2 07/11] eventdev: fix documentation for counting single-link ports

2024-01-19 Thread Bruce Richardson
The documentation of how single-link port-queue pairs were counted in the rte_event_dev_config structure did not match the actual implementation and, if following the documentation, certain valid port/queue configurations would have been impossible to configure. Fix this by changing the documentati