[PATCH v4 00/13] Optionally have rte_memcpy delegate to compiler memcpy

Morten Brørup mb at smartsharesystems.com
Thu Jun 20 20:53:05 CEST 2024


> From: Mattias Rönnblom [mailto:mattias.ronnblom at ericsson.com]
> 
> This patch set make DPDK library, driver, and application code use the
> compiler/libc memcpy() by default when functions in <rte_memcpy.h> are
> invoked.
> 
> The various custom DPDK rte_memcpy() implementations may be retained
> by means of a build-time option.
> 
> This patch set only make a difference on x86, PPC and ARM. Loongarch
> and RISCV already used compiler/libc memcpy().
> 
> This patch set includes a number of fixes in drivers and libraries
> which errornously relied on <rte_memcpy.h> including header files
> (i.e., <rte_vect.h>) required by its implementation.

Series-acked-by: Morten Brørup <mb at smartsharesystems.com>



More information about the dev mailing list