Fix latency accuracy and dumping latencies to file 31/51131/3
authorXavier Simonart <xavier.simonart@intel.com>
Sat, 13 Jan 2018 20:28:14 +0000 (21:28 +0100)
committerPatrice Buriez <patrice.buriez@intel.com>
Thu, 15 Feb 2018 20:22:03 +0000 (21:22 +0100)
commit9fa316261d7d9e79bcff84fb84ab498b9e7d93f4
treef22e7715e48629faf56f8dc238974e489c30fe50
parentaa09ff9157159b26c431ba61a6f0a08308d123dd
Fix latency accuracy and dumping latencies to file

- Also changed lat_info.tx_packet_index to uint64_t,
  so also did it for task_lat.prev_tx_packet_index and n_loss.
- Adjusted format strings accordingly, and fixed some other formats.
- Adjusted overflow increment to 2^32 (i.e. UINT32_MAX + 1).
- Replaced hard-coded 64 with ACCURACY_BUFFER_SIZE (still hard-coded
  in handle_gen.c).

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