Soft Patch Panel
 help / color / mirror / Atom feed
From: yasufum.o@gmail.com
To: spp@dpdk.org, ferruh.yigit@intel.com, yasufum.o@gmail.com
Subject: [spp] [PATCH 0/4] Update to unify return codes
Date: Mon, 22 Jul 2019 10:38:42 +0900	[thread overview]
Message-ID: <20190722013846.18618-1-yasufum.o@gmail.com> (raw)

From: Yasufumi Ogawa <yasufum.o@gmail.com>

This series of patches is to unify return codes to
  * SPPWK_RET_OK
  * SPPWK_RET_NG

Yasufumi Ogawa (4):
  spp_vf: unify return codes
  spp_mirror: unify return codes
  spp_pcap: unify return codes
  docs: unify return codes

 docs/guides/design/impl/spp_pcap.rst |  4 +-
 docs/guides/design/impl/spp_vf.rst   |  2 +-
 src/mirror/mir_cmd_runner.c          | 64 +++++++++----------
 src/mirror/spp_mirror.c              | 58 +++++++++---------
 src/mirror/spp_mirror.h              |  4 +-
 src/pcap/cmd_runner.c                |  7 ++-
 src/pcap/cmd_runner.h                |  2 +-
 src/pcap/cmd_utils.h                 |  8 +--
 src/pcap/spp_pcap.c                  |  2 +-
 src/vf/classifier_mac.c              | 46 +++++++-------
 src/vf/classifier_mac.h              | 16 ++---
 src/vf/forwarder.c                   | 22 +++----
 src/vf/forwarder.h                   |  8 +--
 src/vf/spp_vf.c                      | 42 ++++++-------
 src/vf/vf_cmd_runner.c               | 92 ++++++++++++++--------------
 15 files changed, 189 insertions(+), 188 deletions(-)

-- 
2.17.1


             reply	other threads:[~2019-07-22  1:38 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-22  1:38 yasufum.o [this message]
2019-07-22  1:38 ` [spp] [PATCH 1/4] spp_vf: " yasufum.o
2019-07-22  1:38 ` [spp] [PATCH 2/4] spp_mirror: " yasufum.o
2019-07-22  1:38 ` [spp] [PATCH 3/4] spp_pcap: " yasufum.o
2019-07-22  1:38 ` [spp] [PATCH 4/4] docs: " yasufum.o

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=20190722013846.18618-1-yasufum.o@gmail.com \
    --to=yasufum.o@gmail.com \
    --cc=ferruh.yigit@intel.com \
    --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).