From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas@monjalon.net>
Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com
 [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 8778FE07;
 Mon, 23 Apr 2018 01:42:55 +0200 (CEST)
Received: from compute1.internal (compute1.nyi.internal [10.202.2.41])
 by mailout.nyi.internal (Postfix) with ESMTP id 1C91B218BB;
 Sun, 22 Apr 2018 19:42:55 -0400 (EDT)
Received: from mailfrontend1 ([10.202.2.162])
 by compute1.internal (MEProxy); Sun, 22 Apr 2018 19:42:55 -0400
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h=
 cc:content-transfer-encoding:content-type:date:from:in-reply-to
 :message-id:mime-version:references:subject:to:x-me-sender
 :x-me-sender:x-sasl-enc; s=mesmtp; bh=AVfYRQ3E1ZEWARhh/1pQgj25D8
 C/9t3Qcjz2XUHDv7Y=; b=T6l5PtJNxgafsU3zGGlg3+Yy+DoinhwTjK6K3JxG2/
 eWrL1PnDo4owPq3gLca2xTyt5y7l7lZPRgIP7BAKJ7qbIIIT0O/kBOHeQGeVgWJx
 KJLZIC/q2E9oNGD+FpTp/m4ihPB2vZtLjHlqRXB74DF+cSXmWP/UYKZew9TNNmbk
 0=
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=
 messagingengine.com; h=cc:content-transfer-encoding:content-type
 :date:from:in-reply-to:message-id:mime-version:references
 :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm2; bh=AVfYRQ
 3E1ZEWARhh/1pQgj25D8C/9t3Qcjz2XUHDv7Y=; b=Fsoqt/7QTH58dPM84ORzhB
 xQo0W8DO39e0qrvHmY0dbxLAa7HfTXnBaQMXR3wjZ0fDfr6ezDrl7mOgNKNcGYcY
 CMlpgv1uVOTX4vbX5cAKWPUMh8MlkTbO9Kn9GMPxTr/8Jn511pEs8Lc+zY2inwAG
 6CteFzAEawMn+6qut40OzNut0uu7Zqi4ff/Mhlk3E94eZvimoIDDak56OT+Z7F8A
 aKuZ5znKQ5Tyv9uI7Br2uozNmSCATOVAbWLTXdp5fclSdN6T9HEKni1Pl9wPVkrm
 AWkb7THFRA2xDdn8bgi7frIq4kV0Xej+rCMppXFWBgR3uvm2QDxOa7vcu2kbXe9Q
 ==
X-ME-Sender: <xms:_x3dWrbY0W-woL7qaf6y3uW16HQ4ioZ98RG_So5s91s7f2rwH2V24g>
Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184])
 by mail.messagingengine.com (Postfix) with ESMTPA id 7C2E5E4483;
 Sun, 22 Apr 2018 19:42:54 -0400 (EDT)
From: Thomas Monjalon <thomas@monjalon.net>
To: Rami Rosen <rami.rosen@intel.com>
Cc: stable@dpdk.org, dev@dpdk.org
Date: Mon, 23 Apr 2018 01:42:53 +0200
Message-ID: <7259985.dz15TWz4TF@xps>
In-Reply-To: <20180422030337.6163-1-rami.rosen@intel.com>
References: <20180422030337.6163-1-rami.rosen@intel.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Subject: Re: [dpdk-stable] [PATCH] doc: fix a typo in the programmer's guide
X-BeenThere: stable@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches for DPDK stable branches <stable.dpdk.org>
List-Unsubscribe: <https://dpdk.org/ml/options/stable>,
 <mailto:stable-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/stable/>
List-Post: <mailto:stable@dpdk.org>
List-Help: <mailto:stable-request@dpdk.org?subject=help>
List-Subscribe: <https://dpdk.org/ml/listinfo/stable>,
 <mailto:stable-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Sun, 22 Apr 2018 23:42:55 -0000

22/04/2018 05:03, Rami Rosen:
> This patch fixes a trivial typo in the programmer's guide.
> 
> Fixes: 1733be6d3147 ("doc: new eal multi-pthread feature")
> 
> Signed-off-by: Rami Rosen <rami.rosen@intel.com>

Applied, thanks