Soft Patch Panel
 help / color / mirror / Atom feed
From: x-fn-spp@sl.ntt-tx.co.jp
To: ferruh.yigit@intel.com, ogawa.yasufumi@lab.ntt.co.jp
Cc: spp@dpdk.org
Subject: [spp] [PATCH v2 0/2] remove flush command and cancel command from vf
Date: Thu, 19 Jul 2018 11:23:07 +0900	[thread overview]
Message-ID: <201807190223.w6J2N99b017386@imss03.silk.ntt-tx.co.jp> (raw)
In-Reply-To: <201807162343.w6GNhN7U014053@imss03.silk.ntt-tx.co.jp>

From: Hideyuki Yamashita <yamashita.hideyuki@po.ntt-tx.co.jp>

This patch set removes flush command and cancel command from vf.
One patch is changing src and the other is changing documents.

The motivation to remove flush command and cancel
command is as following:

Currently, user have to type flush each time
he/she wants to reflect change to spp_vf.
But it is kind of bothering.
After this change, user does not have to type
"flush" because flush function is called internally
at the end of classifier/component/port command procedure.
By doing this, usability will be increased.


Hideyuki Yamashita (2):
  docs: remove description related to flush and cancel
  spp_vf: remove flush command and cancel command

 docs/guides/spp_vf/commands/secondary.rst | 31 -------------------------------
 docs/guides/spp_vf/use_cases/usecase1.rst | 27 ++++-----------------------
 src/vf/command_dec.c                      |  4 ----
 src/vf/command_dec.h                      |  6 ------
 src/vf/command_proc.c                     | 25 +++++++++++++++----------
 src/vf/spp_vf.c                           | 20 --------------------
 src/vf/spp_vf.h                           |  5 -----
 7 files changed, 19 insertions(+), 99 deletions(-)

-- 
1.9.1

  reply	other threads:[~2018-07-19  2:27 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-07-16 23:43 [spp] [PATCH " x-fn-spp
2018-07-19  2:23 ` x-fn-spp [this message]
2018-07-27  0:32   ` [spp] [PATCH v3 0/2] change to not use flush and cancel commnad x-fn-spp
2018-07-29 23:15     ` Yasufumi Ogawa
2018-08-22  9:34       ` Ferruh Yigit
2018-07-27  0:32   ` [spp] [PATCH v3 1/2] docs: remove description related to flush and cancel x-fn-spp
2018-07-27  0:32   ` [spp] [PATCH v3 2/2] spp_vf: change to not use flush and cancel commnad x-fn-spp
2018-07-19  2:23 ` [spp] [PATCH v2 1/2] docs: remove description related to flush and cancel x-fn-spp
2018-07-19  2:23 ` [spp] [PATCH v2 2/2] spp_vf: remove flush command and cancel command x-fn-spp

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=201807190223.w6J2N99b017386@imss03.silk.ntt-tx.co.jp \
    --to=x-fn-spp@sl.ntt-tx.co.jp \
    --cc=ferruh.yigit@intel.com \
    --cc=ogawa.yasufumi@lab.ntt.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).