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

Maxime Coquelin maxime.coquelin at redhat.com
Tue Jul 11 11:11:08 CEST 2017



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<santosh.shukla at caviumnetworks.com>
> ---
>   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/librte_eal/linuxapp/eal/rte_eal_version.map |  1 +
>   4 files changed, 18 insertions(+), 9 deletions(-)
> 
> diff --git a/lib/librte_eal/bsdapp/eal/rte_eal_version.map b/lib/librte_eal/bsdapp/eal/rte_eal_version.map
> index 381f895cd..8d43df0bb 100644
> --- a/lib/librte_eal/bsdapp/eal/rte_eal_version.map
> +++ b/lib/librte_eal/bsdapp/eal/rte_eal_version.map
> @@ -200,6 +200,7 @@ DPDK_17.08 {
>   	rte_bus_find;
>   	rte_bus_find_by_device;
>   	rte_bus_find_by_name;
> +	rte_pci_match;
>   
>   } DPDK_17.05;
>   

Shouldn't be DPDK_17.08?

Maxime


More information about the dev mailing list