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/vpp-api/client/test.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/vpp-api/client/test.c') diff --git a/src/vpp-api/client/test.c b/src/vpp-api/client/test.c index 4e98dc03a14..b7e6f017445 100644 --- a/src/vpp-api/client/test.c +++ b/src/vpp-api/client/test.c @@ -32,7 +32,6 @@ #include #include #include -#include #include #include "vppapiclient.h" #include "stat_client.h" @@ -40,9 +39,8 @@ #include #include -#define vl_typedefs /* define message structures */ -#include -#undef vl_typedefs +#include +#include volatile int sigterm_received = 0; volatile u32 result_ready; -- cgit 1.2.3-korg