event/octeontx: fix flush callback
authorPavan Nikhilesh <pbhagavatula@caviumnetworks.com>
Fri, 15 Jun 2018 05:44:06 +0000 (11:14 +0530)
committerJerin Jacob <jerin.jacob@caviumnetworks.com>
Fri, 6 Jul 2018 04:54:49 +0000 (06:54 +0200)
commit6461abf76b89f96d667adec8ca151c5d25f70fcc
tree346dd104bb0f2ade23a82ef69db31735ff0ce6c8
parenteed9fdf645c44dd965963ec4506af043f56542bd
event/octeontx: fix flush callback

When event queues are being flushed the getwork operation used to extract
events should be a grouped getwork operation to the specific event queue.

Fixes: 8384f0e039ea ("event/octeontx: support device stop flush callback")
Cc: stable@dpdk.org
Signed-off-by: Pavan Nikhilesh <pbhagavatula@caviumnetworks.com>
Acked-by: Jerin Jacob <jerin.jacob@caviumnetworks.com>
drivers/event/octeontx/ssovf_worker.c