[dpdk-dev] [PATCH v2] test/pmd_perf: fix for segmentation fault

Thomas Monjalon thomas at monjalon.net
Tue Nov 7 17:56:51 CET 2017


> > Error can be reproduce if we run pmd_perf_autotest with more then
> > one device in such way:
> > RTE>>set_rxtx_sc poll_before_xmit
> > RTE>>pmd_perf_autotest
> > 
> > if first burst was value less than MAX_PKT_BURST in the end we overwrite
> > pkts_burst table for rx which was supposed for another interface.
> > 
> > Fixes: 002ade70e933 ("app/test: measure cycles per packet in Rx/Tx")
> > Cc: cunming.liang at intel.com
> > Cc: stable at dpdk.org
> > 
> > Signed-off-by: Daniel Mrzyglod <danielx.t.mrzyglod at intel.com>
> 
> Acked-by: Michal Jastrzebski <michalx.k.jastrzebski at intel.com>

Applied, thanks


More information about the dev mailing list