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

2017-11-07 Thread Thomas Monjalon
> > 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 ano

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

2017-10-31 Thread Jastrzebski, MichalX K
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Daniel Mrzyglod > Sent: Friday, October 27, 2017 6:24 PM > To: dev@dpdk.org > Cc: Mrzyglod, DanielX T ; Liang, Cunming > ; sta...@dpdk.org > Subject: [dpdk-dev] [PATCH v2] test/pmd_perf: fix f

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

2017-10-27 Thread Daniel Mrzyglod
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: 002a