[dpdk-dev] [PATCH v5 5/9] ring: introduce HTS ring mode

Honnappa Nagarahalli Honnappa.Nagarahalli at arm.com
Sun Apr 19 04:31:29 CEST 2020


<snip>

> Subject: [PATCH v5 5/9] ring: introduce HTS ring mode
> 
> Introduce head/tail sync mode for MT ring synchronization.
> In that mode enqueue/dequeue operation is fully serialized:
> only one thread at a time is allowed to perform given op.
> Suppose to reduce stall times in case when ring is used on overcommitted
> cpus (multiple active threads on the same cpu).
> 
> Signed-off-by: Konstantin Ananyev <konstantin.ananyev at intel.com>
Acked-by: Honnappa Nagarahalli <honnappa.nagarahalli at arm.com>

<snip>



More information about the dev mailing list