RE: [EXTERNAL] Re: [RFC 0/3] Introduce event prefetching

2024-09-10 Thread Pavan Nikhilesh Bhagavatula
> On 2024-09-10 10:31, pbhagavat...@marvell.com wrote: > > From: Pavan Nikhilesh > > > > Event prefetching improves scheduling performance by pre-scheduling > events to > > event ports when dequeues are issued. This series introduces various types > and > > levels of prefetching to the eventdev li

Re: [RFC 0/3] Introduce event prefetching

2024-09-10 Thread Mattias Rönnblom
On 2024-09-10 10:31, pbhagavat...@marvell.com wrote: From: Pavan Nikhilesh Event prefetching improves scheduling performance by pre-scheduling events to event ports when dequeues are issued. This series introduces various types and levels of prefetching to the eventdev library. I would avoid

[RFC 0/3] Introduce event prefetching

2024-09-10 Thread pbhagavatula
From: Pavan Nikhilesh Event prefetching improves scheduling performance by pre-scheduling events to event ports when dequeues are issued. This series introduces various types and levels of prefetching to the eventdev library. Prefetching Types: * RTE_EVENT_DEV_PREFETCH_NONE: No prefetching. *