diff options
author | 2019-10-30 13:35:38 +0800 | |
---|---|---|
committer | 2019-11-07 13:32:36 +0000 | |
commit | 1c3c9f0393e4bd3a5902efbc79cb9a4e6737bda2 (patch) | |
tree | f32b6a8449377e18bd95370039e28649a2992a05 /src/plugins/marvell/pp2/cli.c | |
parent | 387123e675c222b52f720b6fd5ac0c7b3f016bcd (diff) |
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 <Jianlin.Lv@arm.com>
Change-Id: I2a81024e0fcf2f389d39a5498167a752f8f807e5
Diffstat (limited to 'src/plugins/marvell/pp2/cli.c')
-rw-r--r-- | src/plugins/marvell/pp2/cli.c | 3 |
1 files changed, 3 insertions, 0 deletions
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; } |