From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f54.google.com (mail-wg0-f54.google.com [74.125.82.54]) by dpdk.org (Postfix) with ESMTP id 6261F803E for ; Fri, 5 Dec 2014 17:23:26 +0100 (CET) Received: by mail-wg0-f54.google.com with SMTP id l2so1331566wgh.27 for ; Fri, 05 Dec 2014 08:23:26 -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=swzlU0r4lwhU8DlDDLZhnH776KocWq17sn9DzG66DtY=; b=Mtqp9jjTvqLuAgcoomDCtGxNLEgPnfjRrEsF0Q31VmeseMRptcbqJGNFO+ZbgueLE0 Nc6H0JlMgwyeqFEjqREqEcWJsVfIhBLcyI2gHP9c85Uf3cBWMPymvZy2H2w1IPoPiWsY KyT7elW/eqGgkqYE7Mpy/09DQzVTJvwYdZFIgVVQrvjEU9uBqMjL3z22mRbW3U7o24cd KrwqqZY3OoJY+3gyUCdumnoUBwNqUJrz0hbUHDyw5Z8p6HcSzTGwnKv26cUkTVOcBneV GNehYOgTVfd9lUagQUgOsXCzVnufAEBP6OOtyAVckr59T7Av3eckUNCYbs6qkUpLdo85 XwlA== X-Gm-Message-State: ALoCoQmub08oRuff1KbkMS+JgKXi+71psD0uPDYWIgeXLKkjEOQnWg0A6nxG/E/unGOQ/B9dvo4F X-Received: by 10.194.83.42 with SMTP id n10mr24515553wjy.133.1417796606233; Fri, 05 Dec 2014 08:23:26 -0800 (PST) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id e16sm2865131wik.2.2014.12.05.08.23.25 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 05 Dec 2014 08:23:25 -0800 (PST) From: Thomas Monjalon To: Bernard Iremonger Date: Fri, 05 Dec 2014 17:23:01 +0100 Message-ID: <1973663.FVfMTGOq1n@xps13> Organization: 6WIND User-Agent: KMail/4.14.3 (Linux/3.17.4-1-ARCH; KDE/4.14.3; x86_64; ; ) In-Reply-To: <1417707274-10954-1-git-send-email-bernard.iremonger@intel.com> References: <1417707274-10954-1-git-send-email-bernard.iremonger@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] [PULL REQUEST] doc: modifications to user guides 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: Fri, 05 Dec 2014 16:23:27 -0000 > These changes are DPDK 1.8 modifications and some corrections to the > Linux Getting Started Guide, the FreeBSD Getting Started Guide, > the Programmers Guide, the Sample Application User Guide, > the TestPMD Application User Guide and the Release Notes. > > The following changes since commit b6f80756e7b78a8a2a8688bc475a2cb8f6e3a188: > > kni: create interface in current network namespace (2014-12-03 15:01:08 +0100) > > are available in the git repository at: > ssh://bernard@dpdk.org/home/bernard/dpdk-doc-next.git/ master > > De Lara Guarch, Pablo (4): > doc: new testpmd commands > doc: fix testpmd commands > doc: reorder testpmd commands > doc: fix testpmd guide > > Doherty, Declan (1): > doc: update bonding > > Richardson, Bruce (3): > docs: auto-generate date in guides > docs: adjust line lengths in freebsd guide > docs: add freebsd ports > > Siobhan Butler (2): > doc: add distributor application > doc: add vhost library Pulled Thanks -- Thomas