Increase window size for latency accuracy 12/68012/3
authorXavier Simonart <xavier.simonart@intel.com>
Fri, 7 Jun 2019 12:54:43 +0000 (14:54 +0200)
committerPatrice Buriez <patrice.buriez@intel.com>
Fri, 14 Jun 2019 18:41:50 +0000 (20:41 +0200)
commited14b300105eb2bde89eaece3cdb4f0d976f6bb8
tree70027e8d48cc3e77a3a23e3adb92cd4eb2176af8
parent843ca042cad997b51390bd6156d3200de18294d2
Increase window size for latency accuracy

Accuracy of latency is obtained by writing TX accuracy for packet N
in a later packet i.e. packet N + WINDOW.
If this window is too small, packet N + WINDOW (conveying accuracy
for packet N) might arrive before packet N, resulting in no accuracy
for packet N.
This change increases this window from 64 to 8K packets.
This change should result in a higher number of packets used for
latency measurements when packets are reordered.
This change might have a performance impact as it uses more memory.

Change-Id: I1016fddb66af86605c73a24050238da41cf54152
Signed-off-by: Xavier Simonart <xavier.simonart@intel.com>
Signed-off-by: Patrice Buriez <patrice.buriez@intel.com>
VNFs/DPPD-PROX/handle_gen.c
VNFs/DPPD-PROX/handle_lat.c
VNFs/DPPD-PROX/handle_lat.h