[dpdk-dev] [PATCH v3] ci: Add the class_id support in pci probe

2016-05-24 Thread Thomas Monjalon
Hi Ziye, Please check the title. It could be "pci: add class id". Please try to add a changelog below the 3 dashes when making a new revision. Other comments below: 2016-05-19 21:17, Ziye Yang: > --- a/lib/librte_eal/common/include/rte_pci.h > +++ b/lib/librte_eal/common/include/rte_pci.h > @@

[dpdk-dev] [PATCH v3] ci: Add the class_id support in pci probe

2016-05-19 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 --- doc/guides/rel_notes/deprecation.rst| 6 -- lib/li