[v7 02/15] dma/dpaa2: refactor driver code
Thomas Monjalon
thomas at monjalon.net
Sat Nov 9 14:51:40 CET 2024
09/11/2024 14:37, Thomas Monjalon:
> 15/10/2024 09:13, Gagandeep Singh:
> > diff --git a/drivers/dma/dpaa2/version.map b/drivers/dma/dpaa2/version.map
> > deleted file mode 100644
> > index 43e8b2d5c5..0000000000
> > --- a/drivers/dma/dpaa2/version.map
> > +++ /dev/null
> > @@ -1,13 +0,0 @@
> > -DPDK_25 {
> > - local: *;
> > -};
> > -
> > -EXPERIMENTAL {
> > - global:
> > -
> > - # added in 22.07
> > - rte_dpaa2_qdma_completed_multi;
> > - rte_dpaa2_qdma_copy_multi;
> > - rte_dpaa2_qdma_vchan_fd_us_enable;
> > - rte_dpaa2_qdma_vchan_internal_sg_enable;
> > -};
>
> What did you do here?
With a second look, I see you really removed these functions.
Note it is an API change that you should have written in the release notes
(and in the commit log to avoid surprise).
> Obviously it breaks compilation:
> drivers/dma/dpaa2/version.map', needed by 'drivers/librte_dma_dpaa2.so.25.0', missing and no known rule to make it
It works when doing a fresh build.
More information about the dev
mailing list