[spp] [PATCH v2 0/3] add vdev_test

Itsuro Oda oda at valinux.co.jp
Thu Feb 27 05:25:09 CET 2020


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.

---
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 | 247 ++++++++++++++++++++++++++++++++++++
 4 files changed, 292 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



More information about the spp mailing list