From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f53.google.com (mail-wm0-f53.google.com [74.125.82.53]) by dpdk.org (Postfix) with ESMTP id 7F0ED2C8 for ; Tue, 6 Dec 2016 18:03:24 +0100 (CET) Received: by mail-wm0-f53.google.com with SMTP id g23so136101546wme.1 for ; Tue, 06 Dec 2016 09:03:24 -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=JkN+hQBaeD4w4ZtWSRpDWBcKMIpaoWx1lQ4jxySf4fM=; b=j3mcZUxmq1u4koBZqBKpaJdI7wh9P8E51DlSj899CQPPzlwPakAsjLTh93zGFfLMpq kgmFFFd6mqylaeAmqmlFfSmxjF7DWGL0wQ3wxp28/z7KR7kDw3Krt4Wv1hvF6xn4TDaK Dqaq0Ufb4zekPSybqOR8mfpjApHG4PC+iFqi1L7Kw+yLjIwSh3v5fsWu2YjA2Pi7Q+VF sfDd+8RbbCP6bh5mniogAtc6oLMBvhROUa2N2tjljyPxn7ZUL31Q0cZE0zPEo4o3JKEH wgrLL+5isbizJrheuNYsZ3gh5WCQv1nV2UiXuK1dB/0YuGZRHLvyfoa2mwSZjhst3zNE iePw== 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=JkN+hQBaeD4w4ZtWSRpDWBcKMIpaoWx1lQ4jxySf4fM=; b=LTqAugVwVc3EsZ6LlM1daZQGjtaH35Z2i5+r2iIxg4s/gIRpjdRL1ofdCXFRRlfPcT ud6QPNI3wLv0wYC4wmN6snZgbdoWfJKtzElAfQAZcdYQE0AyvCzbgLPd8aAK8B3hYV3S eNwy7tGeMRG0UUr7cQKsVI4jUtzwJjYXFipeNTWWv7Txu20eh98rv/Ikp0YYpuqIu1DU ot2k99Y6c74sqmdcuaJJ9uZ3B/LDdA6CiiTHbi64uM0xuAaIIpEvMK6/RkhCpoCImE73 P2IwAlzDdxhsRx0pCbDF/dpEMjDJD9Wh391n3HFDXqbhwdEml7ULhXPpkSdsEL0fP2h3 f35Q== X-Gm-Message-State: AKaTC00h5QYh/gMwGT7AW6Ct1QlnArMYYl/uKvkh1VKPefPPj3rT4z/p99Zjw03vfVYH/u0u X-Received: by 10.28.169.74 with SMTP id s71mr3468521wme.1.1481043804426; Tue, 06 Dec 2016 09:03:24 -0800 (PST) Received: from xps13.localnet (184.203.134.77.rev.sfr.net. [77.134.203.184]) by smtp.gmail.com with ESMTPSA id w197sm4957531wmd.11.2016.12.06.09.03.23 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 06 Dec 2016 09:03:23 -0800 (PST) From: Thomas Monjalon To: Baruch Siach Cc: dev@dpdk.org, "Mcnamara, John" Date: Tue, 06 Dec 2016 18:03:22 +0100 Message-ID: <4856628.v3PqGYUyJ3@xps13> User-Agent: KMail/4.14.10 (Linux/4.5.4-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: References: <68dc5388c54099ba26e9d0d1dd30e5fa6f9fbfc0.1480411543.git.baruch@tkos.co.il> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Subject: Re: [dpdk-dev] [PATCH] doc: remove wrong document description X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Dec 2016 17:03:25 -0000 > > The Programmer=E2=80=99s Guide intro is not the Release Notes. > >=20 > > Signed-off-by: Baruch Siach >=20 >=20 > Acked-by: John McNamara Applied (merged with 2 others), thanks