[spp] [PATCH 0/2] add vdev_test
Itsuro Oda
oda at valinux.co.jp
Wed Feb 26 03:02:43 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.
Itsuro Oda (2):
vdev_test: simple tool to perform packet forwarding for vdev
makefile: add to build vdev_test
src/Makefile | 2 +
src/vdev_test/Makefile | 25 ++++
src/vdev_test/vdev_test.c | 247 ++++++++++++++++++++++++++++++++++++++
3 files changed, 274 insertions(+)
create mode 100644 src/vdev_test/Makefile
create mode 100644 src/vdev_test/vdev_test.c
--
2.17.1
More information about the spp
mailing list