On Thu, 23 Jul 2020 12:02:40 +0500 Sarosh Arif <sarosh.a...@emumba.com> wrote:
> Since rte_memcpy is more optimized it should be used instead of memcpy > > Signed-off-by: Sarosh Arif <sarosh.a...@emumba.com> Really did you measure this. For fixed size structures, compiler can inline memcpy small set of instructions.