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

2024-05-27 Thread Jerin Jacob
On Mon, May 27, 2024 at 9:38 PM Mattias Rönnblom wrote: > > On 2024-05-27 17:35, Jerin Jacob wrote: > > On Sat, May 25, 2024 at 1:13 AM Mattias Rönnblom > > wrote: > >> > >> Add the RTE_EVENT_DEV_CAP_IMPLICIT_RELEASE_DISABLE capability to the > >> DSW event device. > >> > >> This feature may be u

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

2024-05-27 Thread Mattias Rönnblom
On 2024-05-27 17:35, Jerin Jacob wrote: On Sat, May 25, 2024 at 1:13 AM 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 opt

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

2024-05-27 Thread Jerin Jacob
On Sat, May 25, 2024 at 1:13 AM 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 > originati