Re: [dpdk-dev] [PATCH v2 4/4] baseband: enhancement of interrupt test

2018-12-13 Thread Mokhtar, Amr
> -Original Message- > From: Chalupnik, KamilX > Sent: Friday 7 December 2018 15:16 > To: dev@dpdk.org > Cc: Mokhtar, Amr ; akhil.go...@nxp.com; > Chalupnik, KamilX > Subject: [PATCH v2 4/4] baseband: enhancement of interrupt test > > Improvements added to interrupt test: > - test is ru

[dpdk-dev] [PATCH v2 4/4] baseband: enhancement of interrupt test

2018-12-07 Thread Kamil Chalupnik
Improvements added to interrupt test: - test is run in loop (number of iterations is specified by TEST_REPETITIONS define) which ensures more accurate results - mapping cores to thread parameteres was put in order. Master core is always set at first index. It fixes problem with running test for onl