From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f41.google.com (mail-wg0-f41.google.com [74.125.82.41]) by dpdk.org (Postfix) with ESMTP id 566B22E89 for ; Mon, 3 Nov 2014 18:53:29 +0100 (CET) Received: by mail-wg0-f41.google.com with SMTP id k14so11719405wgh.14 for ; Mon, 03 Nov 2014 10:02:44 -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=PCv8YxDV2NOLaYIxd0JAXGQC8Wj03mG3bj73qNHZ6Mw=; b=MIhgVWccZw+tAFAaSl4JF71SS1TDTBot9cyUVBFpBvD4v4iBuKUKNCeq5e4oirxViC E4ZQAoOm2Enh2x2t5wc0V06OU8TdF/fA01RBiVM0PacrYxfXJjp81s+Obn6DAqEyks3T ZvyahUwRQ5kb/8PsjAykx/CKYCvpcYw+PEUX457NUqT1XZKZU142v4JMZKgPpfPDTvyU z/5DqGOy3lZMqV47jRBguzF3ZvcESejrGSy8fgu1UfFywiG7xiGUVQviF+oYjnsQYxLJ W19dn9ItlQtwNp0LiI6aiknAVlf/XURG5wqpThKTTmEMT+In2ZOCo7uNps9836s5aG+c P44w== X-Gm-Message-State: ALoCoQnw5yd8wRar3w9I5+em8WUeB7OpB5i1gs8Tg70zNxFpV8x5c9gHgjeZEClj0MjfpQzpIOzr X-Received: by 10.194.87.131 with SMTP id ay3mr26369863wjb.66.1415037764275; Mon, 03 Nov 2014 10:02:44 -0800 (PST) Received: from xps13.localnet (guy78-3-82-239-227-177.fbx.proxad.net. [82.239.227.177]) by mx.google.com with ESMTPSA id lm9sm22961139wjc.45.2014.11.03.10.02.43 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 03 Nov 2014 10:02:43 -0800 (PST) From: Thomas Monjalon To: Bernard Iremonger Date: Mon, 03 Nov 2014 19:02:25 +0100 Message-ID: <2606208.BQ7BAH2WIb@xps13> Organization: 6WIND User-Agent: KMail/4.14.2 (Linux/3.17.1-1-ARCH; KDE/4.14.2; x86_64; ; ) In-Reply-To: <1414772715-7485-1-git-send-email-bernard.iremonger@intel.com> References: <1414772715-7485-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: release notes, programmers guide, sample app. guide and fix to linux getting started 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: Mon, 03 Nov 2014 17:53:29 -0000 2014-10-31 16:25, Bernard Iremonger: > Bernard Iremonger (3): > doc: release notes for DPDK 1.7 > doc: programmers guide > doc: sample applications user guide > > Jincheng Miao (1): > doc: fix a typo Release notes and the fix are pulled. Programmers guide and sample app user guide are pending waiting a solution for images. -- Thomas