From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] doc: fix a typo in DPDK programmer's guide Date: Wed, 08 Nov 2017 02:02:25 +0100 Message-ID: <2449937.yMJtdIX7OM@xps> References: <1509283484-21013-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 B63481B3D1 for ; Wed, 8 Nov 2017 02:02:26 +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" > > This patch fixes a trivial typo in DPDK programmer's guide: > > it should be rte_cpu_get_features() instead of rte_cpu_get_feature(). > > > > Signed-off-by: Rami Rosen > > Acked-by: John McNamara Applied, thanks