Soft Patch Panel
 help / color / mirror / Atom feed
From: Yasufumi Ogawa <yasufum.o@gmail.com>
To: Itsuro Oda <oda@valinux.co.jp>
Cc: spp@dpdk.org, ferruh.yigit@intel.com
Subject: Re: [spp] [PATCH v3 0/3] add vdev_test
Date: Thu, 5 Mar 2020 10:25:47 +0900	[thread overview]
Message-ID: <05d9b009-0def-7e91-4442-7a7f7f0fa9be@gmail.com> (raw)
In-Reply-To: <20200302000037.30578-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.
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
> 

  parent reply	other threads:[~2020-03-05  1:25 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 ` [spp] [PATCH v3 0/3] add vdev_test Itsuro Oda
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   ` Yasufumi Ogawa [this message]
2020-03-11  1:25   ` [spp] [PATCH v3 0/3] add vdev_test 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=05d9b009-0def-7e91-4442-7a7f7f0fa9be@gmail.com \
    --to=yasufum.o@gmail.com \
    --cc=ferruh.yigit@intel.com \
    --cc=oda@valinux.co.jp \
    --cc=spp@dpdk.org \
    /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).