On Thu, 24 Nov 2016 17:59:06 +0100, Olivier Matz
<olivier.m...@6wind.com> wrote:
> Hi,
> 
> On Mon, 2016-11-21 at 09:59 +0000, Alejandro Lucero wrote:
> > From: Bert van Leeuwen <bert.vanleeu...@netronome.com>
> > 
> > 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 <alejandro.luc...@netronome.com>
> >   
> 
> Reviewed-by: Olivier Matz <olivier.m...@6wind.com>

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

Reply via email to