app/eventdev: remove unnecessary barrier in pipeline test
authorFeifei Wang <feifei.wang2@arm.com>
Thu, 14 Jan 2021 07:08:29 +0000 (15:08 +0800)
committerJerin Jacob <jerinj@marvell.com>
Tue, 26 Jan 2021 14:19:12 +0000 (15:19 +0100)
commitc56563f19a1553025b6618b60aceaefc603907d0
tree0e50e28fbdba0aab2fb9f34a4e0a0d7677e5bb4d
parent37f60fd6389c7b78887c24e131bee0ca0aab1ac1
app/eventdev: remove unnecessary barrier in pipeline test

For "processed_pkts" function, no operations should keep the order that
being executed before loading "worker[i].processed_pkts".

Signed-off-by: Feifei Wang <feifei.wang2@arm.com>
Reviewed-by: Ruifeng Wang <ruifeng.wang@arm.com>
Acked-by: Pavan Nikhilesh <pbhagavatula@marvell.com>
app/test-eventdev/test_pipeline_common.c