[spp] [PATCH v2 0/2] remove flush command and cancel command from vf

x-fn-spp at sl.ntt-tx.co.jp x-fn-spp at sl.ntt-tx.co.jp
Thu Jul 19 04:23:07 CEST 2018


From: Hideyuki Yamashita <yamashita.hideyuki at 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



More information about the spp mailing list