From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from tama500.ecl.ntt.co.jp (unknown [129.60.39.148]) by dpdk.org (Postfix) with ESMTP id 9CD41374E for ; Mon, 30 Jul 2018 01:18:01 +0200 (CEST) Received: from vc2.ecl.ntt.co.jp (vc2.ecl.ntt.co.jp [129.60.86.154]) by tama500.ecl.ntt.co.jp (8.13.8/8.13.8) with ESMTP id w6TNHpOd001508; Mon, 30 Jul 2018 08:17:51 +0900 Received: from vc2.ecl.ntt.co.jp (localhost [127.0.0.1]) by vc2.ecl.ntt.co.jp (Postfix) with ESMTP id CD8E9638583; Mon, 30 Jul 2018 08:17:51 +0900 (JST) Received: from jcms-pop21.ecl.ntt.co.jp (jcms-pop21.ecl.ntt.co.jp [129.60.87.134]) by vc2.ecl.ntt.co.jp (Postfix) with ESMTP id C223B638575; Mon, 30 Jul 2018 08:17:51 +0900 (JST) Received: from [IPv6:::1] (watercress.nslab.ecl.ntt.co.jp [129.60.13.73]) by jcms-pop21.ecl.ntt.co.jp (Postfix) with ESMTPSA id BD8534008E6; Mon, 30 Jul 2018 08:17:51 +0900 (JST) References: <201807190223.w6J2N99b017386@imss03.silk.ntt-tx.co.jp> <201807270032.w6R0W7w6009233@imss03.silk.ntt-tx.co.jp> From: Yasufumi Ogawa Message-ID: Date: Mon, 30 Jul 2018 08:15:56 +0900 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: <201807270032.w6R0W7w6009233@imss03.silk.ntt-tx.co.jp> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-CC-Mail-RelayStamp: 1 To: x-fn-spp@sl.ntt-tx.co.jp, ferruh.yigit@intel.com Cc: spp@dpdk.org X-TM-AS-MML: disable Subject: Re: [spp] [PATCH v3 0/2] change to not use flush and cancel commnad 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: Sun, 29 Jul 2018 23:18:03 -0000 On 2018/07/27 9:32, x-fn-spp@sl.ntt-tx.co.jp wrote: > From: Hideyuki Yamashita > > Hello Yasufumi-san, > > I made commit message more simple compared with the previous > versions. > The original intention still the same. Thanks for your update! Acked-by: Yasufumi Ogawa > > > Hideyuki Yamashita (2): > docs: remove description related to flush and cancel > spp_vf: change to not use flush and cancel commnad > > 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(-) > -- Yasufumi Ogawa NTT Network Service Systems Labs