[dpdk-dev] [PATCH v4 1/1] change hugepage sorting to avoid overlapping memcpy
Sergio Gonzalez Monroy
sergio.gonzalez.monroy at intel.com
Thu Jan 7 15:36:35 CET 2016
Hi Ralf,
It seems like the title update you did for v3 is missing in this patch.
On 07/01/2016 13:59, Ralf Hoffmann wrote:
> with only one hugepage or already sorted hugepage addresses, the sort
> function called memcpy with same src and dst pointer. Debugging with
> valgrind will issue a warning about overlapping area. This patch changes
> the sort method to qsort to avoid this behavior. The separate sort
> function is no longer necessary.
>
> Signed-off-by: Ralf Hoffmann <ralf.hoffmann at allegro-packets.com>
> ---
>
Once you fix that you can add my Acked-by to your commit message.
Acked-by: Sergio Gonzalez Monroy <sergio.gonzalez.monroy at intel.com>
By the way, just a reminder to update the status of previous patches in
patchwork as 'superseded'.
Regards,
Sergio
More information about the dev
mailing list