From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 65C9DB38D for ; Wed, 10 Jun 2015 17:12:44 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga102.jf.intel.com with ESMTP; 10 Jun 2015 08:12:37 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.13,588,1427785200"; d="scan'208";a="506159013" Received: from irvmail001.ir.intel.com ([163.33.26.43]) by FMSMGA003.fm.intel.com with ESMTP; 10 Jun 2015 08:12:36 -0700 Received: from sivswdev01.ir.intel.com (sivswdev01.ir.intel.com [10.237.217.45]) by irvmail001.ir.intel.com (8.14.3/8.13.6/MailSET/Hub) with ESMTP id t5AFCZJC020167; Wed, 10 Jun 2015 16:12:35 +0100 Received: from sivswdev01.ir.intel.com (localhost [127.0.0.1]) by sivswdev01.ir.intel.com with ESMTP id t5AFCZCa022699; Wed, 10 Jun 2015 16:12:35 +0100 Received: (from bairemon@localhost) by sivswdev01.ir.intel.com with id t5AFCZ00022695; Wed, 10 Jun 2015 16:12:35 +0100 From: Bernard Iremonger To: dev@dpdk.org Date: Wed, 10 Jun 2015 16:12:31 +0100 Message-Id: <1433949153-22660-1-git-send-email-bernard.iremonger@intel.com> X-Mailer: git-send-email 1.7.4.1 In-Reply-To: References: Subject: [dpdk-dev] [PATCH 0/2] doc: kni command line fixes X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Jun 2015 15:12:47 -0000 Several kni command lines did not work. The patches below fix the command lines. Bernard Iremonger (2): doc: correct kni command line in virtio chapter doc: fix kni command line in Kernel NIC Interface chapter doc/guides/nics/virtio.rst | 4 ++-- doc/guides/prog_guide/kernel_nic_interface.rst | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) -- 1.7.4.1