From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas.monjalon@6wind.com>
Received: from mail-wi0-f171.google.com (mail-wi0-f171.google.com
 [209.85.212.171]) by dpdk.org (Postfix) with ESMTP id 0CBC46828
 for <dev@dpdk.org>; Mon, 10 Nov 2014 10:01:50 +0100 (CET)
Received: by mail-wi0-f171.google.com with SMTP id r20so9719662wiv.16
 for <dev@dpdk.org>; Mon, 10 Nov 2014 01:11:34 -0800 (PST)
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=Yu+COpg73RtP+e8rzl5EDICcYEXHUDAnSyCiaTnE6mU=;
 b=LQ5KYIQTFpJ5ci/1FeBcGXe4HXSavODTbfZiFX9Nt08/JuHX2Rx6OOqpJYIZp1EKij
 jpaOeNgge85ZLdt5qtRofI56DTzt8mVbrSc5K8PzIbopNrygaqIIaiu4wS3Sb8y/6cDZ
 8w6W18GZNxRfhQaKBVWwq2gOA77VVMGAbGei2lQeeQL405luRbBZL96JN5/QmiojxELC
 YhNWTnI/9Ma6BWuVhBSh/mTOzwpWpPqcTEhq8avXOzfuRI2QVcER2NdYNWZHg1rxWdYU
 Ex+YnxaUJ7T7leKq6nRMvrJsx3rXbq2QUzr1ZtAoNzEVWWtqQBBIzQm4Md/e/XqI8qoy
 Hfxg==
X-Gm-Message-State: ALoCoQlASPW8tu6XlM2bR+EHqSueD8vS9HpWiIRltPvjr7bIDhE7pI8ZmffbRJ1lc951hEmHRG6d
X-Received: by 10.194.186.207 with SMTP id fm15mr41893890wjc.1.1415610690631; 
 Mon, 10 Nov 2014 01:11:30 -0800 (PST)
Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136])
 by mx.google.com with ESMTPSA id wm6sm22399972wjb.5.2014.11.10.01.11.29
 for <multiple recipients>
 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
 Mon, 10 Nov 2014 01:11:29 -0800 (PST)
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: "Zhang, Helin" <helin.zhang@intel.com>
Date: Mon, 10 Nov 2014 10:11:11 +0100
Message-ID: <1817921.mDZA6gGpyj@xps13>
Organization: 6WIND
User-Agent: KMail/4.14.2 (Linux/3.17.2-1-ARCH; KDE/4.14.2; x86_64; ; )
In-Reply-To: <F35DEAC7BCE34641BA9FAC6BCA4A12E70A7B065C@SHSMSX104.ccr.corp.intel.com>
References: <1404374093-29710-1-git-send-email-helin.zhang@intel.com>
 <1415364512-9918-1-git-send-email-thomas.monjalon@6wind.com>
 <F35DEAC7BCE34641BA9FAC6BCA4A12E70A7B065C@SHSMSX104.ccr.corp.intel.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] app,
	examples: remove references to drivers config
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches and discussions about DPDK <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Mon, 10 Nov 2014 09:01:50 -0000

> > These references to drivers break the layering isolation between application and
> > drivers.
> > 
> > Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
> 
> Acked-by: Helin Zhang <helin.zhang@intel.com>
> With minor changes suggested: 'devices' -> 'device'?

Applied with suggested changes.

Thanks
-- 
Thomas