[PATCH] eal/x86: improve rte_memcpy const size 16 performance
Stephen Hemminger
stephen at networkplumber.org
Sun Mar 3 06:41:12 CET 2024
On Sun, 3 Mar 2024 00:48:12 +0100
Morten Brørup <mb at smartsharesystems.com> wrote:
> diff --git a/lib/eal/x86/include/rte_memcpy.h b/lib/eal/x86/include/rte_memcpy.h
> index 72a92290e0..6cc0e8ee16 100644
> --- a/lib/eal/x86/include/rte_memcpy.h
> +++ b/lib/eal/x86/include/rte_memcpy.h
> @@ -1,5 +1,6 @@
> /* SPDX-License-Identifier: BSD-3-Clause
> * Copyright(c) 2010-2014 Intel Corporation
> + * Copyright(c) 2024 SmartShare Systems
> */
Lets not start the precedent of adding individual copyrights on patches.
More information about the dev
mailing list