From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 0151CA0579; Tue, 24 Mar 2020 09:34:51 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id DFBD41C10B; Tue, 24 Mar 2020 09:34:50 +0100 (CET) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id 38F4A1C0C0 for ; Tue, 24 Mar 2020 09:34:50 +0100 (CET) IronPort-SDR: jB97C3RyO4rGrLGdzkUUtZJbIB3gnQGKeTcoh8gz+mP2EGFOODvX18AAhPMfgGKrsUGmkErnEi Xgt43TutT8YQ== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Mar 2020 01:34:49 -0700 IronPort-SDR: 7Tld8zVqa9JLmLB9Y5L86GMj4bURAmUrTklxM+E66ZNm7f0VK5ct9Jza/7i28hsYsAwu2X5qce neOq6yRaxxsA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.72,299,1580803200"; d="scan'208";a="281644261" Received: from unknown (HELO dpdk-zhaohy-t.sh.intel.com) ([10.240.183.68]) by fmsmga002.fm.intel.com with ESMTP; 24 Mar 2020 01:34:48 -0700 From: Haiyang Zhao To: dts@dpdk.org Cc: Haiyang Zhao Date: Tue, 24 Mar 2020 16:28:07 +0800 Message-Id: <1585038488-76474-12-git-send-email-haiyangx.zhao@intel.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1585038488-76474-1-git-send-email-haiyangx.zhao@intel.com> References: <1585038488-76474-1-git-send-email-haiyangx.zhao@intel.com> Subject: [dts] [PATCH V1 11/12] doc/dts_gsg/usage_of_create_eal_and_start_testpmd: fix build warngings and errors 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: , Errors-To: dts-bounces@dpdk.org Sender: "dts" Signed-off-by: Haiyang Zhao --- doc/dts_gsg/usage_of_create_eal_and_start_testpmd.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/dts_gsg/usage_of_create_eal_and_start_testpmd.rst b/doc/dts_gsg/usage_of_create_eal_and_start_testpmd.rst index e1d077d..52eec67 100644 --- a/doc/dts_gsg/usage_of_create_eal_and_start_testpmd.rst +++ b/doc/dts_gsg/usage_of_create_eal_and_start_testpmd.rst @@ -1,5 +1,5 @@ How create_eal_parameters and start_testpmd methods use in DPDK Test Suite -=========================== +========================================================================== create_eal_parameters ---------------------------- @@ -100,4 +100,4 @@ The method use to start testpmd application. self.pmdout.start_testpmd("Default", "--portmask=%s " %(self.portMask) + " --enable-rx-cksum " + "--port-topology=loop", socket=self.ports_socket) 2. If you will write a new test suite and need to call start_testpmd method, - The usage of other parameters such as cores, socket, fixed_prefix and **config are the same as create_eal_parameters. \ No newline at end of file + The usage of other parameters such as cores, socket, fixed_prefix and **config are the same as create_eal_parameters. -- 1.8.3.1