crypto/uadk: introduce uadk crypto driver

Zhangfei Gao zhangfei.gao at linaro.org
Mon Oct 17 16:02:06 CEST 2022


Hi, Akhil

On 2022/10/17 下午3:02, Akhil Goyal wrote:
>
> Hi everyone,
>
> We have a new crypto PMD submitted on ML 
> (http://patches.dpdk.org/project/dpdk/cover/20221008083747.6559-1-zhangfei.gao@linaro.org/)
>
> This PMD is dependent on an external library which needs to be cross 
> compiled for ARM on x86.
>
> It mandatorily need “numactl” also cross-compiled and instead of using 
> pkg-config of libnuma, it need the library and headers to be copied 
> manually to aarch toolchain.
>
> And if that is also done, it is not generating pkg-config which DPDK 
> can use to compile the PMD.
>

Thanks for the guidance

We are trying to provide pkgconfig file for uadk libs
https://github.com/Linaro/uadk/pull/513

And have fixed the x86 local build.
https://github.com/Linaro/uadk/pull/512

Though currently uadk crypto pmd is targeting for ARM,
So add build dependency (dpdk_conf.get('RTE_ARCH_64')) in meson.build

Thanks

> So the question is whether we can accept the PMD without pkg-config 
> and along with above dependency?
>
> Regards,
>
> Akhil
>



More information about the dev mailing list