X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fplugins%2Fhs_apps%2Fecho_client.h;h=7af4b8a5262ef38117979df2a6a35ad6763c6a8e;hb=efe875e7cd4bbdf0d55374c7a49577f02a92a3fd;hp=b5f6c981f7b4043a52b8f88e3e22750eb90b8869;hpb=4d05f069a3be308f7fbd8cf043d6ac4266861fa2;p=vpp.git diff --git a/src/plugins/hs_apps/echo_client.h b/src/plugins/hs_apps/echo_client.h index b5f6c981f7b..7af4b8a5262 100644 --- a/src/plugins/hs_apps/echo_client.h +++ b/src/plugins/hs_apps/echo_client.h @@ -18,6 +18,7 @@ #ifndef __included_echo_client_h__ #define __included_echo_client_h__ +#include #include #include @@ -69,10 +70,12 @@ typedef struct u32 cli_node_index; /**< cli process node index */ u32 app_index; /**< app index after attach */ + session_handle_t ctrl_session_handle; /**< control session handle */ /* * Configuration params */ + hs_test_cfg_t cfg; u32 n_clients; /**< Number of clients */ u8 *connect_uri; /**< URI for slave's connect */ session_endpoint_cfg_t connect_sep; /**< Sever session endpoint */ @@ -99,13 +102,11 @@ typedef struct */ u8 app_is_init; u8 test_client_attached; - u8 no_return; + u8 echo_bytes; u8 test_return_packets; int drop_packets; /**< drop all packets */ u8 prealloc_fifos; /**< Request fifo preallocation */ u8 prealloc_sessions; - u8 no_output; - u8 test_bytes; u8 test_failed; u8 transport_proto; u8 barrier_acq_needed; @@ -124,6 +125,9 @@ typedef enum ec_cli_signal_ { EC_CLI_CONNECTS_DONE = 1, EC_CLI_CONNECTS_FAILED, + EC_CLI_CFG_SYNC, + EC_CLI_START, + EC_CLI_STOP, EC_CLI_TEST_DONE } ec_cli_signal_t;