[dpdk-dev] [PATCHv5 11/33] bus/fslmc: add vfio support

Hemant Agrawal hemant.agrawal at nxp.com
Fri Jan 20 05:58:44 CET 2017


On 1/19/2017 10:53 PM, Thomas Monjalon wrote:
> 2017-01-19 18:53, Hemant Agrawal:
>> @@ -45,8 +45,10 @@ DPDK_17.02 {
>>          dpseci_open;
>>          dpseci_reset;
>>          dpseci_set_rx_queue;
>> +        mcp_ptr_list;
>>          rte_fslmc_driver_register;
>>          rte_fslmc_driver_unregister;
>> +        vfio_dmamap_mem_region;
>
> These symbols do not comply with the DPDK namespace (rte_*).
>

We can add the rte_* for the bus exported functions.

do you have a concerns w.r.t dpseci_open type symbols also?

How do we do it?

They are only required to be added in map to resolve the dependency of 
PMD on BUS.
These are low level functions provided by the mc bus and referenced by 
the different NXP PMDs e.g. NET or CRYPTO, they are not suppose to be 
externally exposed functions.






More information about the dev mailing list