From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id BFA141CAAE for ; Fri, 6 Apr 2018 05:52:42 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 05 Apr 2018 20:52:41 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.48,413,1517904000"; d="scan'208";a="214352234" Received: from jguo15x-mobl3.ccr.corp.intel.com (HELO [10.67.68.27]) ([10.67.68.27]) by orsmga005.jf.intel.com with ESMTP; 05 Apr 2018 20:52:39 -0700 To: Thomas Monjalon References: <1522918968-15290-5-git-send-email-jia.guo@intel.com> <1522944617-16601-1-git-send-email-jia.guo@intel.com> <1522944617-16601-4-git-send-email-jia.guo@intel.com> <1973088.DTu0Q9MMsq@xps> Cc: stephen@networkplumber.org, bruce.richardson@intel.com, ferruh.yigit@intel.com, konstantin.ananyev@intel.com, gaetan.rivet@6wind.com, jingjing.wu@intel.com, motih@mellanox.com, harry.van.haaren@intel.com, jianfeng.tan@intel.com, shreyansh.jain@nxp.com, dev@dpdk.org, helin.zhang@intel.com From: "Guo, Jia" Message-ID: Date: Fri, 6 Apr 2018 11:52:38 +0800 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <1973088.DTu0Q9MMsq@xps> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH V20 3/4] eal/linux: uevent parse and process X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Apr 2018 03:52:43 -0000 On 4/6/2018 5:58 AM, Thomas Monjalon wrote: > 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 >> --- >> 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. also thanks for your review and great suggestions. >