> -----Original Message----- > From: Guo, Jia > Sent: Thursday, June 29, 2017 12:38 PM > To: Zhang, Helin <[email protected]>; Wu, Jingjing > <[email protected]> > Cc: [email protected]; Guo, Jia <[email protected]> > Subject: [PATCH v3 1/2] eal: add uevent api for hot plug > > From: "Guo, Jia" <[email protected]> > > 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 <[email protected]>
Looks fine from me. Reviewed-by: Jingjing Wu <[email protected]>

