Re: [dpdk-dev] [PATCH] event/octeontx: fix flush callback

2018-06-24 Thread Jerin Jacob
-Original Message- > Date: Sun, 17 Jun 2018 19:57:46 +0530 > From: Jerin Jacob > To: Pavan Nikhilesh > CC: dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH] event/octeontx: fix flush callback > User-Agent: Mutt/1.10.0 (2018-05-17) > > > -Original Message

Re: [dpdk-dev] [PATCH] event/octeontx: fix flush callback

2018-06-17 Thread Jerin Jacob
-Original Message- > Date: Fri, 15 Jun 2018 11:14:06 +0530 > From: Pavan Nikhilesh > To: jerin.ja...@caviumnetworks.com > Cc: dev@dpdk.org, Pavan Nikhilesh > Subject: [dpdk-dev] [PATCH] event/octeontx: fix flush callback > X-Mailer: git-send-email 2.17.1 > > Whe

[dpdk-dev] [PATCH] event/octeontx: fix flush callback

2018-06-14 Thread Pavan Nikhilesh
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") Signed-off-by: Pavan Nikhilesh --- drivers/event/octeontx/ssovf_worker.c