From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas.monjalon@6wind.com>
Received: from mail-wm0-f51.google.com (mail-wm0-f51.google.com [74.125.82.51])
 by dpdk.org (Postfix) with ESMTP id 5F9124A63
 for <dev@dpdk.org>; Sun, 13 Dec 2015 21:58:54 +0100 (CET)
Received: by mail-wm0-f51.google.com with SMTP id n186so20700061wmn.0
 for <dev@dpdk.org>; Sun, 13 Dec 2015 12:58:54 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=6wind-com.20150623.gappssmtp.com; s=20150623;
 h=from:to:cc:subject:date:message-id:organization:user-agent
 :in-reply-to:references:mime-version:content-transfer-encoding
 :content-type; bh=kFb++Dr44004LSyP8kc4rJS/U37CBjVPvjQEQ/8twHM=;
 b=hxsKF9MekcSGIEpnlL3lxJ/w/1wCl44T6JQcqZLkKOsGrDwEaTP54l6pJFaUiChx8L
 miaDNsZbnbJxQD3LE6B9PbgJsxyp99TwiwnBT7C8V6qGkmXAEWF2sNGFN6ZZ0fk9If7J
 yWwsEtSg8jLXdOAP1k+A+05nsl8tqSQGO1wF3K4mWUsk60g3439Fakf4BxiGXyOntaEU
 NFbtVpr0ZrVOdY3Q7tHo0l/4MTSqMHphWn2ovEo/QB6f7Va3aVJzGX9yCf0s1yV+doZY
 hpxW6Ebr5ibBw1A+yeoZt1fTSnPPC8waUF3W8TBXeGSzbkyDf3VJ4ib+uxj+3xsIpAYz
 JkrQ==
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=kFb++Dr44004LSyP8kc4rJS/U37CBjVPvjQEQ/8twHM=;
 b=Ul6iGRhrbYgTMuIgqec3O5hnjYVNxIrW0g+MPkoYUDWq81/7TGTXO7qm6QXsGJ5h/e
 z8G1JNch6+d9nwbGPRMRRMEDaULG0jmCOsILkO0tnaHmHmeCSn6UINXlb0N++Lavd1o8
 IoI+2/7FqMpbVPGt94fYt3eTfBxiUtuHtsjqFlkiG29/MI13kD8/ksoIiPgb9LLkQG0r
 91Ngj2pgSOcsF3WWmtOQz9qsD71K+tFKaUAhoIBX7/bi3NiVAalcCG6SCuYa/ssy1fBh
 GBOUxCjYImnNegETq4r1WTvE/I9/Vb+RyiaBbEoxJ1tqiVitv3XgvfmWV5eGaF6oInt+
 ssQw==
X-Gm-Message-State: ALoCoQnkU9HD8rMQHHulGYyHrOn/7+i3FVsK2+lSD1GF9L6X3zjX1YftRrwq4H5GesEe5o+3iJyA2RWqzQdxji0/EuVIq6tPpw==
X-Received: by 10.28.217.145 with SMTP id q139mr19041425wmg.79.1450040334158; 
 Sun, 13 Dec 2015 12:58:54 -0800 (PST)
Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136])
 by smtp.gmail.com with ESMTPSA id z1sm26635489wje.35.2015.12.13.12.58.53
 (version=TLSv1/SSLv3 cipher=OTHER);
 Sun, 13 Dec 2015 12:58:53 -0800 (PST)
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: Stephen Hemminger <stephen@networkplumber.org>
Date: Sun, 13 Dec 2015 21:57:38 +0100
Message-ID: <58011961.7nmb3QRVgO@xps13>
Organization: 6WIND
User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; )
In-Reply-To: <B27915DBBA3421428155699D51E4CFE2023CCEC4@IRSMSX103.ger.corp.intel.com>
References: <1449030005-12932-1-git-send-email-stephen@networkplumber.org>
 <B27915DBBA3421428155699D51E4CFE2023CCEC4@IRSMSX103.ger.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] add README
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: Sun, 13 Dec 2015 20:58:54 -0000

> > This project is missing a proper README which is used in other projects
> > and some git visualization services.
> > Only a starting point, please feel free to edit.
> > To keep the file short and current, I avoided putting any specific
> > information about features and versions.
> > 
> > Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
> 
> Acked-by: John McNamara <john.mcnamara@intel.com>

Applied, thanks