On 2022/9/13 下午3:08, liulongfang wrote:
On 2022/9/11 13:23, Zhangfei Gao wrote:
Introduce a new crypto PMD for UADK, which relies on UADK library [1].
This should be "a new crypto PMD for DPDK"
Sorry for the misunderstanding. Will change to this
Introduce a new crypto PMD for hardware accelerators based on UADK [1].
UADK is a framework for user applications to access hardware accelerators. UADK relies on IOMMU SVA (Shared Virtual Address) feature, which share the same page table between IOMMU and MMU. Thereby user application can directly use virtual address for device dma, which enhances the performance as well as easy usability.
[1] https://github.com/Linaro/uadk
Thanks