From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerin Jacob Subject: Re: [PATCH v4 1/2] eventdev: add device stop flush callback Date: Fri, 30 Mar 2018 00:04:14 +0530 Message-ID: <20180329183413.GA8714@jerin> References: <1521087130-20244-1-git-send-email-gage.eads@intel.com> <1521555187-25710-1-git-send-email-gage.eads@intel.com> <9184057F7FC11744A2107296B6B8EB1E3FA88B42@FMSMSX108.amr.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: "hemant.agrawal@nxp.com" , "Ma, Liang J" , "Eads, Gage" , "Richardson, Bruce" , "santosh.shukla@caviumnetworks.com" , "nipun.gupta@nxp.com" , "dev@dpdk.org" To: "Van Haaren, Harry" Return-path: Received: from NAM02-BL2-obe.outbound.protection.outlook.com (mail-bl2nam02on0074.outbound.protection.outlook.com [104.47.38.74]) by dpdk.org (Postfix) with ESMTP id 5B4DC8E01 for ; Thu, 29 Mar 2018 20:34:21 +0200 (CEST) Content-Disposition: inline In-Reply-To: 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: Thu, 29 Mar 2018 11:02:55 +0000 > From: "Van Haaren, Harry" > To: "jerin.jacob@caviumnetworks.com" , > "hemant.agrawal@nxp.com" , "Ma, Liang J" > > CC: "Eads, Gage" , "Richardson, Bruce" > , "santosh.shukla@caviumnetworks.com" > , "nipun.gupta@nxp.com" > , "dev@dpdk.org" > Subject: RE: [dpdk-dev] [PATCH v4 1/2] eventdev: add device stop flush > callback > > (+Liang Ma for OPDL maintainer) > > Ping to maintainers, is the below suggestion acceptable for your PMDs? > > Summary of suggestion: > - After event_dev_stop() dequeue() is no longer allowed on any thread > - All events in the system (queues, ports, intermediary buffers) will be passed to a user-supplied callback for cleaning up events. +1. That's works for octeontx eventdev PMD.