From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from [87.172.153.42] (helo=localhost.localdomain) by smtprelay03.ispgateway.de with esmtpsa (TLSv1.2:AES128-SHA256:128) (Exim 4.84) (envelope-from ) id 1aGNqM-0007ur-C4; Tue, 05 Jan 2016 10:23:54 +0100 From: Ralf Hoffmann To: sergio.gonzalez.monroy@intel.com Date: Tue, 5 Jan 2016 10:25:12 +0100 Message-Id: <1451985913-16235-1-git-send-email-ralf.hoffmann@allegro-packets.com> X-Mailer: git-send-email 2.5.0 In-Reply-To: <55EEEF99.2000708@intel.com> References: <55EEEF99.2000708@intel.com> X-Df-Sender: cmFsZi5ob2ZmbWFubkBhbGxlZ3JvLXBhY2tldHMuY29t Cc: dev@dpdk.org Subject: [dpdk-dev] [PATCH v2 0/1] change hugepage sorting to avoid overlapping memcpy X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jan 2016 09:25:23 -0000 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