diff options
author | Xavier Simonart <simonartxavier@gmail.com> | 2021-12-20 13:06:08 +0000 |
---|---|---|
committer | Xavier Simonart <simonartxavier@gmail.com> | 2021-12-30 10:46:30 +0000 |
commit | 49fec706431a06cd7dbb845de1c824601144e2ad (patch) | |
tree | 15428a260a6b6b7bf509d5559dcb3d910fa6397f /VNFs/DPPD-PROX/task_init.h | |
parent | b62cc323c97d429f5ea107845367de328012badd (diff) |
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 <simonartxavier@gmail.com>
Change-Id: I3e8dae6a27e72e48757a66e0097d17be924211ad
Diffstat (limited to 'VNFs/DPPD-PROX/task_init.h')
-rw-r--r-- | VNFs/DPPD-PROX/task_init.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 |