On Tue, 5 Mar 2024 17:07:02 +0000 "Sevincer, Abdullah" <abdullah.sevin...@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.