diff options
author | Florin Coras <fcoras@cisco.com> | 2022-06-09 12:38:13 -0700 |
---|---|---|
committer | Dave Barach <openvpp@barachs.net> | 2022-06-10 04:31:59 +0000 |
commit | c2ab1bdbc73f2743979f8779c027adc04d79bf22 (patch) | |
tree | ad157186ce07288500077ab4e2e68ca7ba086545 /src/plugins/hs_apps/proxy.h | |
parent | c629f9075219b253530985a9a6ccf3dc77a90953 (diff) |
hsa: allow first segments larger than 4g for proxy
Type: improvement
Signed-off-by: Florin Coras <fcoras@cisco.com>
Change-Id: I9c502a491ff56806a2e631f7a4c18903a2e93ab2
Diffstat (limited to 'src/plugins/hs_apps/proxy.h')
-rw-r--r-- | src/plugins/hs_apps/proxy.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/hs_apps/proxy.h b/src/plugins/hs_apps/proxy.h index 6e770248cac..26f4de2f729 100644 --- a/src/plugins/hs_apps/proxy.h +++ b/src/plugins/hs_apps/proxy.h @@ -61,7 +61,7 @@ typedef struct u8 high_watermark; /**< high watermark (%) */ u8 low_watermark; /**< low watermark (%) */ u32 private_segment_count; /**< Number of private fifo segs */ - u32 private_segment_size; /**< size of private fifo segs */ + u64 segment_size; /**< size of fifo segs */ u8 prealloc_fifos; /**< Request fifo preallocation */ int rcv_buffer_size; session_endpoint_cfg_t server_sep; |