X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fplugins%2Fhs_apps%2Fsapi%2Fvpp_echo_common.h;h=0e9eaebd3450ba831312a84fa1c80eb55193ce02;hb=7028a0157e28066696fba7d9978f7ab474f4d4f8;hp=17a39732a2dcd1c38524069dd383f459931494e8;hpb=0e402a98b20fbb7c5b715abd038c244c539bad36;p=vpp.git diff --git a/src/plugins/hs_apps/sapi/vpp_echo_common.h b/src/plugins/hs_apps/sapi/vpp_echo_common.h index 17a39732a2d..0e9eaebd345 100644 --- a/src/plugins/hs_apps/sapi/vpp_echo_common.h +++ b/src/plugins/hs_apps/sapi/vpp_echo_common.h @@ -280,6 +280,7 @@ typedef struct u64 bytes_to_send; /* target per stream */ u64 bytes_to_receive; /* target per stream */ u32 fifo_size; + u32 prealloc_fifo_pairs; u32 rx_buf_size; u32 tx_buf_size; data_source_t data_source; /* Use no/dummy/mirrored data */ @@ -287,6 +288,7 @@ typedef struct u8 output_json; /* Output stats as JSON */ u8 log_lvl; /* Verbosity of the logging */ int max_test_msg; /* Limit the number of incorrect data messages */ + u32 evt_q_size; /* Size of the vpp MQ (app<->vpp events) */ u8 *appns_id; u64 appns_flags;