From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f45.google.com (mail-wm0-f45.google.com [74.125.82.45]) by dpdk.org (Postfix) with ESMTP id DB339370 for ; Mon, 14 Dec 2015 00:24:17 +0100 (CET) Received: by mail-wm0-f45.google.com with SMTP id p66so22092817wmp.0 for ; Sun, 13 Dec 2015 15:24:17 -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=uqIA2TIxDwcu299V6UdNdokQxrz2FIoT6QGJRyJyWk4=; b=snAzWcLAsDHfoJu1Y+XxELY0Y3obbKIHgOGGMyrG3C5QWYPGJgc9uy6sVIZTYVg2xf dLF2lUvTXOMKRE6a/1fk7XwUC1utjBLj+y3zsNaMxm5fwOgF1gry32mx43eGYYHdITES V+FysHD4CiZlYKvGo3Pbgtf9ZUq7F7qdj8jxJiHkiri5uvtGufhwq8pY/r6PTqmUYiz3 zem7KY9DQruVcU+ASJ38sX5DnVWDDIJAE7EnVeIuKIWJg5PmCVbJ+nKyTRPc3W4OON9k cI/aFJN4YX/UYMsBVz7WSM3dXYpVz68gqOHZdzCaE2cSpAG8l0XRrZH0woqGeRY8Eh0n WAJA== 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=uqIA2TIxDwcu299V6UdNdokQxrz2FIoT6QGJRyJyWk4=; b=eCLMb4yG/kCiX2HojA5O4KLRMm5J6Ijl4+X6ieaOihFkn3bMfIQ4KgliV595qQf2W1 r3C6/YsLuIxV3yJJ4EZXzell5A1oacILA3+LHJ0AkenXWpoaujp58b9f03q6IFHnvWQ3 QhvVBxxm9DVC5aGovjgQZTtHkQi1DKLpmaBR4/GspBnLxXcY1UtGCwL/2aUpySFNZsqi 3eisog8DjbXYdtp62lu/ucgqJGkgLfBkLKA1RMeciyMVVN1tF65XGcnDIuFIxz73L8HA 0ARaiqhdfhAyn3232JtxU+RacBqKpZYiInmYh63ucxMoJoOLMUQ+2XTfE1+rH9Vm1ycb Okow== X-Gm-Message-State: ALoCoQlITkhNPLrmAHbxClnpKaKr5R2vt9YLxUFKPU99whtX9R683IaN7JO0/NiM2MR7AB68KLcMhM2KK5prCi7etv7Wpx2LoQ== X-Received: by 10.28.100.84 with SMTP id y81mr21920107wmb.48.1450049057787; Sun, 13 Dec 2015 15:24:17 -0800 (PST) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by smtp.gmail.com with ESMTPSA id cl2sm27024734wjc.33.2015.12.13.15.24.17 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 13 Dec 2015 15:24:17 -0800 (PST) From: Thomas Monjalon To: johndale Date: Mon, 14 Dec 2015 00:23:01 +0100 Message-ID: <14806769.aBRJEP9OCD@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <1450048292-11548-1-git-send-email-johndale@cisco.com> References: <1450048292-11548-1-git-send-email-johndale@cisco.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] doc: Enic PMD documentaion for Network Interface Controller Drivers Guide 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: Sun, 13 Dec 2015 23:24:18 -0000 2015-12-13 15:11, johndale: > +Typically, a user would execute the following commands to build the suite > + > +.. code-block:: console > + > + tar -xzf dpdk-.tar.gz > + cd dpdk- > + make install T=x86_64-native-linuxapp-gcc This part is incomplete and useless IMHO. We must avoid duplicating commands, hard to update.