From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerin Jacob Subject: Re: [PATCH] event/octeontx: fix flush callback Date: Sun, 24 Jun 2018 16:59:36 +0530 Message-ID: <20180624112934.GA9384@jerin> References: <20180615054406.22113-1-pbhagavatula@caviumnetworks.com> <20180617142745.GA27164@jerin> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org To: Pavan Nikhilesh Return-path: Received: from NAM05-DM3-obe.outbound.protection.outlook.com (mail-eopbgr730041.outbound.protection.outlook.com [40.107.73.41]) by dpdk.org (Postfix) with ESMTP id 18C531B000 for ; Sun, 24 Jun 2018 13:29:47 +0200 (CEST) Content-Disposition: inline In-Reply-To: <20180617142745.GA27164@jerin> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" -----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----- > > Date: Fri, 15 Jun 2018 11:14:06 +0530 > > From: Pavan Nikhilesh > > To: jerin.jacob@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 > > > > 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 > > Acked-by: Jerin Jacob Applied to dpdk-next-eventdev/master. Thanks.