RE: [PATCH v3 2/2] eventdev: add support for enqueue reorder

2024-07-10 Thread Pathak, Pravin
>+ Add a device-level >+ RTE_EVENT_DEV_CAP_INDEPENDENT_ENQ >+ as well. >+ The documentation of that flag should probably house the detailed >description of this feature. So, this capability will be advertised by DSW and DLB devices with detailed documentation. What about DPAA and OPDL devices

RE: [PATCH v3 2/2] eventdev: add support for enqueue reorder

2024-07-02 Thread Pathak, Pravin
>+ Add a device-level >+ RTE_EVENT_DEV_CAP_INDEPENDENT_ENQ >+ as well. >+ The documentation of that flag should probably house the detailed >description of this feature. So, this capability will be advertised by DSW and DLB devices with detailed documentation. >+ Here's how I would describe t

Re: [PATCH v3 2/2] eventdev: add support for enqueue reorder

2024-07-01 Thread Mattias Rönnblom
On 2024-06-22 00:24, Abdullah Sevincer wrote: This commit adds support flag to enable enqueue reorder feature. When this flag is enabled in the port configuration PMD restores dequeue order on enqueue if applications happen to change it. Signed-off-by: Abdullah Sevincer --- lib/eventdev/rte_

Re: [PATCH v3 2/2] eventdev: add support for enqueue reorder

2024-07-01 Thread Mattias Rönnblom
On 2024-06-22 00:24, Abdullah Sevincer wrote: This commit adds support flag to enable enqueue reorder feature. "Enqueue reorder" is how this feature is implemented (on DLB2), but it's not a good description of what it does (or, allows for). I've called this feature "independent enqueue" in

Re: [PATCH v3 2/2] eventdev: add support for enqueue reorder

2024-06-27 Thread Jerin Jacob
On Thu, Jun 27, 2024 at 12:01 AM Sevincer, Abdullah wrote: > > Hi Jerin my responses below: > >+# Is this feature or limitation? > This is a new feature to enable enqueuing to PMD in any order when the > underlined hardware device needs enqueues in a strict dequeue order. > >+# What is the use ca

RE: [PATCH v3 2/2] eventdev: add support for enqueue reorder

2024-06-26 Thread Sevincer, Abdullah
Hi Jerin my responses below: >+# Is this feature or limitation? This is a new feature to enable enqueuing to PMD in any order when the underlined hardware device needs enqueues in a strict dequeue order. >+# What is the use case for this feature? This is needed by the applications which processes

Re: [PATCH v3 2/2] eventdev: add support for enqueue reorder

2024-06-24 Thread Jerin Jacob
On Sat, Jun 22, 2024 at 4:02 AM Abdullah Sevincer wrote: > > This commit adds support flag to enable enqueue reorder > feature. > > When this flag is enabled in the port configuration PMD > restores dequeue order on enqueue if applications happen to > change it. > > Signed-off-by: Abdullah Sevince

[PATCH v3 2/2] eventdev: add support for enqueue reorder

2024-06-21 Thread Abdullah Sevincer
This commit adds support flag to enable enqueue reorder feature. When this flag is enabled in the port configuration PMD restores dequeue order on enqueue if applications happen to change it. Signed-off-by: Abdullah Sevincer --- lib/eventdev/rte_eventdev.h | 8 1 file changed, 8 insert