[dpdk-dev] [PATCH v3 1/2] eal: add uevent api for hot plug
Wu, Jingjing
jingjing.wu at intel.com
Tue Jul 4 09:15:48 CEST 2017
> -----Original Message-----
> From: Guo, Jia
> Sent: Thursday, June 29, 2017 1:02 PM
> To: Zhang, Helin <helin.zhang at intel.com>; Wu, Jingjing
> <jingjing.wu at intel.com>
> Cc: dev at dpdk.org; Guo, Jia <jia.guo at intel.com>; Richardson, Bruce
> <bruce.richardson at intel.com>; Ananyev, Konstantin
> <konstantin.ananyev at intel.com>; gaetan.rivet at 6wind.com;
> thomas.monjalon at 6wind.com; Yigit, Ferruh <ferruh.yigit at intel.com>
> Subject: [PATCH v3 1/2] eal: add uevent api for hot plug
>
> From: "Guo, Jia" <jia.guo at 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.guo at intel.com>
Looks fine from me.
Reviewed-by: Jingjing Wu <jingjing.wu at intel.com>
More information about the dev
mailing list