From 1c3c9f0393e4bd3a5902efbc79cb9a4e6737bda2 Mon Sep 17 00:00:00 2001 From: Jianlin Lv Date: Wed, 30 Oct 2019 13:35:38 +0800 Subject: api: Add API support for PP2 plugin to stable/1908 Support create/delete interface with marvell PP2 API Type: feature Signed-off-by: Jianlin Lv Change-Id: I2a81024e0fcf2f389d39a5498167a752f8f807e5 --- src/plugins/marvell/pp2/cli.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/plugins/marvell/pp2/cli.c') diff --git a/src/plugins/marvell/pp2/cli.c b/src/plugins/marvell/pp2/cli.c index 761cdb5b6b6..345b237e45a 100644 --- a/src/plugins/marvell/pp2/cli.c +++ b/src/plugins/marvell/pp2/cli.c @@ -117,6 +117,9 @@ VLIB_CLI_COMMAND (mrvl_pp2_delete_command, static) = { clib_error_t * mrvl_pp2_cli_init (vlib_main_t * vm) { + /* initialize binary API */ + mrvl_pp2_plugin_api_hookup (vm); + return 0; } -- cgit