VPP-530: adapt jvpp generation for VPP API splitting

Now jvpp uses *.json instead of *.py api representation.
Multiple *.json files are supported.

Change-Id: I89fa556c7d2a35d42833f2faaa28398ebd2ed012
Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
This commit is contained in:
Marek Gradzki
2016-11-25 08:38:29 +01:00
committed by Ole Trøan
parent c5b1360045
commit 2fee4c8fad
5 changed files with 65 additions and 46 deletions

View File

@ -38,7 +38,7 @@
// TODO: generate jvpp_plugin_name.c files (or at least reuse plugin's main structure)
typedef struct {
/* Base message index for the nsh plugin */
/* Base message index for the jvpp-core plugin */
u16 msg_id_base;
/* Pointer to shared memory queue */