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 180B5A046B for ; Wed, 21 Aug 2019 10:05:40 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id E01771BEE7; Wed, 21 Aug 2019 10:05:39 +0200 (CEST) Received: from mail-pf1-f193.google.com (mail-pf1-f193.google.com [209.85.210.193]) by dpdk.org (Postfix) with ESMTP id CBE191BEE7 for ; Wed, 21 Aug 2019 10:05:37 +0200 (CEST) Received: by mail-pf1-f193.google.com with SMTP id b24so930299pfp.1 for ; Wed, 21 Aug 2019 01:05:37 -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=E8MRcGMWcxKyqOp45aR4RxV5IEuHRjXOcL+U0z/qes4=; b=o6yRU49ahYx61PvCXrQjUr3Oq7JHNjOw/Mj/0TvOmoHoardPoCbacheTkN2ieCMLwA 2dEFhAN/lQfQGuRS4ydjZxWau4ngxjpiwM3z3u++j0ZOwPH6ea5sy6ku/UrJMZ+CZ3IH NQw5H7bvUqPxjLsKzqbbi11x5nzWfZ99ZaAd/eL7XXCvhA5DFWWZO5SWPA+/rib6C1NY seLpmP2U9XxZZC+d2eN/jRYo9PxqyOXDcQV5TLsKQFp0o2Vjbmi893tAgwiakrWJBCcl WhUQOFFXKOWiBgR3jbez0l+81hZz8nFmcyjHnwsK4ilK5JN80ZmMxrBx9dq5zjQ49aUA l04g== 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=E8MRcGMWcxKyqOp45aR4RxV5IEuHRjXOcL+U0z/qes4=; b=GJoQjuZfm/Ukj4Nk6/ZvDCpqIx0B9yUJj6xC3STlZli/vGby7ISASBOO8TcwBBacaG 1k2mZev/99trc2EQaU1sm8HAo87i1c0PdKqJJdflEAZqA+4CxPa+hxHFLCiXEcVeeLNb el7cFKiu0GDsgz2XjeKIG0/y3woqO9r5EHbFC/pW3bGu2r326gdEZNH/LPSf2Vv4RXRS 1is1TLaz/vJykCf5MXbAuId0gmgglDYHmE1VQ4E25U99tcguhCUSQFM9c30TAuwN8JuP 8mviPHXDoVs/C3rg2l1MzBpng47O+u3Et4q4t/pvVW1xP7cBrFaOgd4eBAKuQ8KjjlOm xUiA== X-Gm-Message-State: APjAAAXIjqT+Cq6PFNvIOr0WrCZRWvLc34hdbBp0tQHWfkto5iWh3T0V Gdpc8iJHJ0dqp8AeJqBx+ZoxSSES X-Google-Smtp-Source: APXvYqzkIBithnyfkrOYz75PkUU6Oggb0jXjX2t7yKNVNs/lLvlNTbRDDRixkC0C5bEK6F6HutHH4g== X-Received: by 2002:a63:2887:: with SMTP id o129mr27657803pgo.179.1566374736736; Wed, 21 Aug 2019 01:05:36 -0700 (PDT) Received: from localhost.localdomain ([192.47.164.146]) by smtp.gmail.com with ESMTPSA id 7sm14389692pfi.2.2019.08.21.01.05.35 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 21 Aug 2019 01:05:36 -0700 (PDT) From: yasufum.o@gmail.com To: spp@dpdk.org, ferruh.yigit@intel.com, yasufum.o@gmail.com Date: Wed, 21 Aug 2019 17:05:31 +0900 Message-Id: <20190821080531.14050-1-yasufum.o@gmail.com> X-Mailer: git-send-email 2.17.1 Subject: [spp] [PATCH] 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 | 8 ++++---- docs/guides/gsg/howto_use.rst | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/guides/design/spp_secondary.rst b/docs/guides/design/spp_secondary.rst index b89d8b4..e09c130 100644 --- a/docs/guides/design/spp_secondary.rst +++ b/docs/guides/design/spp_secondary.rst @@ -209,11 +209,11 @@ 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: .. figure:: ../images/design/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