[dpdk-dev,2/7,v3] bus/fslmc: expose API to free dpci device

Message ID 1524737696-3145-3-git-send-email-nipun.gupta@nxp.com (mailing list archive)
State Superseded, archived
Delegated to: Thomas Monjalon
Headers

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/Intel-compilation fail apply patch file failure

Commit Message

Nipun Gupta April 26, 2018, 10:14 a.m. UTC
  Signed-off-by: Nipun Gupta <nipun.gupta@nxp.com>
---
 drivers/bus/fslmc/rte_bus_fslmc_version.map | 1 +
 1 file changed, 1 insertion(+)
  

Comments

Shreyansh Jain May 1, 2018, 9:45 a.m. UTC | #1
On Thursday 26 April 2018 03:44 PM, Nipun Gupta wrote:
> Signed-off-by: Nipun Gupta <nipun.gupta@nxp.com>
> ---
>   drivers/bus/fslmc/rte_bus_fslmc_version.map | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/bus/fslmc/rte_bus_fslmc_version.map b/drivers/bus/fslmc/rte_bus_fslmc_version.map
> index 70fb719..d433714 100644
> --- a/drivers/bus/fslmc/rte_bus_fslmc_version.map
> +++ b/drivers/bus/fslmc/rte_bus_fslmc_version.map
> @@ -114,5 +114,6 @@ DPDK_18.05 {
>   	dpdmai_open;
>   	dpdmai_set_rx_queue;
>   	dpdmai_set_tx_queue;
> +	rte_dpaa2_free_dpci_dev;
>   
>   } DPDK_18.02;
> 

Acked-by: Shreyansh Jain <shreyansh.jain@nxp.com>
  

Patch

diff --git a/drivers/bus/fslmc/rte_bus_fslmc_version.map b/drivers/bus/fslmc/rte_bus_fslmc_version.map
index 70fb719..d433714 100644
--- a/drivers/bus/fslmc/rte_bus_fslmc_version.map
+++ b/drivers/bus/fslmc/rte_bus_fslmc_version.map
@@ -114,5 +114,6 @@  DPDK_18.05 {
 	dpdmai_open;
 	dpdmai_set_rx_queue;
 	dpdmai_set_tx_queue;
+	rte_dpaa2_free_dpci_dev;
 
 } DPDK_18.02;