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 2DD98A0487 for ; Wed, 3 Jul 2019 06:34:36 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 2599E2BC8; Wed, 3 Jul 2019 06:34:36 +0200 (CEST) Received: from mail-pf1-f178.google.com (mail-pf1-f178.google.com [209.85.210.178]) by dpdk.org (Postfix) with ESMTP id 590652BC8 for ; Wed, 3 Jul 2019 06:34:34 +0200 (CEST) Received: by mail-pf1-f178.google.com with SMTP id c85so569500pfc.1 for ; Tue, 02 Jul 2019 21:34:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:subject:date:message-id; bh=R/WHEFslme+W0CnC6x50fHIrOMb1dPeN0EPrAV5zEms=; b=e8jh/OtbynHJnvB2J8MOyMuh2h+c1aWVHRbeYi49jJPN544yy9jmGmgaXIgbVRpe89 /oEf+UmPzbWgD86ooPYCD/92u7fTi7F3S4mcxXDeLUNY7muFjeWNBcVNQZu2wP7e4Aog fqmPj6vrHS0HGW+XMDbkFezM0R6Q5VsXLT6P6qYLoadsSDenyLbYBlZ1bLrgd9u+0WV8 xz2e8ENtobi7nba8Cu5ljg718brCzdLFMIIb0vFGVHNAzmdQCcBfdsgfKPZKKnmbHbpx bfBMV+Szi5MzFTm+qvZgvRKEnXuacAdMy1c+1cg2sudYBZeL1GbjR0dV+wlKaOE+AymF AplQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:date:message-id; bh=R/WHEFslme+W0CnC6x50fHIrOMb1dPeN0EPrAV5zEms=; b=qexwrW9Bbpl7YRAZ2qAJ3i/YIcKIGaOg3WeOYlFjV1qK9CIS0pk5th+LcWYEXuXlkN +rJ1JdBOXn9S/48Qa2OqP2kLAAwNSxguDdJC/LLjWJREuOeB3WomorrhB+jZr2LiUGX6 8X391K1DZ8eJPVor7mCMSyBZK70UJc33rOdA+b0EAuoprTrWvxcs7wute9sulhuGhIdq eZuSxV/XMFL4OAwB1uFtjly3Zc4X+f2gW3+hZ4hJ2zyd4iHllKfqnm0INwprii6zGyHV fzxEjpQujpoExsoMeqw23oJ9j7YTmCibMIXXdnHjoEUtRz8gpTFS7Bx7U4FfkhQ792g0 PgLA== X-Gm-Message-State: APjAAAUH1OLUqv/F7vWBk7g6hcHAC3WhsLyB/DOlQZ+1/9oioBeWh+I6 vH0RG5eEE1SSDQ8b/3XwKdER4V4v X-Google-Smtp-Source: APXvYqzVSZg6kI3MumzPeo7Tj1wyO7+HGZyPjrA6isFHSdiWDcPEKj29+jf3FK+Wg6E5TtE2YXScTg== X-Received: by 2002:a65:5c0a:: with SMTP id u10mr34384481pgr.410.1562128473486; Tue, 02 Jul 2019 21:34:33 -0700 (PDT) Received: from localhost.localdomain ([192.47.164.146]) by smtp.gmail.com with ESMTPSA id q63sm758841pfb.81.2019.07.02.21.34.32 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 02 Jul 2019 21:34:33 -0700 (PDT) From: yasufum.o@gmail.com To: spp@dpdk.org, ferruh.yigit@intel.com, yasufum.o@gmail.com Date: Wed, 3 Jul 2019 13:34:28 +0900 Message-Id: <20190703043428.32686-1-yasufum.o@gmail.com> X-Mailer: git-send-email 2.17.1 Subject: [spp] [PATCH] docs: update status msg in commands X-BeenThere: spp@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: Soft Patch Panel List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: spp-bounces@dpdk.org Sender: "spp" From: Yasufumi Ogawa This patch is to update examples of the result of `status` command as previous patch. Signed-off-by: Yasufumi Ogawa --- docs/guides/commands/secondary/spp_mirror.rst | 3 +++ docs/guides/commands/secondary/spp_pcap.rst | 5 +++++ docs/guides/commands/secondary/spp_vf.rst | 3 +++ 3 files changed, 11 insertions(+) diff --git a/docs/guides/commands/secondary/spp_mirror.rst b/docs/guides/commands/secondary/spp_mirror.rst index e92967a..791e22e 100644 --- a/docs/guides/commands/secondary/spp_mirror.rst +++ b/docs/guides/commands/secondary/spp_mirror.rst @@ -110,6 +110,9 @@ consists of three parts. Basic Information: - client-id: 3 - ports: [phy:0, phy:1, ring:0, ring:1, ring:2, ring:3, ring:4] + - lcore_ids: + - master: 1 + - slaves: [2, 3, 4] Components: - core:5 'mr1' (type: mirror) - rx: ring:0 diff --git a/docs/guides/commands/secondary/spp_pcap.rst b/docs/guides/commands/secondary/spp_pcap.rst index b7f04de..5b213d3 100644 --- a/docs/guides/commands/secondary/spp_pcap.rst +++ b/docs/guides/commands/secondary/spp_pcap.rst @@ -89,8 +89,13 @@ and its resources. .. code-block:: none spp > pcap 1; status + Basic Information: - client-id: 1 - status: idling + - lcore_ids: + - master: 1 + - slaves: [2, 3, 4, 5, 6] + Components: - core:2 receive - rx: phy:0 - core:3 write diff --git a/docs/guides/commands/secondary/spp_vf.rst b/docs/guides/commands/secondary/spp_vf.rst index 7d63111..e6281ee 100644 --- a/docs/guides/commands/secondary/spp_vf.rst +++ b/docs/guides/commands/secondary/spp_vf.rst @@ -111,6 +111,9 @@ consists of three parts. Basic Information: - client-id: 3 - ports: [phy:0, phy:1, ring:0, ring:1, ring:2, ring:3, ring:4] + - lcore_ids: + - master: 2 + - slaves: [3, 4, 5, 6] Classifier Table: - C0:8E:CD:38:EA:A8, ring:4 - C0:8E:CD:38:BC:E6, ring:3 -- 2.17.1