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

2020-08-07 Thread Nithin Dabilpuram
On Thu, Jul 30, 2020 at 07:42:16AM -0700, Manish Chopra wrote: > By adding generic API, this patch removes individual > functions/defines implemented by drivers to find extended > PCI capabilities. > > Signed-off-by: Manish Chopra > Signed-off-by: Igor Russkikh > --- > drivers/bus/pci/pci_commo

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

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