Re: [dpdk-dev] [PATCH v3 02/11] eal/pci: export match function

2017-07-11 Thread Maxime Coquelin
On 07/11/2017 11:11 AM, Maxime Coquelin wrote: On 07/11/2017 08:16 AM, Santosh Shukla wrote: Export rte_pci_match() function as it needed in the followup patch. Signed-off-by: Santosh Shukla --- lib/librte_eal/bsdapp/eal/rte_eal_version.map | 1 + lib/librte_eal/common/eal_common_pci.

Re: [dpdk-dev] [PATCH v3 02/11] eal/pci: export match function

2017-07-11 Thread Maxime Coquelin
On 07/11/2017 08:16 AM, Santosh Shukla wrote: Export rte_pci_match() function as it needed in the followup patch. Signed-off-by: Santosh Shukla --- lib/librte_eal/bsdapp/eal/rte_eal_version.map | 1 + lib/librte_eal/common/eal_common_pci.c | 10 +- lib/librte_eal/common

[dpdk-dev] [PATCH v3 02/11] eal/pci: export match function

2017-07-10 Thread Santosh Shukla
Export rte_pci_match() function as it needed in the followup patch. Signed-off-by: Santosh Shukla --- lib/librte_eal/bsdapp/eal/rte_eal_version.map | 1 + lib/librte_eal/common/eal_common_pci.c | 10 +- lib/librte_eal/common/include/rte_pci.h | 15 +++ lib