From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail04.ics.ntt-tx.co.jp (mail05.ics.ntt-tx.co.jp [210.232.35.69]) by dpdk.org (Postfix) with ESMTP id E3C5C23C for ; Thu, 19 Jul 2018 04:27:49 +0200 (CEST) Received: from gwchk03.silk.ntt-tx.co.jp (gwchk03.silk.ntt-tx.co.jp [10.107.0.111]) by mail04.ics.ntt-tx.co.jp (unknown) with ESMTP id w6J2RlRV014880; Thu, 19 Jul 2018 11:27:47 +0900 Received: (from root@localhost) by gwchk03.silk.ntt-tx.co.jp (unknown) id w6J2RkjR031534; Thu, 19 Jul 2018 11:27:47 +0900 Received: from gwchk.silk.ntt-tx.co.jp [10.107.0.110] by gwchk03.silk.ntt-tx.co.jp with ESMTP id MAA29663; Thu, 19 Jul 2018 11:23:09 +0900 Received: from imss03.silk.ntt-tx.co.jp (localhost [127.0.0.1]) by imss03.silk.ntt-tx.co.jp (unknown) with ESMTP id w6J2N9La017389; Thu, 19 Jul 2018 11:23:09 +0900 Received: from mgate02.silk.ntt-tx.co.jp (smtp02.silk.ntt-tx.co.jp [10.107.0.37]) by imss03.silk.ntt-tx.co.jp (unknown) with ESMTP id w6J2N99b017386; Thu, 19 Jul 2018 11:23:09 +0900 Message-Id: <201807190223.w6J2N99b017386@imss03.silk.ntt-tx.co.jp> Received: from localhost by mgate02.silk.ntt-tx.co.jp (unknown) id w6J2N9t9007936 ; Thu, 19 Jul 2018 11:23:09 +0900 From: x-fn-spp@sl.ntt-tx.co.jp To: ferruh.yigit@intel.com, ogawa.yasufumi@lab.ntt.co.jp Cc: spp@dpdk.org Date: Thu, 19 Jul 2018 11:23:07 +0900 X-Mailer: git-send-email 1.9.1 In-Reply-To: <201807162343.w6GNhN7U014053@imss03.silk.ntt-tx.co.jp> References: <201807162343.w6GNhN7U014053@imss03.silk.ntt-tx.co.jp> X-TM-AS-MML: No Subject: [spp] [PATCH v2 0/2] remove flush command and cancel command from vf X-BeenThere: spp@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: Soft Patch Panel List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Jul 2018 02:27:50 -0000 From: Hideyuki Yamashita 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