2016-01-07 15:54, Ralf Hoffmann: > 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> > Acked-by: Sergio Gonzalez Monroy <sergio.gonzalez.monroy at intel.com>
Added ref to Jay Rolette and Applied, thanks