2015-10-30 11:36, Harry van Haaren:
> + /* if xstats_get() is implemented by the PMD, the Q stats are done */
> + if (dev->dev_ops->xstats_get != NULL)
> + return count + xcount;
> +
> /* per-rxq stats */
> for (q = 0; q < dev->data->nb_rx_queues; q++) {
> for (i = 0; i < RTE_NB_RXQ_STATS; i++) {Please could you explain why the generic per-queue stats are not used when xstats is implemented in the driver?

