From 3459ece6da90627b161e2128b5926f1e58e7db65 Mon Sep 17 00:00:00 2001 From: Ole Troan Date: Mon, 27 Sep 2021 17:11:34 +0200 Subject: misc: vpe.api messages dynamically allocated This is the last in the series of moving API messages from vpp/api/vpe.api to vlibmemory/memclnt.api. This patch makes the remaining vpe.api messages dynamic, to help VAT2 binary-api command. Moves the VAT test code to a separate file and removes the now unnused API meta files. Type: improvement Signed-off-by: Ole Troan Change-Id: I01dd78eaff1d3715dff17d2643bf0f7f0089935b Signed-off-by: Ole Troan --- src/vlibmemory/vlib_api.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/vlibmemory/vlib_api.c') diff --git a/src/vlibmemory/vlib_api.c b/src/vlibmemory/vlib_api.c index 0d9444619af..6962ea01f5d 100644 --- a/src/vlibmemory/vlib_api.c +++ b/src/vlibmemory/vlib_api.c @@ -22,7 +22,7 @@ #include #include -u16 msg_id_base; +static u16 msg_id_base; #define REPLY_MSG_ID_BASE msg_id_base #include -- cgit 1.2.3-korg