From patchwork Sun Nov 27 23:03:24 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Suresh Narayane, Harshad" X-Patchwork-Id: 120190 X-Patchwork-Delegate: thomas@monjalon.net 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 D25D7A0093; Mon, 28 Nov 2022 08:04:13 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id BA7AE4067C; Mon, 28 Nov 2022 08:04:13 +0100 (CET) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by mails.dpdk.org (Postfix) with ESMTP id DDD0D40156 for ; Mon, 28 Nov 2022 08:04:12 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1669619053; x=1701155053; h=from:to:cc:subject:date:message-id; bh=gnq6zn2DEXNalqHRkCplBwOwq2vdGzAkb0+489oGUCM=; b=OPIQxatyh91J5/0MR37Iro+Pl0MAmESyUWzsezIeu3aI4ijdQzsrFTAq 9RwijiR3PumqgWx68FbsztOO0lIjmntFoNreJN/7Oqyb5OP2VPqhjLqUt 17wGTa8lholM15YkfQiYBsJSBjJEE6lLWu50GAH7yf0MZH3TB+I7PBm+X Bkt7w4RdSC6/J8k9PgaBro3oUW5a9ImNBvSnJBDAfVgVvLVvgEepHRr5z SGd/agGWhGShzHIl52VBMtDBpjfQHD51MOXhI6X9f/T0OnJuhcwjShdjh liHFZck3yflSBuSW+43kOb8GpA1AwGsJ5BSGF1te6HBvMpZHmooua6yMC Q==; X-IronPort-AV: E=McAfee;i="6500,9779,10544"; a="316588358" X-IronPort-AV: E=Sophos;i="5.96,199,1665471600"; d="scan'208";a="316588358" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Nov 2022 23:04:11 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10544"; a="785516481" X-IronPort-AV: E=Sophos;i="5.96,199,1665471600"; d="scan'208";a="785516481" Received: from ena-1.iind.intel.com ([10.190.200.207]) by fmsmga001.fm.intel.com with ESMTP; 27 Nov 2022 23:04:10 -0800 From: Harshad Narayane To: dev@dpdk.org Cc: cristian.dumitrescu@intel.com, kamalakannan.r@intel.com Subject: [PATCH] doc: update pipeline example path in the user guide Date: Mon, 28 Nov 2022 04:33:24 +0530 Message-Id: <1669590204-15456-1-git-send-email-harshad.suresh.narayane@intel.com> X-Mailer: git-send-email 1.8.3.1 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 Updated the pipeline example path in the Sample Application User Guide. Signed-off-by: Harshad Narayane Signed-off-by: Kamalakannan R Acked-by: Cristian Dumitrescu --- doc/guides/sample_app_ug/pipeline.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guides/sample_app_ug/pipeline.rst b/doc/guides/sample_app_ug/pipeline.rst index 49d50136bc..7c86bf484a 100644 --- a/doc/guides/sample_app_ug/pipeline.rst +++ b/doc/guides/sample_app_ug/pipeline.rst @@ -58,7 +58,7 @@ The following is an example command to run the application configured for the VX .. code-block:: console - $ .//examples/dpdk-pipeline -c 0x3 -- -s examples/vxlan.cli + $ .//examples/dpdk-pipeline -c 0x3 -- -s examples/pipeline/examples/vxlan.cli The application should start successfully and display as follows: