Hi Ferruh, > I don't know why it revealed itself with this patch, but I am getting an error > with this patch [1], this looks like build dependency error. > > While trying to link 'librte_pmd_dpaa_event.so', the dependent library > 'librte_pmd_dpaa_sec.so' is not ready yet. > > A dependency directive is fixing it [2], at least in my environment, but it > may > need to be backported to old releases too. > > Would you mind sending a patch to fix the issue? > I suggest merging it before this patchset.
[Hemant] Thanks! We will send the patch. > > > [1] > /usr/bin/ld: cannot find -lrte_pmd_dpaa_sec > collect2: error: ld returned 1 exit status > make[9]: *** [.../mk/rte.lib.mk:100: librte_pmd_dpaa_event.so.20.0.2] Error 1 > > > [2] > diff --git a/drivers/Makefile b/drivers/Makefile > index 46374ca69..c70bdf9cc 100644 > --- a/drivers/Makefile > +++ b/drivers/Makefile > @@ -21,7 +21,7 @@ DEPDIRS-compress := bus mempool > DIRS-$(CONFIG_RTE_LIBRTE_VHOST) += vdpa > DEPDIRS-vdpa := common bus mempool > DIRS-$(CONFIG_RTE_LIBRTE_EVENTDEV) += event > -DEPDIRS-event := common bus mempool net > +DEPDIRS-event := common bus mempool net crypto > DIRS-$(CONFIG_RTE_LIBRTE_RAWDEV) += raw > DEPDIRS-raw := common bus mempool net event