From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] doc: fix an error in DPDK programmers's guide (EAL) Date: Mon, 13 Nov 2017 06:33:33 +0100 Message-ID: <1621534.cKUz4mUIbS@xps> References: <1509161813-18946-1-git-send-email-rami.rosen@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, "Mcnamara, John" To: "Rosen, Rami" 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) In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > > 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