From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerin Jacob Subject: Re: [PATCH] event/octeontx: fix flush callback Date: Sun, 17 Jun 2018 19:57:46 +0530 Message-ID: <20180617142745.GA27164@jerin> References: <20180615054406.22113-1-pbhagavatula@caviumnetworks.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org To: Pavan Nikhilesh Return-path: Received: from NAM01-SN1-obe.outbound.protection.outlook.com (mail-sn1nam01on0061.outbound.protection.outlook.com [104.47.32.61]) by dpdk.org (Postfix) with ESMTP id 581CB1B4D0 for ; Sun, 17 Jun 2018 16:28:05 +0200 (CEST) Content-Disposition: inline In-Reply-To: <20180615054406.22113-1-pbhagavatula@caviumnetworks.com> 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: 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