> -----Original Message----- > From: Guo, Jia > Sent: Thursday, January 18, 2018 12:12 PM > To: [email protected]; Richardson, Bruce > <[email protected]>; > Yigit, Ferruh <[email protected]>; [email protected] > Cc: Ananyev, Konstantin <[email protected]>; [email protected]; > [email protected]; Wu, Jingjing <[email protected]>; [email protected]; > Guo, Jia > <[email protected]>; [email protected]; Zhang, Helin > <[email protected]>; > [email protected] > Subject: [PATCH V12 2/3] eal: add uevent pass and process function > > 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. > > 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 > > Signed-off-by: Jeff Guo <[email protected]>
Reviewed-by: Jingjing Wu <[email protected]>

