Re: [PATCH v2] event/dsw: support explicit release only mode

2024-06-06 Thread Jerin Jacob
On Wed, Jun 5, 2024 at 7:43 PM Mattias Rönnblom wrote: > > Add the RTE_EVENT_DEV_CAP_IMPLICIT_RELEASE_DISABLE capability to the > DSW event device. > > This feature may be used by an EAL thread to pull more work from the > work scheduler, without giving up the option to forward events > originatin

[PATCH v2] event/dsw: support explicit release only mode

2024-06-05 Thread Mattias Rönnblom
Add the RTE_EVENT_DEV_CAP_IMPLICIT_RELEASE_DISABLE capability to the DSW event device. This feature may be used by an EAL thread to pull more work from the work scheduler, without giving up the option to forward events originating from a previous dequeue batch. This in turn allows an EAL thread to