> -----Original Message----- > From: Guo, Jia > Sent: Thursday, June 29, 2017 1:02 PM > To: Zhang, Helin <helin.zh...@intel.com>; Wu, Jingjing > <jingjing...@intel.com> > Cc: dev@dpdk.org; Guo, Jia <jia....@intel.com>; Richardson, Bruce > <bruce.richard...@intel.com>; Ananyev, Konstantin > <konstantin.anan...@intel.com>; gaetan.ri...@6wind.com; > thomas.monja...@6wind.com; Yigit, Ferruh <ferruh.yi...@intel.com> > Subject: [PATCH v3 1/2] eal: add uevent api for hot plug > > From: "Guo, Jia" <jia....@intel.com> > > This patch aim to add a variable "uevent_fd" in structure "rte_intr_handle" > for > enable kernel object uevent monitoring, and add some uevent API in rte eal > interrupt, that is “rte_uevent_connect” and “rte_uevent_get”, so that all > driver > could use these API to monitor and read out the uevent, then corresponding to > handle these uevent, such as detach or attach the device. > > Signed-off-by: Guo, Jia <jia....@intel.com>
Looks fine from me. Reviewed-by: Jingjing Wu <jingjing...@intel.com>