From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas.monjalon@6wind.com>
Received: from mail-wm0-f54.google.com (mail-wm0-f54.google.com [74.125.82.54])
 by dpdk.org (Postfix) with ESMTP id 0D64D374C
 for <dev@dpdk.org>; Mon, 14 Nov 2016 15:10:58 +0100 (CET)
Received: by mail-wm0-f54.google.com with SMTP id g23so100143200wme.1
 for <dev@dpdk.org>; Mon, 14 Nov 2016 06:10:58 -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:user-agent:in-reply-to
 :references:mime-version:content-transfer-encoding;
 bh=pi5jQ/7hAYcM2DJlby7XDWYAwXG9u7vle7uiB+JHD6c=;
 b=H1nPZHedRgJngst+eIRti3eBcF0H/VaTx5lTVosdNF9X5xMv6d6fSesju0DAIXJUYq
 /j9rkbg6XdkmnC7FSJ3hhepQNEFJbyjhz5ikgMj0ZB0zLQbxAcwQI0asB/X6dCq/EC1e
 GfAVCn9tmhhRYrYuKus0zddD5z4oJo/I7nCGTwRiepZ40nKfA4slgfGHOyU6tv3bKlba
 kRTboRnmx1quIhmzWpIQFNIFwT92KKALWbLf6u4V9MQit+/ITrogL3X842o2/h6d0qAJ
 n7Xlvssf7ObU804cwVg7TA1mBA2lq3q67bo0rvGvvUEnxbOlFJdv9zXGZvjHwB2igOTG
 cfMQ==
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:user-agent
 :in-reply-to:references:mime-version:content-transfer-encoding;
 bh=pi5jQ/7hAYcM2DJlby7XDWYAwXG9u7vle7uiB+JHD6c=;
 b=Yo94+owMcD6j6AJP1J8Nh/Fd/22rJ3/cY8v/A/ImZfxCjaAu9dsEz3PuHLuK7lwQPZ
 KPE38fLiXHvEwPPd92wK238gu/qM9c1wSWGMEXS/oIPFKsCm/alXq59qWARZXJOR5SOq
 Egt1PwPJkN9kEi+Cu9RY3cGMeEcfRUET2qOYw6Px1EuzzL/0s+wF+IkIGVrJXK5N+3fo
 YeBD+SFkO/jPCh9GKCjU3ypWegLvvxEpXuk3C2xYvSLSJqm/Bm/i5RadgbkwoERwol36
 rt0SDP/bAh1Vcd65XGaqrD49RKdzLaXGRRPzV0cAQYLuNm4ns+sGdGQZjp/CIOF3zm4W
 l7oQ==
X-Gm-Message-State: ABUngvfSqnFJ5w3gvSEBQppasDpRddmZKhWPfM0nYvbMNJxhTXsXgsVD7rZXoK6Dodx8R4fA
X-Received: by 10.28.62.77 with SMTP id l74mr10252718wma.37.1479132657677;
 Mon, 14 Nov 2016 06:10:57 -0800 (PST)
Received: from xps13.localnet (184.203.134.77.rev.sfr.net. [77.134.203.184])
 by smtp.gmail.com with ESMTPSA id g6sm28923987wjp.45.2016.11.14.06.10.56
 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
 Mon, 14 Nov 2016 06:10:56 -0800 (PST)
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: Ferruh Yigit <ferruh.yigit@intel.com>
Cc: dev@dpdk.org, John McNamara <john.mcnamara@intel.com>,
 Pablo de Lara <pablo.de.lara.guarch@intel.com>,
 Yuanhan Liu <yuanhan.liu@linux.intel.com>
Date: Mon, 14 Nov 2016 15:10:55 +0100
Message-ID: <10663121.AmlVRtss3E@xps13>
User-Agent: KMail/4.14.10 (Linux/4.5.4-1-ARCH; KDE/4.14.11; x86_64; ; )
In-Reply-To: <20161111133417.3894-1-ferruh.yigit@intel.com>
References: <20161110172718.2292-1-ferruh.yigit@intel.com>
 <20161111133417.3894-1-ferruh.yigit@intel.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Subject: Re: [dpdk-dev] [PATCH v2] doc: add sub-repositories information
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, 14 Nov 2016 14:10:58 -0000

2016-11-11 13:34, Ferruh Yigit:
> DPDK switched to main and sub-repositories approach, this patch
> documents new approach and updates development process according.
> 
> Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
> Acked-by: John McNamara <john.mcnamara@intel.com>

Applied, thanks