[dpdk-dev] [PATCH 2/7] eal: Helper to convert to struct rte_pci_device

2016-11-21 Thread Jan Blunck
On Sun, Nov 20, 2016 at 4:20 PM, David Marchand wrote: > Hello Jan, > > On Sun, Nov 20, 2016 at 11:05 AM, Jan Blunck wrote: >> Signed-off-by: Jan Blunck >> --- >> lib/librte_eal/common/include/rte_pci.h | 2 ++ >> 1 file changed, 2 insertions(+) >> >> diff --git

[dpdk-dev] [PATCH 2/7] eal: Helper to convert to struct rte_pci_device

2016-11-20 Thread David Marchand
Hello Jan, On Sun, Nov 20, 2016 at 11:05 AM, Jan Blunck wrote: > Signed-off-by: Jan Blunck > --- > lib/librte_eal/common/include/rte_pci.h | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/lib/librte_eal/common/include/rte_pci.h > b/lib/librte_eal/common/include/rte_pci.h > index

[dpdk-dev] [PATCH 2/7] eal: Helper to convert to struct rte_pci_device

2016-11-20 Thread Jan Blunck
Signed-off-by: Jan Blunck --- lib/librte_eal/common/include/rte_pci.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/librte_eal/common/include/rte_pci.h b/lib/librte_eal/common/include/rte_pci.h index 9ce8847..0376160 100644 --- a/lib/librte_eal/common/include/rte_pci.h +++