summaryrefslogtreecommitdiffstats
path: root/src/plugins/hs_apps/sapi/vpp_echo_common.h
diff options
context:
space:
mode:
authorMathiasRaoul <mathias.raoul@gmail.com>2019-10-04 15:28:00 +0000
committerDave Wallace <dwallacelf@gmail.com>2019-10-04 18:32:42 +0000
commit7028a0157e28066696fba7d9978f7ab474f4d4f8 (patch)
tree2c3cb1b4248124824dfe7c5aa851bc8384581a79 /src/plugins/hs_apps/sapi/vpp_echo_common.h
parent00078b991365db97edf919567ca8b169ffd9b3e4 (diff)
hsa: make APP_OPTIONS_PREALLOC_FIFO_PAIRS configurable
-add prealloc_fifo_pairs member in echo_main_t -new cli parameter in vpp_echo Type: feature Signed-off-by: MathiasRaoul <mathias.raoul@gmail.com> Change-Id: I6bb1214ee93e06421cd0a3721420278c51cd59c4
Diffstat (limited to 'src/plugins/hs_apps/sapi/vpp_echo_common.h')
-rw-r--r--src/plugins/hs_apps/sapi/vpp_echo_common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/hs_apps/sapi/vpp_echo_common.h b/src/plugins/hs_apps/sapi/vpp_echo_common.h
index adcfd780f54..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 */