From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ralf Hoffmann Subject: [PATCH v2 0/1] change hugepage sorting to avoid overlapping memcpy Date: Tue, 5 Jan 2016 10:25:12 +0100 Message-ID: <1451985913-16235-1-git-send-email-ralf.hoffmann@allegro-packets.com> References: <55EEEF99.2000708@intel.com> Cc: dev@dpdk.org To: sergio.gonzalez.monroy@intel.com Return-path: Received: from smtprelay03.ispgateway.de (smtprelay03.ispgateway.de [80.67.29.7]) by dpdk.org (Postfix) with ESMTP id B16669237 for ; Tue, 5 Jan 2016 10:25:23 +0100 (CET) In-Reply-To: <55EEEF99.2000708@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Hi, I want to catch up with the patch about the overlapping memory areas/hugepage sorting. I have incorporated the qsort patch from Jay and made the suggested changes. So this fixes both the valgrind warning about the overlapping memcpy and possible performance problems due to the bubblesort. Best Regards, Ralf --- Ralf Hoffmann (1): change hugepage sorting to avoid overlapping memcpy lib/librte_eal/linuxapp/eal/eal_memory.c | 60 ++++++++------------------------ 1 file changed, 14 insertions(+), 46 deletions(-) -- 2.5.0