hsa: make APP_OPTIONS_PREALLOC_FIFO_PAIRS configurable
[vpp.git] / src / plugins / hs_apps / sapi / vpp_echo_common.h
index adcfd78..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 */