Add "total TX fail" count to "dp core stats" command output 51/68051/1
authorPatrice Buriez <patrice.buriez@intel.com>
Wed, 12 Jun 2019 16:39:15 +0000 (18:39 +0200)
committerPatrice Buriez <patrice.buriez@intel.com>
Fri, 14 Jun 2019 14:43:03 +0000 (16:43 +0200)
commit585612f163e1d434d9a21632d157dced5dc4a8c6
tree56143c5962bbaa98b9fa3d21c6cd100538af2060
parentf7f4553772881fb4d49bd55d94c3fc3eaccc8403
Add "total TX fail" count to "dp core stats" command output

Warning:
This change breaks backward-compatibility of PROX socket scripting API,
because the "total TX fail" count is reported before the "last TSC"
field.
As a result, PROX scripts that make use of the "dp core stats" command,
such as the core_stats() method in helper-scripts/openstackrapid/prox_ctrl.py,
MUST be reworked to correctly parse the returned set of fields.

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