[dpdk-dev] [PATCH v2] eal: add new prefetch write variants
David Marchand
david.marchand at redhat.com
Thu Oct 15 10:18:05 CEST 2020
Hello Harry,
On Mon, Sep 14, 2020 at 5:09 PM Harry van Haaren
<harry.van.haaren at intel.com> wrote:
>
> This commit adds a new rte_prefetch0_write() variants, suggesting to the
> compiler to use a prefetch instruction with intention to write. As a
> compiler builtin, the compiler can choose based on compilation target
> what the best implementation for this instruction is.
>
> Signed-off-by: Harry van Haaren <harry.van.haaren at intel.com>
There was a small comment from Jerin.
Those are new functions and should be marked as experimental.
Please add a call to those in test_prefetch.c.
Please update the release notes.
Thanks.
--
David Marchand
More information about the dev
mailing list