From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f51.google.com (mail-wg0-f51.google.com [74.125.82.51]) by dpdk.org (Postfix) with ESMTP id 7B6F85A8E for ; Tue, 31 Mar 2015 01:39:03 +0200 (CEST) Received: by wgra20 with SMTP id a20so829889wgr.3 for ; Mon, 30 Mar 2015 16:39:03 -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=ZGbkzOb4vyqeLJ8k0TD8bZQzzzf6+CWFWkexlXBwrlM=; b=J+ZchiEDXVm++OLNf3ed2Cq4zhU6jhFPzTTClKFt4OPNngmlzOFGZtACngII/iRmQ2 Y+hJzxYzJDOX76phWmOmSuZvdBsHMQKFK6mc+mDz6/17vBjuDgUino+R0/T5lpBfkkGx Zrsk2fWs9FaEbb8qqkSgonuzefQMLTP/JRh/cdHdSRm1xvFziCdzFg2ZmCBBaL6zFoMa WRuhEGOy+Dx+J8jnX8PoNye49dlKnYHYfAKB6qCNV5xO9BMLxqyVEfw0ANiRxGICS6q9 7Z1ZGdQ9EkQDcU/MjQGnYBVr/xWWl+NL1/lRDSHBP6E82frYow8qAp5dutfsghPj6Vsq SbrA== X-Gm-Message-State: ALoCoQnGD0q0LET6Dqk2pO9OBwTNHrx7KJg1412G3meJ16Kqz0I4F7pK0DGrybKBmHYhlE0tzHmh X-Received: by 10.194.24.35 with SMTP id r3mr67345789wjf.125.1427758743383; Mon, 30 Mar 2015 16:39:03 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id k1sm17810201wjn.9.2015.03.30.16.39.01 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 30 Mar 2015 16:39:02 -0700 (PDT) From: Thomas Monjalon To: siobhan.a.butler@intel.com Date: Tue, 31 Mar 2015 01:38:21 +0200 Message-ID: <2548676.I0KaJlYG5K@xps13> Organization: 6WIND User-Agent: KMail/4.14.4 (Linux/3.18.4-1-ARCH; KDE/4.14.4; x86_64; ; ) In-Reply-To: <1426783711-2407-1-git-send-email-thomas.monjalon@6wind.com> References: <1422747307-13792-1-git-send-email-thomas.monjalon@6wind.com> <1426783711-2407-1-git-send-email-thomas.monjalon@6wind.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 v2 0/3] split programmers guide a bit 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: Mon, 30 Mar 2015 23:39:03 -0000 2015-03-19 17:48, Thomas Monjalon: > Too many things are included in the programmers guide. > I think it should cover only API and knowledge needed to make an application. > That's why I suggest to move Xen and NICs doc outside. > Then it will be easier to add doc for a new environment or a new NIC. > Note that drivers or device-related libs like KNI, vhost or bonding stay > in the programmer's guide because they are more high-level than NICs drivers. > > Changes in v2: > - create index for Xen guide > - rename figure links > - rebase with mlx4 > - HTML copyright removal has been sent separately > > Thomas Monjalon (3): > doc: fix file attributes > doc: move Xen guide out of programmers guide > doc: nics guide Applied with figures list restored on Bernard's request.