summaryrefslogtreecommitdiffstats
path: root/stacks/vpp
diff options
context:
space:
mode:
authorcharan makkina <charan795m@gmail.com>2018-11-21 15:17:39 +0530
committercharan makkina <charan795m@gmail.com>2018-11-26 10:32:58 +0530
commit960e7c662a8981a563f692f4dcdd221f1cfd3783 (patch)
treea4f750e036487ff053020d64f973c2027b43ba32 /stacks/vpp
parent95be8358d7426b815fbd1224fe71b4486a56aaac (diff)
Fix: stack_register function name should be same.
Change-Id: Ib091993ca2ba4df1dab00ace93e0d1dfa4145807 Signed-off-by: charan makkina <charan795m@gmail.com>
Diffstat (limited to 'stacks/vpp')
-rw-r--r--stacks/vpp/adapt/dmm_vcl_adpt.c2
-rw-r--r--stacks/vpp/configure/module_config.json2
2 files changed, 1 insertions, 3 deletions
diff --git a/stacks/vpp/adapt/dmm_vcl_adpt.c b/stacks/vpp/adapt/dmm_vcl_adpt.c
index d4974e2..56f9033 100644
--- a/stacks/vpp/adapt/dmm_vcl_adpt.c
+++ b/stacks/vpp/adapt/dmm_vcl_adpt.c
@@ -143,7 +143,7 @@ dmm_vpphs_init ()
}
int
-vpphs_stack_register (nstack_proc_cb * ops, nstack_event_cb * val)
+vpp_hoststack_stack_register (nstack_proc_cb * ops, nstack_event_cb * val)
{
#undef NSTACK_MK_DECL
diff --git a/stacks/vpp/configure/module_config.json b/stacks/vpp/configure/module_config.json
index 49b7ca9..46c9c85 100644
--- a/stacks/vpp/configure/module_config.json
+++ b/stacks/vpp/configure/module_config.json
@@ -3,7 +3,6 @@
"module_list": [
{
"stack_name": "kernel", /*stack name*/
- "function_name": "kernel_stack_register", /*function name*/
"libname": "./", /*library name, if loadtype is static, this maybe
null, else must give a library name*/
"loadtype": "static", /*library load type: static or dynamic*/
@@ -17,7 +16,6 @@
},
{
"stack_name": "vpp_hoststack",
- "function_name": "vpphs_stack_register",
"libname": "../lib64/libdmm_vcl.so",
"loadtype": "dynmic",
"deploytype": "4",