From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f46.google.com (mail-wg0-f46.google.com [74.125.82.46]) by dpdk.org (Postfix) with ESMTP id 629E52A07 for ; Tue, 19 May 2015 14:02:46 +0200 (CEST) Received: by wgbgq6 with SMTP id gq6so15041700wgb.3 for ; Tue, 19 May 2015 05:02:46 -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=OHOZSUGhLWe7+caJ6LAD3isrNCIFDsYidyrNOVbQJJE=; b=TBSFfKoQReE5JOxitS4XVa9A7kcvRgtLSAYIdqIwBMSa5dqw+djeJxTbASpl+Np/SP POyw4/9sTLwy1dvXBjBoK7GIYgDL+Xbw7s1Iuthb4DN/CA/7e/6BW5TClRtozMIgNFfW EwWGdorOdgq14BKGxjXhEQbNVxmkQYYvnNU7cnATv7fpX4Ij9Dlbt+B4qu9EbTs9ksHR HjDaoaAsjC2ZSymjZbjsEUHjUZl2eKYFGHAeyU9lzIt6CrJcIpqcwrxzf6xH912XuEIL ougLybGCNrSPv/zWUrk2Q7nzNqGT4gJYrIz4LDnIsMM9NqfX9YbJSD1/rTDQBgc7lGN+ jP4A== X-Gm-Message-State: ALoCoQkQem88+kOvfuuZ2zhAibOuJggDUjWYxGjGw3qGlwn73Rkg5oJbzisNM5WgEK0XNw7/9X3/ X-Received: by 10.180.83.229 with SMTP id t5mr31604665wiy.82.1432036966140; Tue, 19 May 2015 05:02:46 -0700 (PDT) Received: from xps13.localnet ([62.159.77.186]) by mx.google.com with ESMTPSA id ha4sm17071774wib.0.2015.05.19.05.02.44 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 19 May 2015 05:02:45 -0700 (PDT) From: Thomas Monjalon To: Bruce Richardson Date: Tue, 19 May 2015 14:01:58 +0200 Message-ID: <2026064.Oq1YD3fb8T@xps13> Organization: 6WIND User-Agent: KMail/4.14.7 (Linux/4.0.1-1-ARCH; KDE/4.14.7; x86_64; ; ) In-Reply-To: <20150519112440.GE11036@bricha3-MOBL3> References: <1431450315-13179-1-git-send-email-bruce.richardson@intel.com> <20150519112440.GE11036@bricha3-MOBL3> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v2 00/19] Move PMDs to drivers directory 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, 19 May 2015 12:02:46 -0000 2015-05-19 12:24, Bruce Richardson: > On Tue, May 19, 2015 at 12:14:59PM +0100, Mcnamara, John wrote: > > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Bruce Richardson > > > > Series Acked-by: John McNamara > > > > Note, due to 2 commits to i40e/base that were merged last night patch 08/19 fails on HEAD. > > > > If we are going to apply this patchset, and I think we should, then we should probably do it sooner rather than later since almost any change to the files in lib will require a respin of the patchset and it is quite large. > > > > John. > Thomas, assuming there are no objections to this patchset, let me know when you > are merging this in if you need another respin of patch 8 (or any other patches) > in the set. I'm not going to respin for every driver change that causes issues, > simply due to the patch sizes. I'm going to look at applying it shortly. Don't worry for the rebase, I can manage it.