From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Guo, Jia" Subject: Re: [PATCH V11 2/3] eal: add uevent pass and process function Date: Thu, 18 Jan 2018 12:17:06 +0800 Message-ID: References: <1515679534-22473-2-git-send-email-jia.guo@intel.com> <1516013331-18939-1-git-send-email-jia.guo@intel.com> <1516013331-18939-2-git-send-email-jia.guo@intel.com> <6977991.UJJFCEQyNF@xps> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org, stephen@networkplumber.org, bruce.richardson@intel.com, ferruh.yigit@intel.com, gaetan.rivet@6wind.com, konstantin.ananyev@intel.com, jblunck@infradead.org, shreyansh.jain@nxp.com, jingjing.wu@intel.com, helin.zhang@intel.com, motih@mellanox.com To: Thomas Monjalon Return-path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id C7FF423C for ; Thu, 18 Jan 2018 05:17:10 +0100 (CET) In-Reply-To: <6977991.UJJFCEQyNF@xps> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 1/18/2018 6:00 AM, Thomas Monjalon wrote: > 15/01/2018 11:48, Jeff Guo: >> +enum rte_dev_event_subsystem { >> + RTE_DEV_EVENT_SUBSYSTEM_UIO, >> + RTE_DEV_EVENT_SUBSYSTEM_VFIO, >> + RTE_DEV_EVENT_SUBSYSTEM_PCI, >> + RTE_DEV_EVENT_SUBSYSTEM_MAX >> +}; > I still don't understand this classification, mixing PCI and VFIO > at the same level. ok, so let me explicit explain that that is because the deference kernel version would poke deference subsystem info from the net link message. so just forcus on the new kernel version would be fine and delete pci item.