From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] doc: fix a typo in sample apps guide (kni) Date: Wed, 10 Jan 2018 12:15:43 +0100 Message-ID: <2528741.t302DlvBH7@xps> References: <1514549293-19968-1-git-send-email-rami.rosen@intel.com> <16108cb3-71f6-a7f0-cba3-be0dacdd2648@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Ferruh Yigit To: Rami Rosen Return-path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 7C06D1B1C8 for ; Wed, 10 Jan 2018 12:16:10 +0100 (CET) In-Reply-To: <16108cb3-71f6-a7f0-cba3-be0dacdd2648@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 08/01/2018 17:24, Ferruh Yigit: > On 12/29/2017 12:08 PM, Rami Rosen wrote: > > This trivial patch fixes a typo in sample apps guide, in > > the kernel nic interface (kni) section. > > Using "-config", as it is now today in this doc, will not > > work and will emit an error; it shuold be "--config" instead, > > and this patch fixes it accordingly. > > > > Signed-off-by: Rami Rosen > > Acked-by: Ferruh Yigit Applied, thanks