Fix setting rx and tx queue stats mapping 36/68536/2
authorXavier Simonart <xavier.simonart@intel.com>
Tue, 24 Sep 2019 16:54:17 +0000 (18:54 +0200)
committerPatrice Buriez <patrice.buriez@intel.com>
Tue, 8 Oct 2019 19:30:36 +0000 (19:30 +0000)
commitb1857bf9f5a28b75227ac6393763eb9c952330b8
treef3bd8bc68a718788b5ff84c2ccdf21869507111f
parentad355dcafbaa5e0aa151d4f66e7c9566d07edabc
Fix setting rx and tx queue stats mapping

rx_queue_stats_mapping and tx_queue_stats_mapping were called
unrespective of the number of active queues, and failing
on all unactive queues. this caused lot of errros in prox.log

Change-Id: I15ecb7adfb562caff8efb0eb24c341a3ba354571
Signed-off-by: Xavier Simonart <xavier.simonart@intel.com>
VNFs/DPPD-PROX/prox_port_cfg.c