Re: [dpdk-dev] [PATCH v2 2/7] drivers: add generic API to find PCI extended cap

2020-07-20 Thread Gaƫtan Rivet
On 13/07/20 08:13 -0700, Manish Chopra wrote: > 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 |

[dpdk-dev] [PATCH v2 2/7] drivers: add generic API to find PCI extended cap

2020-07-13 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 | 41 + drivers/bus/pci/rte_bus_pci.h