From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id 5BFD12BA3 for ; Mon, 4 Mar 2019 09:00:57 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 04 Mar 2019 00:00:56 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.58,439,1544515200"; d="scan'208";a="131385864" Received: from juan.sh.intel.com ([10.67.119.80]) by fmsmga007.fm.intel.com with ESMTP; 04 Mar 2019 00:00:55 -0800 From: Lijuan Tu To: dts@dpdk.org Cc: Lijuan Tu Date: Tue, 5 Mar 2019 00:23:13 +0800 Message-Id: <1551716593-121466-1-git-send-email-lijuan.tu@intel.com> X-Mailer: git-send-email 1.8.3.1 Subject: [dts] [PATCH] doc/dts_gsg: fix table build warning X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Mar 2019 08:00:57 -0000 Signed-off-by: Lijuan Tu --- doc/dts_gsg/config.rst | 2 +- doc/dts_gsg/virtualization.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/dts_gsg/config.rst b/doc/dts_gsg/config.rst index 352b2ad..e02d152 100644 --- a/doc/dts_gsg/config.rst +++ b/doc/dts_gsg/config.rst @@ -72,7 +72,7 @@ DPDK Test Suite supports the following parameters: | --re_run TIMES | Rerun failed test cases for stable result | 0 | +---------------------------+---------------------------------------------------+------------------+ | --commands COMMANDS | Run self assigned commands at different stages of | | - | | execution. Format is [commands]:dut|tester:pre-\ | | + | | execution. Format is [commands]:dut|tester:pre- | | | | init|post-init:check|ignore | | | | E.g. [/root/setup.sh]:dut:pre-init:check | | +---------------------------+---------------------------------------------------+------------------+ diff --git a/doc/dts_gsg/virtualization.rst b/doc/dts_gsg/virtualization.rst index df6b681..15d7967 100755 --- a/doc/dts_gsg/virtualization.rst +++ b/doc/dts_gsg/virtualization.rst @@ -479,7 +479,7 @@ Options for nic: +-----------------+----------------------------------+----------------+-----------+ | opt_vlan | vlan of virtual nic | 0 | No | +-----------------+----------------------------------+----------------+-----------+ - | opt_macaddr | If not assign, nic will generate | N/A | No | + | opt_macaddr | If not assign, nic will generate | N/A | No | | | random mac | | | +-----------------+----------------------------------+----------------+-----------+ | opt_model | model of virtual nic | e1000 | No | -- 1.8.3.1