[PATCH v2 45/71] event/dlb2: replace use of fixed size rte_memcpy
Stephen Hemminger
stephen at networkplumber.org
Tue Mar 5 19:30:05 CET 2024
On Tue, 5 Mar 2024 17:07:02 +0000
"Sevincer, Abdullah" <abdullah.sevincer at intel.com> wrote:
> Hi Stephen,
>
> Are all rte_memcpy functions now be replaced by memcpy and no more use of rte_memcpy?
>
Long term yes. There is no reason for rte_memcpy to exist, it only exists because
the DPDK team at Intel was able to get a faster result for bulk copies than
the current glibc versions.
Medium term, it would be good to kill rte_memcpy for the fixed size case.
Already done for several other architectures.
Short term, none of this is urgent.
More information about the dev
mailing list