From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 442F31B313 for ; Mon, 13 Nov 2017 06:34:30 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id E91F2209B1; Mon, 13 Nov 2017 00:34:29 -0500 (EST) Received: from frontend1 ([10.202.2.160]) by compute1.internal (MEProxy); Mon, 13 Nov 2017 00:34:29 -0500 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=102Tu8H4CaRZ9Lr4vC2dRPUZOW 4UzZNLIGOp/o+BlnE=; b=tA36bqyr2iUKL/cv3s+6/gKaYyLb5wDvbsrbcjzrNn Y34mrcHaSCOJ3E/uu7FR4LRMGp+o4HT5XO6yBftEm8iolt91SinVtOvlq6OXO6OJ SjxpMfAU5dk0BnuhlmpaSRXYtxpTU8WXXcyMh0esMn9+HMsyV0zArIyQiw1MwK7p k= 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=fm1; bh=102Tu8 H4CaRZ9Lr4vC2dRPUZOW4UzZNLIGOp/o+BlnE=; b=oQ01X50CM6LEs3MjQIl6dP qn6cBzWENpL83cPFw+nsU0U27Z01s9/GQswxidGUauoUuotDXpXZFlW1yfg2lsjh ptWNkmW78WIM3tsHT7adj6GFAGOa0GrVFojRV7P8dvxcLsEtofxbHOMZfj89vowU yQ0rejYTV/P/iQiswaSb0jhoFFMOpZzygU/ZPxU58ku0Y4Ob7uUQ9U6J7AJNzMWy BRLFsKA87ENkv28jXPS6KA97AF/Pbwn24car0OspSSCrshn9RR42/X2n6v5/Foj8 nXv4458MtcMBh5CpTBZkrX5edDwPOHq6ZflNCbO7NVplSofyXQ5GD+wKGrbniL8g == X-ME-Sender: Received: from xps.localnet (unknown [37.170.73.51]) by mail.messagingengine.com (Postfix) with ESMTPA id 1317E7E1DB; Mon, 13 Nov 2017 00:34:29 -0500 (EST) From: Thomas Monjalon To: "Rosen, Rami" Cc: dev@dpdk.org, "Mcnamara, John" Date: Mon, 13 Nov 2017 06:33:33 +0100 Message-ID: <1621534.cKUz4mUIbS@xps> In-Reply-To: References: <1509161813-18946-1-git-send-email-rami.rosen@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] doc: fix an error in DPDK programmers's guide (EAL) 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: Mon, 13 Nov 2017 05:34:30 -0000 > > Fix an error in DPDK programmer's guide (EAL section): it should be > > rte_thread_get_affinity() instead of rte_pthread_get_affinity(). > > > > Signed-off-by: Rami Rosen > > Acked-by: John McNamara Applied, thanks