dpdkstat: bugfix enable_port_count
authorMaryam Tahhan <maryam.tahhan@intel.com>
Sun, 3 Apr 2016 09:35:23 +0000 (10:35 +0100)
committerKim Jones <kim-marie.jones@intel.com>
Thu, 28 Jul 2016 12:16:04 +0000 (13:16 +0100)
Signed-off-by: Maryam Tahhan <maryam.tahhan@intel.com>
Signed-off-by: Harry van Haaren <harry.van.haaren@intel.com>
src/dpdkstat.c

index 27e2d39..8bb8ef9 100644 (file)
@@ -509,7 +509,8 @@ static int dpdk_helper_run (void)
                   i, len);
             return -1;
           }
-          num_xstats += g_configuration->num_stats_in_port[i];
+          num_xstats += g_configuration->num_stats_in_port[enabled_port_count];
+          enabled_port_count++;
         }
       } /* if (enabled_port_mask) */
     } /* for (nb_ports) */