From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id B59008E01 for ; Mon, 8 Jan 2018 17:24:10 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 08 Jan 2018 08:24:09 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,330,1511856000"; d="scan'208";a="8762356" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.48]) ([10.237.220.48]) by orsmga007.jf.intel.com with ESMTP; 08 Jan 2018 08:24:08 -0800 To: Rami Rosen , dev@dpdk.org References: <1514549293-19968-1-git-send-email-rami.rosen@intel.com> From: Ferruh Yigit Message-ID: <16108cb3-71f6-a7f0-cba3-be0dacdd2648@intel.com> Date: Mon, 8 Jan 2018 16:24:07 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.5.2 MIME-Version: 1.0 In-Reply-To: <1514549293-19968-1-git-send-email-rami.rosen@intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] doc: fix a typo in sample apps guide (kni) 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, 08 Jan 2018 16:24:11 -0000 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