diff options
author | Florin Coras <fcoras@cisco.com> | 2022-01-12 23:01:29 -0800 |
---|---|---|
committer | Florin Coras <fcoras@cisco.com> | 2022-01-12 23:30:38 -0800 |
commit | 85299b1bb6810acf468bf52740df76bd92d28128 (patch) | |
tree | 5d236363323ea8ea7622c134c6f21ba6d814bd3f /src/plugins/hs_apps/echo_client.h | |
parent | 0c8375de839aa11eeb332b8240e19aca72e6f846 (diff) |
hsa: echo clients connect improvements
Do burst of connects with barrier held.
Type: improvement
Signed-off-by: Florin Coras <fcoras@cisco.com>
Change-Id: I7e6dcf097022b56d6880de0cba7b8492a938077b
Diffstat (limited to 'src/plugins/hs_apps/echo_client.h')
-rw-r--r-- | src/plugins/hs_apps/echo_client.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/hs_apps/echo_client.h b/src/plugins/hs_apps/echo_client.h index ba467b1f537..9b8dbcb5419 100644 --- a/src/plugins/hs_apps/echo_client.h +++ b/src/plugins/hs_apps/echo_client.h @@ -85,7 +85,7 @@ typedef struct u32 expected_connections; /**< Number of clients/connections */ u32 connections_per_batch; /**< Connections to rx/tx at once */ u32 private_segment_count; /**< Number of private fifo segs */ - u32 private_segment_size; /**< size of private fifo segs */ + u64 private_segment_size; /**< size of private fifo segs */ u32 tls_engine; /**< TLS engine mbedtls/openssl */ u8 is_dgram; u32 no_copy; /**< Don't memcpy data to tx fifo */ |