Re: [PATCH 3/6] service: reduce average case service core overhead

2022-10-03 Thread Mattias Rönnblom
; mattias.ronnblom >> Subject: [PATCH 3/6] service: reduce average case service core overhead >> >> Optimize service loop so that the starting point is the lowest-indexed >> service mapped to the lcore in question, and terminate the loop at the >> highest-indexed

RE: [PATCH 3/6] service: reduce average case service core overhead

2022-10-03 Thread Van Haaren, Harry
> -Original Message- > From: Mattias Rönnblom > Sent: Tuesday, September 6, 2022 5:14 PM > To: Van; Haaren; Van Haaren, Harry > Cc: dev@dpdk.org; Honnappa Nagarahalli ; > Morten Brørup ; nd ; > mattias.ronnblom > Subject: [PATCH 3/6] service: reduce average ca

[PATCH 3/6] service: reduce average case service core overhead

2022-09-06 Thread Mattias Rönnblom
Optimize service loop so that the starting point is the lowest-indexed service mapped to the lcore in question, and terminate the loop at the highest-indexed service. While the worst case latency remains the same, this patch significantly reduces the service framework overhead for the average case