05/04/2018 18:10, Jeff Guo: > In order to handle the uevent which has been detected from the kernel > side, add uevent parse and process function to translate the uevent into > device event, which user has subscribed to monitor. > > Signed-off-by: Jeff Guo <jia....@intel.com> > --- > lib/librte_eal/linuxapp/eal/eal_dev.c | 206 > +++++++++++++++++++++++++++++++++- > 1 file changed, 204 insertions(+), 2 deletions(-)
Please update the release notes entry, explaining that Linux uevent is supported as backend of the new EAL device event notification framework. Thanks for the work, I think we are close to the merge.