Re: [dpdk-dev] [PATCH 2/4] bus/pci: reference driver structure

2018-06-28 Thread RafaƂ Kozik
2018-06-27 18:36 GMT+02:00 Ferruh Yigit : > On 4/11/2018 3:07 PM, Rafal Kozik wrote: >> Reference driver structure before calling rte_pci_map_device. >> It allow to use driver flags for adjusting configuration. >> >> Signed-off-by: Rafal Kozik >> --- >> drivers/bus/pci/pci_common.c | 13 -

Re: [dpdk-dev] [PATCH 2/4] bus/pci: reference driver structure

2018-06-27 Thread Ferruh Yigit
On 4/11/2018 3:07 PM, Rafal Kozik wrote: > Reference driver structure before calling rte_pci_map_device. > It allow to use driver flags for adjusting configuration. > > Signed-off-by: Rafal Kozik > --- > drivers/bus/pci/pci_common.c | 13 - > 1 file changed, 8 insertions(+), 5 deleti

[dpdk-dev] [PATCH 2/4] bus/pci: reference driver structure

2018-04-11 Thread Rafal Kozik
Reference driver structure before calling rte_pci_map_device. It allow to use driver flags for adjusting configuration. Signed-off-by: Rafal Kozik --- drivers/bus/pci/pci_common.c | 13 - 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/drivers/bus/pci/pci_common.c b/dri