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

Yasufumi Ogawa yasufum.o at gmail.com
Thu Mar 5 02:25:47 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.
Applied, thanks.

> 
> ---
> 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
> 


More information about the spp mailing list