From 49fec706431a06cd7dbb845de1c824601144e2ad Mon Sep 17 00:00:00 2001 From: Xavier Simonart Date: Mon, 20 Dec 2021 13:06:08 +0000 Subject: Increase maximum latency supported by Early Loss Detection Early Loss Detection was supporting a maximum latency of 16k packets i.e. 1ms at 64 Bytes / 10Gbps. This has been increased by 64. Drawback is that early loss detection might take much longer (1 million packets) Signed-off-by: Xavier Simonart Change-Id: I3e8dae6a27e72e48757a66e0097d17be924211ad --- VNFs/DPPD-PROX/task_init.h | 1 + 1 file changed, 1 insertion(+) (limited to 'VNFs/DPPD-PROX/task_init.h') diff --git a/VNFs/DPPD-PROX/task_init.h b/VNFs/DPPD-PROX/task_init.h index ec7b8e83..82a58259 100644 --- a/VNFs/DPPD-PROX/task_init.h +++ b/VNFs/DPPD-PROX/task_init.h @@ -259,6 +259,7 @@ struct task_args { uint32_t multiplier; uint32_t mirror_size; uint32_t store_max; + uint32_t loss_buffer_size; }; /* Return the first port that is reachable through the task. If the -- cgit 1.2.3-korg