On Thu, 24 Nov 2016 17:59:06 +0100, Olivier Matz
<[email protected]> wrote:
> Hi,
> 
> On Mon, 2016-11-21 at 09:59 +0000, Alejandro Lucero wrote:
> > From: Bert van Leeuwen <[email protected]>
> > 
> > Arrays inside rte_eth_stats have size=RTE_ETHDEV_QUEUE_STAT_CNTRS.
> > Some devices report more queues than that and this code blindly uses
> > the reported number of queues by the device to fill those arrays up.
> > This patch fixes the problem using MIN between the reported number
> > of queues and RTE_ETHDEV_QUEUE_STAT_CNTRS.
> > 
> > Signed-off-by: Alejandro Lucero <[email protected]>
> >   
> 
> Reviewed-by: Olivier Matz <[email protected]>

Fixes: ce757f5c9a4d ("ethdev: new method to retrieve extended statistics")

Reply via email to