Re: [PATCH v18 1/3] eventdev: add support for independent enqueue

2024-10-07 Thread Jerin Jacob
On Mon, Oct 7, 2024 at 1:43 PM Abdullah Sevincer wrote: > > Support for independent enqueue feature and updates Event Device > and PMD feature list. > > A new capability RTE_EVENT_DEV_CAP_INDEPENDENT_ENQ is introduced. It > allows out-of-order enqueuing of RTE_EVENT_OP_FORWARD or RELEASE type > ev

[PATCH v18 1/3] eventdev: add support for independent enqueue

2024-10-07 Thread Abdullah Sevincer
Support for independent enqueue feature and updates Event Device and PMD feature list. A new capability RTE_EVENT_DEV_CAP_INDEPENDENT_ENQ is introduced. It allows out-of-order enqueuing of RTE_EVENT_OP_FORWARD or RELEASE type events on an event port where this capability is enabled. To use this c