From patchwork Wed Nov 17 08:54:42 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jun Dong X-Patchwork-Id: 104450 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 17B00A0C41; Wed, 17 Nov 2021 09:55:12 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 0BE06407FF; Wed, 17 Nov 2021 09:55:12 +0100 (CET) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by mails.dpdk.org (Postfix) with ESMTP id BDC3040040 for ; Wed, 17 Nov 2021 09:55:08 +0100 (CET) X-IronPort-AV: E=McAfee;i="6200,9189,10170"; a="320122639" X-IronPort-AV: E=Sophos;i="5.87,241,1631602800"; d="scan'208";a="320122639" Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 17 Nov 2021 00:55:07 -0800 X-IronPort-AV: E=Sophos;i="5.87,241,1631602800"; d="scan'208";a="586530695" Received: from shwdenpg197.ccr.corp.intel.com ([10.253.106.73]) by fmsmga003-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 17 Nov 2021 00:55:01 -0800 From: DongJunX To: qinx.sun@intel.com, weix.ling@intel.com, yanx.xia@intel.com, yux.jiang@intel.com, zhiminx.huang@intel.com, hailinx.xu@intel.com, songx.jiale@intel.com Cc: dts@dpdk.org Subject: [dts] [PATCH V1 2/4] doc/dts_gsg: removed makefile from user guide document Date: Wed, 17 Nov 2021 16:54:42 +0800 Message-Id: <20211117085444.2254-2-junx.dong@intel.com> X-Mailer: git-send-email 2.33.1.windows.1 In-Reply-To: <20211117085444.2254-1-junx.dong@intel.com> References: <20211117085444.2254-1-junx.dong@intel.com> MIME-Version: 1.0 X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.29 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 Signed-off-by: DongJunX --- doc/dts_gsg/usr_guide/usage.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/dts_gsg/usr_guide/usage.rst b/doc/dts_gsg/usr_guide/usage.rst index ef729a9e..7f0b5e0f 100644 --- a/doc/dts_gsg/usr_guide/usage.rst +++ b/doc/dts_gsg/usr_guide/usage.rst @@ -24,7 +24,7 @@ First of all, you must configure execution.cfg as below: * crbs: IP address of the DUT. The detail information is defined in file conf/crbs.cfg. * drivername: the driver devices used by DPDK bound to. -* build_type: the tool for building DPDK, it can be meson and makefile. DPDK 20.11+ only uses meson and ninja. +* build_type: the tool for building DPDK, it can be meson. * rx_mode: vector instructions used in tests, it can be novector/sse/avx2/avx512. it is optional, if not set, dpdk uses avx2 by default. * test_suites: test suites and cases that to be executed. use ``:`` to separate suite and it's cases and use ``\`` to separate different cases. * targets: DPDK targets to be tested.