Re: [dpdk-dev] [PATCH] bus/fslmc: fix export of unknown symbol

2018-05-27 Thread Thomas Monjalon
28/05/2018 00:24, Thomas Monjalon: > The function dpdmai_set_tx_queue() is not implemented, > so it is removed from the export map file. > > Fixes: 23e8fcb0186c ("bus/fslmc: support MC DPDMAI object") > > Signed-off-by: Thomas Monjalon Applied

[dpdk-dev] [PATCH] bus/fslmc: fix export of unknown symbol

2018-05-27 Thread Thomas Monjalon
The function dpdmai_set_tx_queue() is not implemented, so it is removed from the export map file. Fixes: 23e8fcb0186c ("bus/fslmc: support MC DPDMAI object") Signed-off-by: Thomas Monjalon --- drivers/bus/fslmc/rte_bus_fslmc_version.map | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers