Soft Patch Panel
 help / color / mirror / Atom feed
* [spp] [PATCH 0/6] Improve use of pcap PMD
@ 2018-05-15  1:21 ogawa.yasufumi
  2018-05-15  1:21 ` [spp] [PATCH 1/6] docs: add setting up PCAP ogawa.yasufumi
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: ogawa.yasufumi @ 2018-05-15  1:21 UTC (permalink / raw)
  To: ferruh.yigit, spp; +Cc: Yasufumi Ogawa

From: Yasufumi Ogawa <ogawa.yasufumi@lab.ntt.co.jp>

Hi,

To use pcap PMD, user should prepare rx_pcap before launching SPP,
or failed to not found. This update is for creating rx_pcap device
before adding pcap PMD to avoid the error.

It is required to install text2pap, which is included in wireshark,
to create pcap file. 

This update is also including requirements for text2pcap and usecases
for describing the usage of pcap PMD.

Thanks,
Yasufumi


Yasufumi Ogawa (6):
  docs: add setting up PCAP
  spp_nfv: update for creating rx pcap device
  docs: add installing text2pcap for pcap PMD
  docs: add usecase of pcap PMD
  docs: add images of usecase of pcap PMD
  docs: add references for images for pcap PMD

 .../setup/use_cases/spp_pcap_incoming.svg     | 546 ++++++++++++++
 .../setup/use_cases/spp_pcap_restoring.svg    | 676 ++++++++++++++++++
 docs/guides/setup/getting_started.rst         |  29 +-
 docs/guides/setup/use_cases.rst               | 121 ++++
 src/nfv/nfv.c                                 |  66 +-
 src/shared/common.h                           |   5 +
 6 files changed, 1434 insertions(+), 9 deletions(-)
 create mode 100644 docs/guides/images/setup/use_cases/spp_pcap_incoming.svg
 create mode 100644 docs/guides/images/setup/use_cases/spp_pcap_restoring.svg

-- 
2.17.0

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2018-05-28 12:29 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-15  1:21 [spp] [PATCH 0/6] Improve use of pcap PMD ogawa.yasufumi
2018-05-15  1:21 ` [spp] [PATCH 1/6] docs: add setting up PCAP ogawa.yasufumi
2018-05-15  1:21 ` [spp] [PATCH 2/6] spp_nfv: update for creating rx pcap device ogawa.yasufumi
2018-05-15  1:21 ` [spp] [PATCH 3/6] docs: add installing text2pcap for pcap PMD ogawa.yasufumi
2018-05-15  1:21 ` [spp] [PATCH 4/6] docs: add usecase of " ogawa.yasufumi
2018-05-15  1:21 ` [spp] [PATCH 5/6] docs: add images of " ogawa.yasufumi
2018-05-15  1:21 ` [spp] [PATCH 6/6] docs: add references for images for " ogawa.yasufumi
2018-05-28 12:29 ` [spp] [PATCH 0/6] Improve use of " Ferruh Yigit

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).