hsa: make APP_OPTIONS_PREALLOC_FIFO_PAIRS configurable
[vpp.git] / src / plugins / hs_apps / sapi / vpp_echo_common.h
index 17a3973..0e9eaeb 100644 (file)
@@ -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;