From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f181.google.com (mail-wi0-f181.google.com [209.85.212.181]) by dpdk.org (Postfix) with ESMTP id EABE3C4D4 for ; Mon, 27 Jul 2015 03:01:03 +0200 (CEST) Received: by wibxm9 with SMTP id xm9so91086537wib.0 for ; Sun, 26 Jul 2015 18:01:03 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=1fGXx8ok311POHsx+zB8WqpfGGdxtR5CXRk7rPtwYhk=; b=GVajrVnGdIAgxuAoEw9zWfAW20srO7zbM2UC+Rz86wNBhcoPvcuNgM0YEhh83ZlUq8 DosQuXZXMNHVfZbzm0guZW24QYClfULQEI1Atcl+Aw6ncB31Z9hCEx2Z0lzJybnWA/+t FnQZYchSAvG206IrZBlrgHMu3ykl88eOTIw2d/XnqC4uU0qJmopBWE+0BbVZ67znBGnu qBAHHZmnx5ddIbCUEqWukZfbDpT90TD+iTyaqpPhwJ3OtzZNrGVH9Q3fnPpxg0RlySyg WlkRMhP+xEIWqmsMmdN0A8OxX/HhZ2Yue10u//QXm9f4z7EwGXSZQpflSsiSpSEFjGTH /LaA== X-Gm-Message-State: ALoCoQkhQlWxG7s/kxs7qYNM+acQqX1jgn2S34v6Yt/oJLrfT0CZPvQ6dvTHkUOxF3affwLWjcr+ X-Received: by 10.181.25.234 with SMTP id it10mr19306880wid.0.1437958863828; Sun, 26 Jul 2015 18:01:03 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by smtp.gmail.com with ESMTPSA id lj2sm10710500wic.1.2015.07.26.18.01.02 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 26 Jul 2015 18:01:03 -0700 (PDT) From: Thomas Monjalon To: rkerur@gmail.com Date: Mon, 27 Jul 2015 02:59:42 +0200 Message-ID: <3055506.vZLM2IGfDr@xps13> Organization: 6WIND User-Agent: KMail/4.14.8 (Linux/4.0.4-2-ARCH; KDE/4.14.8; x86_64; ; ) In-Reply-To: <1437958594-29468-1-git-send-email-thomas.monjalon@6wind.com> References: <1437852868-6031-1-git-send-email-rkerur@gmail.com> <1437958594-29468-1-git-send-email-thomas.monjalon@6wind.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v10 0/3] deduplicate EAL common functions 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: Mon, 27 Jul 2015 01:01:04 -0000 2015-07-27 02:56, Thomas Monjalon: > v9 was a subset of previous deduplications by Ravi Kerur. > This v10 address the comments I've done on v9. > > Ravi Kerur (3): > eal: deduplicate lcore initialization > eal: deduplicate timer functions > eal: deduplicate memory initialization Applied shortly to integrate this old pending cleanup in RC2.