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 939C9A046B for ; Thu, 22 Aug 2019 10:26:59 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 62D3E1BF55; Thu, 22 Aug 2019 10:26:59 +0200 (CEST) Received: from mail-pg1-f196.google.com (mail-pg1-f196.google.com [209.85.215.196]) by dpdk.org (Postfix) with ESMTP id 3D0961BF55 for ; Thu, 22 Aug 2019 10:26:57 +0200 (CEST) Received: by mail-pg1-f196.google.com with SMTP id x15so3153486pgg.8 for ; Thu, 22 Aug 2019 01:26:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:subject:date:message-id:in-reply-to:references; bh=mfZNpl1SKPM11Wi1Oe8qSvY+4wNFUKvx2grXNMQbnns=; b=oIlyG1Id718QsQQAlggnH1b5qlS4+F4u5rqEEyWPW4k61gV+Kc4x7a/UqCSMlhKa88 hKM/KAaQ2+qSj5MNN9B/DK04DSXQPtJOeC7jmcc9qnjPqLeaylyRRIjVJmCuMO2+zB3O tGO/CkCJYXohG7WknQZkYhuA29MiQmTahH+AOC23zVeLx6kkG4UONW9GYT1aZ6NJ9r8v G5eNwRdzNzorpoxIu9ruXdyFgzmChKF3YdbSCMfzDyletblUxrfCFrtHt1Fb197u/Rvo CTzlWO6LfKrmTS8nSxWCah43oMUvjXwTNdXJ0X4oxl+gImt+yy0oOxb4TfDk7NLV5q/v PvrQ== 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:in-reply-to :references; bh=mfZNpl1SKPM11Wi1Oe8qSvY+4wNFUKvx2grXNMQbnns=; b=P7SR32+bVvaOL0K3Yo2+gAAGHLfS/BQYb9tIQO594i/yorTbm5bULeRn1E2N4dikdq cmNvofTxsl8FwwXFkiPfUqsQvFb4YLHRYZiFwOmwjvjlt2LaYVm9z72ef6egMzAW4gng lq+x1deI/QZRkG75N7DkSUb/tBPvDgVwVoaYi3imnMq/RxAwe3NOonvNJg67f4gUJXdj nByNsxGtz4mq98L4PhqIwsDd/pvGQpTxVhN+Y/gDyG0jpbEJRq3mcyPW2aL37JaqDVwX Q0iExTGBL7f10c1oofsU+QhQB2Fs6hoMJAB8oedHOVyTyC9Kdo9l8zuCp5Cmw+7ZHExm 5NDQ== X-Gm-Message-State: APjAAAX8GY4lXCgBZHP7eM8yJa/jFYnh+Y0s2cB3z5SkkiXrwCF0R4EI EAZk29CbQXxlqIqsKW+1Jf9Xy7YF X-Google-Smtp-Source: APXvYqxklRQFATIm8c9mMHLUH5UKLBPVp21JsDrMtZtqmnFxEVJSZOm4zsw7i//edu/NfJc85jhvbQ== X-Received: by 2002:a65:6152:: with SMTP id o18mr26800835pgv.279.1566462416312; Thu, 22 Aug 2019 01:26:56 -0700 (PDT) Received: from localhost.localdomain ([192.47.164.146]) by smtp.gmail.com with ESMTPSA id q22sm25351934pgh.49.2019.08.22.01.26.54 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 22 Aug 2019 01:26:55 -0700 (PDT) From: yasufum.o@gmail.com To: spp@dpdk.org, ferruh.yigit@intel.com, yasufum.o@gmail.com Date: Thu, 22 Aug 2019 17:26:50 +0900 Message-Id: <20190822082650.20263-1-yasufum.o@gmail.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20190821080531.14050-1-yasufum.o@gmail.com> References: <20190821080531.14050-1-yasufum.o@gmail.com> Subject: [spp] [PATCH v2] docs: add captured port types for spp_pcap 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 Spp_pcap only supports two port types, phy and ring, currently. However, There is no explanation for the supported types. This update is to add descriptions for. Signed-off-by: Yasufumi Ogawa --- docs/guides/design/spp_secondary.rst | 6 +++--- docs/guides/gsg/howto_use.rst | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/guides/design/spp_secondary.rst b/docs/guides/design/spp_secondary.rst index b89d8b4..c24928c 100644 --- a/docs/guides/design/spp_secondary.rst +++ b/docs/guides/design/spp_secondary.rst @@ -209,10 +209,10 @@ specific port. It is aimed to capture up to 10Gbps packets. ``spp_pcap`` in which ``spp_pcap`` process receives packets from ``phy:0`` for capturing. -``spp_pcap`` provides packet capturing capability as a SPP secondary process. -``spp_pcap`` has one manager thread like spp_vf, and has two types of worker -threads unlike spp_vf. +.. note:: + ``spp_pcap`` supports only two types of ports for capturing, ``phy`` + and ``ring``, currently. .. _figure_spp_pcap_overview: diff --git a/docs/guides/gsg/howto_use.rst b/docs/guides/gsg/howto_use.rst index dee0a84..5e461eb 100644 --- a/docs/guides/gsg/howto_use.rst +++ b/docs/guides/gsg/howto_use.rst @@ -540,7 +540,7 @@ options of ``spp_pcap``. * ``--client-id``: Client ID unique among secondary processes. * ``-s``: IPv4 address and secondary port of spp-ctl. -* ``-c``: Captured port, e.g. ``phy:0``, ``ring:1`` or so. +* ``-c``: Captured port. Only ``phy`` and ``ring`` are supported. * ``--out-dir``: Optional. Path of dir for captured file. Default is ``/tmp``. * ``--fsize``: Optional. Maximum size of a capture file. Default is ``1GiB``. -- 2.17.1