From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Wu, Jingjing" Subject: Re: [PATCH V12 2/3] eal: add uevent pass and process function Date: Wed, 24 Jan 2018 15:00:14 +0000 Message-ID: <9BB6961774997848B5B42BEC655768F810F18015@SHSMSX103.ccr.corp.intel.com> References: <1516013331-18939-3-git-send-email-jia.guo@intel.com> <1516248723-16985-1-git-send-email-jia.guo@intel.com> <1516248723-16985-2-git-send-email-jia.guo@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Cc: "Ananyev, Konstantin" , "jblunck@infradead.org" , "shreyansh.jain@nxp.com" , "dev@dpdk.org" , "thomas@monjalon.net" , "Zhang, Helin" , "motih@mellanox.com" To: "Guo, Jia" , "stephen@networkplumber.org" , "Richardson, Bruce" , "Yigit, Ferruh" , "gaetan.rivet@6wind.com" Return-path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 9E0321B1B3 for ; Wed, 24 Jan 2018 16:00:18 +0100 (CET) In-Reply-To: <1516248723-16985-2-git-send-email-jia.guo@intel.com> Content-Language: en-US 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----- > From: Guo, Jia > Sent: Thursday, January 18, 2018 12:12 PM > To: stephen@networkplumber.org; Richardson, Bruce ; > Yigit, Ferruh ; gaetan.rivet@6wind.com > Cc: Ananyev, Konstantin ; jblunck@infradead= .org; > shreyansh.jain@nxp.com; Wu, Jingjing ; dev@dpdk.or= g; Guo, Jia > ; thomas@monjalon.net; Zhang, Helin ; > motih@mellanox.com > Subject: [PATCH V12 2/3] eal: add uevent pass and process function >=20 > In order to handle the uevent which have been detected from the kernel > side, add uevent process function, let hot plug event to be example to > show uevent mechanism how to pass the uevent and process the uevent. >=20 > About uevent passing and processing, add below functions in linux eal > dev layer. FreeBSD not support uevent ,so let it to be void and do not > implement in function. > a.dev_uev_parse > b.dev_uev_receive > c.dev_uev_process >=20 > Signed-off-by: Jeff Guo Reviewed-by: Jingjing Wu