[dpdk-dev] [PATCH V11 2/3] eal: add uevent pass and process function

Guo, Jia jia.guo at intel.com
Thu Jan 18 05:17:06 CET 2018



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.



More information about the dev mailing list