Re: [dpdk-dev] [PATCH v3 1/6] drivers: add generic API to find PCI extended cap

2020-07-25 Thread Gaƫtan Rivet
Hello Manish, I have just a few nits below, On 24/07/20 03:38 -0700, Manish Chopra wrote: > By adding generic API, this patch removes individual > functions/defines implemented by drivers to find PCI > extended capability. "to find extended PCI capabilities" sounds better. > > Signed-off-by: M

[dpdk-dev] [PATCH v3 1/6] drivers: add generic API to find PCI extended cap

2020-07-24 Thread Manish Chopra
By adding generic API, this patch removes individual functions/defines implemented by drivers to find PCI extended capability. Signed-off-by: Manish Chopra Signed-off-by: Igor Russkikh --- drivers/bus/pci/pci_common.c | 42 ++ drivers/bus/pci/rte_bus_pci.h