[dpdk-dev] [PATCH v4] Pci: Add the class_id support

2016-07-07 Thread Thomas Monjalon
2016-07-06 12:08, Ferruh Yigit: > On 6/14/2016 3:52 PM, Thomas Monjalon wrote: > > 2016-05-24 20:50, Ziye Yang: > >> This patch is used to add the class_id (class_code, > >> subclass_code, programming_interface) support for > >> pci_device probe. With this patch, it will be > >> flexible for users

[dpdk-dev] [PATCH v4] Pci: Add the class_id support

2016-07-06 Thread Ferruh Yigit
On 6/14/2016 3:52 PM, Thomas Monjalon wrote: > 2016-05-24 20:50, Ziye Yang: >> This patch is used to add the class_id (class_code, >> subclass_code, programming_interface) support for >> pci_device probe. With this patch, it will be >> flexible for users to probe a class of devices >> by class_id.

[dpdk-dev] [PATCH v4] Pci: Add the class_id support

2016-06-14 Thread Thomas Monjalon
2016-05-24 20:50, Ziye Yang: > This patch is used to add the class_id (class_code, > subclass_code, programming_interface) support for > pci_device probe. With this patch, it will be > flexible for users to probe a class of devices > by class_id. > > > Signed-off-by: Ziye Yang Applied, thanks

[dpdk-dev] [PATCH v4] Pci: Add the class_id support

2016-05-24 Thread Ziye Yang
This patch is used to add the class_id (class_code, subclass_code, programming_interface) support for pci_device probe. With this patch, it will be flexible for users to probe a class of devices by class_id. Signed-off-by: Ziye Yang --- Changes in v4: adjust title name and change RTE_PCI_DEVICE