On Fri, Oct 16, 2020 at 8:24 AM Omkar Maslekar <[email protected]> wrote:
>
> rte_cldemote is similar to a prefetch hint - in reverse. cldemote(addr)
> enables software to hint to hardware that line is likely to be shared.
> Useful in core-to-core communications where cache-line is likely to be
> shared. ARM and PPC implementation is provided with NOP and can be added
> if any equivalent instructions could be used for implementation on those
> architectures.
>
> Signed-off-by: Omkar Maslekar <[email protected]>
> Acked-by: Bruce Richardson <[email protected]>
> Acked-by: David Christensen <[email protected]>
> Acked-by: Jerin Jacob <[email protected]>
> Reviewed-by: Ruifeng Wang <[email protected]>

Applied, thanks Omkar.


-- 
David Marchand

Reply via email to