From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail04.ics.ntt-tx.co.jp (mail05.ics.ntt-tx.co.jp [210.232.35.69]) by dpdk.org (Postfix) with ESMTP id B17222C52 for ; Tue, 22 Jan 2019 12:44:25 +0100 (CET) Received: from gwchk03.silk.ntt-tx.co.jp (gwchk03.silk.ntt-tx.co.jp [10.107.0.111]) by mail04.ics.ntt-tx.co.jp (unknown) with ESMTP id x0MBiO9I015438; Tue, 22 Jan 2019 20:44:24 +0900 Received: (from root@localhost) by gwchk03.silk.ntt-tx.co.jp (unknown) id x0MBiOYi008231; Tue, 22 Jan 2019 20:44:24 +0900 Received: from gwchk.silk.ntt-tx.co.jp [10.107.0.110] by gwchk03.silk.ntt-tx.co.jp with ESMTP id WAA07674; Tue, 22 Jan 2019 20:42:40 +0900 Received: from imss03.silk.ntt-tx.co.jp (localhost [127.0.0.1]) by imss03.silk.ntt-tx.co.jp (unknown) with ESMTP id x0MBgeZ7022818; Tue, 22 Jan 2019 20:42:40 +0900 Received: from mgate01.silk.ntt-tx.co.jp (smtp02.silk.ntt-tx.co.jp [10.107.0.37]) by imss03.silk.ntt-tx.co.jp (unknown) with ESMTP id x0MBgeea022815; Tue, 22 Jan 2019 20:42:40 +0900 Message-Id: <201901221142.x0MBgeea022815@imss03.silk.ntt-tx.co.jp> Received: from localhost by mgate01.silk.ntt-tx.co.jp (unknown) id x0MBgdOG010933 ; Tue, 22 Jan 2019 20:42:40 +0900 From: x-fn-spp@sl.ntt-tx.co.jp To: ferruh.yigit@intel.com, ogawa.yasufumi@lab.ntt.co.jp Cc: spp@dpdk.org Date: Tue, 22 Jan 2019 20:42:39 +0900 X-Mailer: git-send-email 2.18.0 In-Reply-To: <20190122114239.3353-1-x-fn-spp@sl.ntt-tx.co.jp> References: <20190122114239.3353-1-x-fn-spp@sl.ntt-tx.co.jp> X-TM-AS-MML: No Subject: [spp] [PATCH 6/6] docs: add spp_pcap into document of setup 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: , X-List-Received-Date: Tue, 22 Jan 2019 11:44:26 -0000 From: Hideyuki Yamashita Add spp_pcap into setup document. Signed-off-by: Hideyuki Yamashita Signed-off-by: Naoki Takada --- docs/guides/spp_vf/gsg/setup.rst | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/docs/guides/spp_vf/gsg/setup.rst b/docs/guides/spp_vf/gsg/setup.rst index 9053519..af45d28 100644 --- a/docs/guides/spp_vf/gsg/setup.rst +++ b/docs/guides/spp_vf/gsg/setup.rst @@ -1,5 +1,5 @@ .. SPDX-License-Identifier: BSD-3-Clause - Copyright(c) 2010-2014 Intel Corporation + Copyright(c) 2019 Nippon Telegraph and Telephone Corporation .. _spp_vf_gsg_setup: @@ -348,6 +348,20 @@ Then, run make command to compile ``spp_mirror``. $ make +Setup spp_pcap +-------------- + +Setup of ``spp_pcap`` is almost the same as :ref:`SPP VF`. +``libpcap-dev`` is are used by ``spp_pcap`` when capturing and packet, +so you need to install ``libpcap-dev`` . +``liblz4-dev`` and ``liblz4-tool`` are used for compression and decompression +respectively, so you need to install ``liblz4-dev`` and ``liblz4-tool`` . + +.. code-block:: console + + $ sudo apt install libpcap-dev + $ sudo apt install liblz4-dev + $ sudo apt install liblz4-tool Trouble Shooting Guide ---------------------- -- 2.17.1