From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-we0-f170.google.com (mail-we0-f170.google.com [74.125.82.170]) by dpdk.org (Postfix) with ESMTP id 1B438B118 for ; Fri, 16 May 2014 17:39:21 +0200 (CEST) Received: by mail-we0-f170.google.com with SMTP id u57so2790265wes.1 for ; Fri, 16 May 2014 08:39:29 -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=kQvs9tWlDKrrTAegfWdmg6tTNBUU4PKwYQyy++Nh3S0=; b=cfLpocRAvd1QZm+cONC64UG/N4NJnrhY1M+/P9+dK4CHk19f1S2ytVksgtM+HfT4q9 8MjwAxAvK46fmNQV9dZ8kRiHr6vjMw30q/cZgqWhhynQjYdD0p4T9EIqcS1L3hUKFx5M 3V/8WK1nfh9/GlKgQdlqHhNgcWYK6rSdZA+GioYwcZQD88xZ4dzfbPmF1ThpQg0a5Z2a 0qTKOxxOaF3Bq65KIS9uWP0MkV41zimFvzgjpn24HKUVGiwUbdd0qTvP+OSHSEmfjaB8 Qjgkw3tuq7Z3bTXk+wRlhuTLwU//23S55MmUxOW9P3uS6XCoarPJnX/jKctbY+9kpxwJ ywag== X-Gm-Message-State: ALoCoQl2iyPwP42J1Eq11XQqlAybmMPbCzvoEn4m8IiQpdyGL4SpGeJIjAedIqXxcjzogG/YsCjT X-Received: by 10.180.212.107 with SMTP id nj11mr14597075wic.40.1400254769071; Fri, 16 May 2014 08:39:29 -0700 (PDT) Received: from xps13.localnet (6wind.net2.nerim.net. [213.41.180.237]) by mx.google.com with ESMTPSA id dn1sm3959416wid.6.2014.05.16.08.39.27 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 16 May 2014 08:39:28 -0700 (PDT) From: Thomas Monjalon To: Neil Horman Date: Fri, 16 May 2014 17:39:25 +0200 Message-ID: <6224261.TYpCWJ7gsT@xps13> Organization: 6WIND User-Agent: KMail/4.13 (Linux/3.14.4-1-ARCH; KDE/4.13.0; x86_64; ; ) In-Reply-To: <20140516152847.GB5432@hmsreliant.think-freely.org> References: <1397585169-14537-1-git-send-email-nhorman@tuxdriver.com> <1398092379-7679-1-git-send-email-nhorman@tuxdriver.com> <20140516152847.GB5432@hmsreliant.think-freely.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v5 00/14] dpdk: Separate compile time linkage between eal lib and pmd's 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: Fri, 16 May 2014 15:39:21 -0000 Hi Neil, 2014-05-16 11:28, Neil Horman: > Ping, so whats the status on the rest of this series? You said you would > integrate it with 1.7.0, but you've applied several dozen patches ahead of > it (many of which were posted after it), and as a result, it no longer > applies. I assume you're planning on fixing all of this up? I was pretty sure you'll ping me :) This serie should be the next to be applied, probably on Monday. I take this opportunity to "recruit" more reviewers. Many patches are pending for review and there will be probably even more in next days. So reviewers are welcome! http://dpdk.org/dev#review Thanks -- Thomas