[dpdk-dev] [dpdk-stable] [PATCH] app/testpmd: fix latencystats deinit on signal

Thomas Monjalon thomas at monjalon.net
Thu Aug 8 12:15:43 CEST 2019


08/08/2019 10:54, Jerin Jacob Kollanukkaran:
> > From: Amit Gupta <agupta3 at marvell.com>
> > 
> > On receiving signal, testpmd showing warning as
> > "LATENCY_STATS: failed to remove Rx/Tx callback"
> > because rte_latencystats_uninit is called without checking if latencystats is
> > enabled or not.
> > 
> > After this fix, rte_latencystats_uninit will be called onlyif latencystats is enabled.
> > 
> > Fixes: 62d3216d6194 ("app/testpmd: add latency statistics calculation")
> > Cc: stable at dpdk.org
> > 
> > Signed-off-by: Amit Gupta <agupta3 at marvell.com>
> 
> Acked-by: Jerin Jacob <jerinj at marvell.com>
> Tested-by: Jerin Jacob <jerinj at marvell.com>

Applied, thanks





More information about the dev mailing list