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 037175F20 for ; Wed, 21 Nov 2018 02:41:09 +0100 (CET) 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 wAL1f8tr002712; Wed, 21 Nov 2018 10:41:08 +0900 Received: (from root@localhost) by gwchk03.silk.ntt-tx.co.jp (unknown) id wAL1f7c5004572; Wed, 21 Nov 2018 10:41:07 +0900 Received: from gwchk.silk.ntt-tx.co.jp [10.107.0.110] by gwchk03.silk.ntt-tx.co.jp with ESMTP id LAA01856; Wed, 21 Nov 2018 10:36:01 +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 wAL1a1em009683; Wed, 21 Nov 2018 10:36:01 +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 wAL1a1EI009678; Wed, 21 Nov 2018 10:36:01 +0900 Message-Id: <201811210136.wAL1a1EI009678@imss03.silk.ntt-tx.co.jp> Received: from localhost by mgate02.silk.ntt-tx.co.jp (unknown) id wAL1ZwWi008346 ; Wed, 21 Nov 2018 10:36:01 +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: Wed, 21 Nov 2018 10:35:51 +0900 X-Mailer: git-send-email 2.18.0 In-Reply-To: <20181121013558.8869-1-x-fn-spp@sl.ntt-tx.co.jp> References: <20181121013558.8869-1-x-fn-spp@sl.ntt-tx.co.jp> X-TM-AS-MML: No Subject: [spp] [PATCH 16/23] spp_vf: update comments for header file 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: Wed, 21 Nov 2018 01:41:10 -0000 From: Hideyuki Yamashita This is a misc update. Change the name of header file for previous change. Signed-off-by: Hideyuki Yamashita Signed-off-by: Naoki Takada --- src/vf/common/command_dec.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/vf/common/command_dec.c b/src/vf/common/command_dec.c index 29c7951..9a49185 100644 --- a/src/vf/common/command_dec.c +++ b/src/vf/common/command_dec.c @@ -45,7 +45,7 @@ /* * classifier type string list - * do it same as the order of enum spp_classifier_type (spp_vf.h) + * do it same as the order of enum spp_classifier_type (spp_proc.h) */ const char *CLASSIFILER_TYPE_STRINGS[] = { SPP_CLASSIFLER_NONE_STR, @@ -57,7 +57,7 @@ const char *CLASSIFILER_TYPE_STRINGS[] = { /* * command action type string list - * do it same as the order of enum spp_command_action (spp_vf.h) + * do it same as the order of enum spp_command_action (command_dec.h) */ const char *COMMAND_ACTION_STRINGS[] = { SPP_ACTION_NONE_STR, -- 2.18.0