RE: [PATCH v8 2/3] eventdev: add support for independent enqueue

2024-08-31 Thread Sevincer, Abdullah
>+The overall outlook is OK. Send next version with release note changes from >24.07 to 24.11. Thanks Jerin, I sent the new version patch v10.

Re: [PATCH v8 2/3] eventdev: add support for independent enqueue

2024-08-29 Thread Jerin Jacob
On Wed, Aug 28, 2024 at 10:29 PM Sevincer, Abdullah wrote: > > Thanks Mattias, > > Hi Jerin, > > Are you okay with the changes so far? The overall outlook is OK. Send next version with release note changes from 24.07 to 24.11.

RE: [PATCH v8 2/3] eventdev: add support for independent enqueue

2024-08-28 Thread Sevincer, Abdullah
Thanks Mattias, Hi Jerin, Are you okay with the changes so far?

Re: [PATCH v8 2/3] eventdev: add support for independent enqueue

2024-08-28 Thread Mattias Rönnblom
: [PATCH v8 2/3] eventdev: add support for independent enqueue On 2024-08-12 22:00, Abdullah Sevincer wrote: This commit adds support for independent enqueue feature and updates Event Device and PMD feature list. A new capability RTE_EVENT_DEV_CAP_INDEPENDENT_ENQ is introduced to support

RE: [PATCH v8 2/3] eventdev: add support for independent enqueue

2024-08-27 Thread Sevincer, Abdullah
Hi Mattias, I will update patch tomorrow with updated suggestion from Pravin, If I don’t hear from you I guess you are okay?

RE: [PATCH v8 2/3] eventdev: add support for independent enqueue

2024-08-24 Thread Pathak, Pravin
> -Original Message- > From: Mattias Rönnblom > Sent: Friday, August 23, 2024 7:03 AM > To: Sevincer, Abdullah ; dev@dpdk.org > Cc: jer...@marvell.com; Richardson, Bruce ; > Pathak, Pravin ; mattias.ronnb...@ericsson.com; > Aggarwal, Manish > Subject: Re: [PAT

Re: [PATCH v8 2/3] eventdev: add support for independent enqueue

2024-08-23 Thread Mattias Rönnblom
On 2024-08-12 22:00, Abdullah Sevincer wrote: This commit adds support for independent enqueue feature and updates Event Device and PMD feature list. A new capability RTE_EVENT_DEV_CAP_INDEPENDENT_ENQ is introduced to support independent enqueue to support PMD to enqueue in any order even the un

[PATCH v8 2/3] eventdev: add support for independent enqueue

2024-08-12 Thread Abdullah Sevincer
This commit adds support for independent enqueue feature and updates Event Device and PMD feature list. A new capability RTE_EVENT_DEV_CAP_INDEPENDENT_ENQ is introduced to support independent enqueue to support PMD to enqueue in any order even the underlined hardware device needs enqueues in a str