From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH V20 2/4] eal: add device event monitor framework Date: Thu, 05 Apr 2018 23:54:02 +0200 Message-ID: <4479203.6xDtJnWEMV@xps> References: <1522918968-15290-5-git-send-email-jia.guo@intel.com> <1522944617-16601-1-git-send-email-jia.guo@intel.com> <1522944617-16601-3-git-send-email-jia.guo@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: stephen@networkplumber.org, bruce.richardson@intel.com, ferruh.yigit@intel.com, konstantin.ananyev@intel.com, gaetan.rivet@6wind.com, jingjing.wu@intel.com, motih@mellanox.com, harry.van.haaren@intel.com, jianfeng.tan@intel.com, shreyansh.jain@nxp.com, dev@dpdk.org, helin.zhang@intel.com To: Jeff Guo Return-path: Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) by dpdk.org (Postfix) with ESMTP id 878051CDF7 for ; Thu, 5 Apr 2018 23:54:04 +0200 (CEST) In-Reply-To: <1522944617-16601-3-git-send-email-jia.guo@intel.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" 05/04/2018 18:10, Jeff Guo: > --- a/lib/librte_eal/rte_eal_version.map > +++ b/lib/librte_eal/rte_eal_version.map > @@ -260,3 +260,13 @@ EXPERIMENTAL { > rte_socket_id_by_idx; > > } DPDK_18.02; > + > +EXPERIMENTAL { > + global: > + > + rte_dev_event_monitor_start; > + rte_dev_event_monitor_stop; > + rte_dev_event_callback_register; > + rte_dev_event_callback_unregister; > + > +} DPDK_18.05; These functions should go in the already existing EXPERIMENTAL block above.