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

2020-09-29 Thread Jerin Jacob
On Mon, Sep 28, 2020 at 4:03 PM Ferruh Yigit wrote: > > On 9/28/2020 9:59 AM, David Marchand wrote: > > On Sun, Sep 27, 2020 at 2:21 PM Jerin Jacob wrote: > >> > >> On Fri, Sep 25, 2020 at 5:26 PM Manish Chopra wrote: > >>> > >>> By adding generic API, this patch removes individual > >>> functio

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

2020-09-28 Thread Ferruh Yigit
On 9/28/2020 9:59 AM, David Marchand wrote: On Sun, Sep 27, 2020 at 2:21 PM Jerin Jacob wrote: On Fri, Sep 25, 2020 at 5:26 PM Manish Chopra wrote: By adding generic API, this patch removes individual functions/defines implemented by drivers to find extended PCI capabilities. Signed-off-by

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

2020-09-28 Thread David Marchand
On Sun, Sep 27, 2020 at 2:21 PM Jerin Jacob wrote: > > On Fri, Sep 25, 2020 at 5:26 PM 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 > > Si

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

2020-09-27 Thread Jerin Jacob
On Fri, Sep 25, 2020 at 5:26 PM 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 > Reviewed-by: Gaetan Rivet Reviewed-by:

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

2020-09-25 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 Reviewed-by: Gaetan Rivet --- drivers/bus/pci/pci_common.c | 43 ++ drivers/b