Hi, Akhil
On Mon, 17 Oct 2022 at 15:02, Akhil Goyal gakhil@marvell.com wrote:
Hi everyone,
We have a new crypto PMD submitted on ML (http://patches.dpdk.org/project/dpdk/cover/20221008083747.6559-1-zhangfei.ga...)
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.
The udak library [1] now support x86 local build, and export pkg-config. I have verified the crypto pmd on both x86 and arm with pkg-config feature. Though x86 only support build and install, but not test since no hardware.
v4: https://patches.dpdk.org/project/dpdk/cover/20221019125753.1700071-1-zhangfe...
[1] https://github.com/Linaro/uadk
Thanks