Soft Patch Panel
 help / color / mirror / Atom feed
From: Itsuro Oda <oda@valinux.co.jp>
To: spp@dpdk.org, ferruh.yigit@intel.com, yasufum.o@gmail.com
Subject: [spp] [PATCH v3 0/3] add vdev_test
Date: Mon,  2 Mar 2020 09:00:34 +0900	[thread overview]
Message-ID: <20200302000037.30578-1-oda@valinux.co.jp> (raw)
In-Reply-To: <20200226020245.3037-1-oda@valinux.co.jp>

vdev_test is a simple tool to perform packet forwarding for
virtual ethernet devices. It is mainly to test pipe PMD
because testpmd can not be secondary process but vdev_test
can be.

---
v3:
* fix checkpatches.sh errors.

v2:
* move directory src to tools.

Itsuro Oda (3):
  vdev_test: simple tool to perform packet forwarding for vdev
  tools: add Makefile for vdev_test
  makefile: add make of tools directory

 GNUmakefile                 |   5 +
 tools/Makefile              |  15 +++
 tools/vdev_test/Makefile    |  25 ++++
 tools/vdev_test/vdev_test.c | 235 ++++++++++++++++++++++++++++++++++++
 4 files changed, 280 insertions(+)
 create mode 100644 tools/Makefile
 create mode 100644 tools/vdev_test/Makefile
 create mode 100644 tools/vdev_test/vdev_test.c

-- 
2.17.1


  parent reply	other threads:[~2020-03-02  0:00 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-02-26  2:02 [spp] [PATCH 0/2] " Itsuro Oda
2020-02-26  2:02 ` [spp] [PATCH 1/2] vdev_test: simple tool to perform packet forwarding for vdev Itsuro Oda
2020-02-26  2:02 ` [spp] [PATCH 2/2] makefile: add to build vdev_test Itsuro Oda
2020-02-27  4:25 ` [spp] [PATCH v2 0/3] add vdev_test Itsuro Oda
2020-02-27  4:25   ` [spp] [PATCH v2 1/3] vdev_test: simple tool to perform packet forwarding for vdev Itsuro Oda
2020-02-28  8:32     ` Yasufumi Ogawa
2020-02-27  4:25   ` [spp] [PATCH v2 2/3] tools: add Makefile for vdev_test Itsuro Oda
2020-02-27  4:25   ` [spp] [PATCH v2 3/3] makefile: add make of tools directory Itsuro Oda
2020-03-02  0:00 ` Itsuro Oda [this message]
2020-03-02  0:00   ` [spp] [PATCH v3 1/3] vdev_test: simple tool to perform packet forwarding for vdev Itsuro Oda
2020-03-02  0:00   ` [spp] [PATCH v3 2/3] tools: add Makefile for vdev_test Itsuro Oda
2020-03-02  0:00   ` [spp] [PATCH v3 3/3] makefile: add make of tools directory Itsuro Oda
2020-03-05  1:25   ` [spp] [PATCH v3 0/3] add vdev_test Yasufumi Ogawa
2020-03-11  1:25   ` Itsuro ODA
2020-03-13  0:44     ` Yasufumi Ogawa

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200302000037.30578-1-oda@valinux.co.jp \
    --to=oda@valinux.co.jp \
    --cc=ferruh.yigit@intel.com \
    --cc=spp@dpdk.org \
    --cc=yasufum.o@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).