[dpdk-dev] [PATCH] Clean up rte_memcpy.h file

Stephen Hemminger stephen at networkplumber.org
Wed Apr 15 04:53:48 CEST 2015


On Tue, 14 Apr 2015 14:31:53 -0700
Ravi Kerur <rkerur at gmail.com> wrote:

> +
> +	for (i = 0; i < 2; i++)
> +		rte_mov32(dst + i * 32, src + i * 32);
>  }
Unless you force compiler to unroll the loop, it will be slower.


More information about the dev mailing list