From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f44.google.com (mail-wg0-f44.google.com [74.125.82.44]) by dpdk.org (Postfix) with ESMTP id 3527C5A8E for ; Tue, 31 Mar 2015 01:25:35 +0200 (CEST) Received: by wgbdm7 with SMTP id dm7so665378wgb.1 for ; Mon, 30 Mar 2015 16:25:35 -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=DKP1YwIxhW7FcA7Q7Roe9oPlcwxr6tPtYNJzcS4773c=; b=QdtYHlDB11kvom5U8aPBDogoWYNXbnQL8dXt29BD4BM2kwmalQd/FzhMttkMGOfAWl eohGa09oa0cZDXhYExm1RdKpNm69b4L9pB8k5QCy/m8m/Q27dlVHMP2EnzhzSCwEP4Gy Bw4llDApiIIJibxpFm+AdQilRWngncnXqADBYJE35nVy0C3uqZ0fLatHVwbKxTGcMnlg Y9/7ybvSWKOycnbYT89J9FRP/n9nG9Cd67gFff/Vf1GDy96eeNp8m1+fZwGtfWRI9q5M HdLxzpSaEtxBkqKcfcdI8aEQZIWKSvEIL/4+v7x1Al7Tkg3jaL2daBncdFUCnV+0RTWV /EaA== X-Gm-Message-State: ALoCoQkrv9mi7dyJH5aTjYo0KY5kY1dCurB9EPom41zQyGHeNSdaLNIycnIfIG+EF3XQ0OxWpYfW X-Received: by 10.180.149.193 with SMTP id uc1mr307319wib.42.1427757935068; Mon, 30 Mar 2015 16:25:35 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id p9sm17770979wje.12.2015.03.30.16.25.33 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 30 Mar 2015 16:25:34 -0700 (PDT) From: Thomas Monjalon To: Ravi Kerur Date: Tue, 31 Mar 2015 01:24:53 +0200 Message-ID: <3432877.QZe5f6OD7e@xps13> Organization: 6WIND User-Agent: KMail/4.14.4 (Linux/3.18.4-1-ARCH; KDE/4.14.4; x86_64; ; ) In-Reply-To: References: <1420565095-17278-1-git-send-email-rkerur@gmail.com> <1722908.xonNXe7smH@xps13> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v4 0/7] Move EAL common function 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, 30 Mar 2015 23:25:35 -0000 2015-03-30 16:15, Ravi Kerur: > On Mon, Mar 30, 2015 at 2:29 PM, Thomas Monjalon wrote: > > Sorry for not integrating this big refactoring in release 2.0. > > It wasn't easy to merge it during development of some EAL features. > > And it's now too risky to rework it before the release. > > I think this clean-up is needed and should be done at the beginning of 2.1 > > cycle. We just need to rebase it and remove the "ifdef BSD/LINUX" which was > > introduced in pci code. > > > > Do you think you'll have time for it? > > Sure, please let me know when it is needed I can work on it. 2.1 cycle is starting in few days. So the sooner is the better. Thanks a lot Ravi