From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id B8B0D45A6E; Mon, 30 Sep 2024 18:19:07 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 12D5E4067C; Mon, 30 Sep 2024 18:18:33 +0200 (CEST) Received: from mail-ej1-f49.google.com (mail-ej1-f49.google.com [209.85.218.49]) by mails.dpdk.org (Postfix) with ESMTP id B6FFB40651 for ; Mon, 30 Sep 2024 18:18:25 +0200 (CEST) Received: by mail-ej1-f49.google.com with SMTP id a640c23a62f3a-a8d4093722bso694255466b.0 for ; Mon, 30 Sep 2024 09:18:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pantheon.tech; s=google; t=1727713105; x=1728317905; darn=dpdk.org; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=BTxLDbHbdrm5IfgO6I5GrfuybUYKSDQivK8QvKtm9x0=; b=dJADw3WoxA9iib4DDeIfi2dft9qMcWxPAl1p8si4t00EGbVH0diAqYI5Eu72DcdMU0 GJocR+U9/dRjPA/8NLgxFhLpPCDwCyqpQPFViyVkEJ7yKUxyXQcQqsFWWaUvNCTzmSQO BHbxFD8j+CilfjfVATahTIJDrzr/FP2wGfEvfxsGvUSoat8+uEh/oD7Vjqv3OsJ0zwH3 nmEl2hj4naR0VPidZsG4gRS/GGPLmdmqWrIfmGC0inXieRKCT6FtZo/J5q2dFfuzrEeK RaPnSF0ZjS7phG1y0PQ44AmFHIiberfF1xeWJqUSGthKcQreGsNr8O28NlvmDPteo5eO Ncqg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1727713105; x=1728317905; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=BTxLDbHbdrm5IfgO6I5GrfuybUYKSDQivK8QvKtm9x0=; b=nqdefJ/k7toRAS/rXxeSSgLGwtj83mOVAz2KYSxI3n9OPLBuuSlA5kb1GMx1iGF952 gY1QJmkl73yoY1okUFAUaNAkxDzzfUSebvCYb1jurOARfoEc3ZIKNMo8TmipHWW3wCzC X24Y+2K7RzFXXweFtk67FM9ZPxPOfA6cHORLwq6Y2iTpb50D3wqQBgj1gh5msSgDtpkU fqIBxmHOIUJM+xOpzns7APq1CzsC+Vm3pqCBbY/xpAel1K+7U5wFpBSozW0MybXjSp/1 rQYv+dMvmawq5TG1Vv5Q+Qja84hf+Ev1kZt5k0Zw+ZRW4ov6daKv7mi9SMcvy83gar1d TkdA== X-Gm-Message-State: AOJu0YyL/AufsaquowstoDuyvjylO6T4OL46/+LFkO7twcwShP5h1GF9 sQMkXhzFymJ2nadqJb1lmNk4dQANU7LQeeg7MIkXnwE7ZG9To0+JqwMIH9G92x6+ccDybewz9sK fkAs= X-Google-Smtp-Source: AGHT+IFaoCP51OlmwSJa9J+ex0WUOwghT8LW3Qv/O9U37GgzMSij9LJDMQhLH7BWwOfNnMhzHVDR4w== X-Received: by 2002:a17:906:7950:b0:a8d:e4b:d7fe with SMTP id a640c23a62f3a-a93c47d4ee4mr1317006366b.0.1727713104808; Mon, 30 Sep 2024 09:18:24 -0700 (PDT) Received: from fedora.. (ip-46.34.236.94.o2inet.sk. [46.34.236.94]) by smtp.gmail.com with ESMTPSA id a640c23a62f3a-a93c2775d0bsm564923666b.11.2024.09.30.09.18.24 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 30 Sep 2024 09:18:24 -0700 (PDT) From: =?UTF-8?q?Tom=C3=A1=C5=A1=20=C4=8Eurovec?= To: dev@dpdk.org Cc: =?UTF-8?q?Tom=C3=A1=C5=A1=20=C4=8Eurovec?= Subject: [PATCH 6/7] doc: update argument options for external DPDK build Date: Mon, 30 Sep 2024 18:18:13 +0200 Message-ID: <20240930161814.26070-7-tomas.durovec@pantheon.tech> X-Mailer: git-send-email 2.46.1 In-Reply-To: <20240930161814.26070-1-tomas.durovec@pantheon.tech> References: <20240930161814.26070-1-tomas.durovec@pantheon.tech> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org By adding support for external build, we extend the argument documentation for supported options. Signed-off-by: Tomáš Ďurovec --- doc/guides/tools/dts.rst | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/doc/guides/tools/dts.rst b/doc/guides/tools/dts.rst index 65cce9e5ed..20d4d18b18 100644 --- a/doc/guides/tools/dts.rst +++ b/doc/guides/tools/dts.rst @@ -236,12 +236,14 @@ DTS is run with ``main.py`` located in the ``dts`` directory after entering Poet -t SECONDS, --timeout SECONDS [DTS_TIMEOUT] The default timeout for all DTS operations except for compiling DPDK. (default: 15) -v, --verbose [DTS_VERBOSE] Specify to enable verbose output, logging all messages to the console. (default: False) - -s, --skip-setup [DTS_SKIP_SETUP] Specify to skip all setup steps on SUT and TG nodes. (default: False) + --dpdk-tree DIR_PATH [DTS_DPDK_TREE] Path to DPDK source code tree to test. (default: None) --tarball FILE_PATH, --snapshot FILE_PATH [DTS_DPDK_TARBALL] Path to DPDK source code tarball to test. (default: None) --revision ID, --rev ID, --git-ref ID [DTS_DPDK_REVISION_ID] Git revision ID to test. Could be commit, tag, tree ID etc. To test local changes, first commit them, then use their commit ID. (default: None) + --remote-source [DTS_REMOTE_SOURCE] Set when the DPDK source tree or tarball is located on the SUT node. (default: False) + --build-dir DIR_NAME [DTS_BUILD_DIR] A directory name, which would be located in the `dpdk tree` or `tarball`. (default: None) --compile-timeout SECONDS [DTS_COMPILE_TIMEOUT] The timeout for compiling DPDK. (default: 1200) --test-suite TEST_SUITE [TEST_CASES ...] @@ -257,8 +259,9 @@ DTS is run with ``main.py`` located in the ``dts`` directory after entering Poet The brackets contain the names of environment variables that set the same thing. -The minimum DTS needs is a config file and a DPDK tarball or git ref ID. -You may pass those to DTS using the command line arguments or use the default paths. +The minimum DTS needs is a config file and a pre-built DPDK or DPDK +sources location which can be specified in said config file or on the +command line or environment variables. Example command for running DTS with the template configuration and DPDK tag v23.11: -- 2.46.1