Re: [EXTERNAL] [PATCH v2 0/2] uadk: realize async mode

2025-06-19 Thread Zhangfei Gao
On Wed, 18 Jun 2025 at 05:13, Akhil Goyal wrote: > > > Realize async mode to replace sync mode for better performance > > > > v2: > > Add version check, requires uadk >= 2.9 > > This version DO NOT exist as of now. Sorry, Akhil The tag 2.9 was just released today And will send v3 with different

RE: [EXTERNAL] [PATCH v2 0/2] uadk: realize async mode

2025-06-17 Thread Akhil Goyal
> Realize async mode to replace sync mode for better performance > > v2: > Add version check, requires uadk >= 2.9 This version DO NOT exist as of now. > Add version table describing DPDK and external UADK library > version compatibility > Mention version dependence in release notes > >

[PATCH v2 0/2] uadk: realize async mode

2025-06-15 Thread Zhangfei Gao
Realize async mode to replace sync mode for better performance v2: Add version check, requires uadk >= 2.9 Add version table describing DPDK and external UADK library version compatibility Mention version dependence in release notes Zhangfei Gao (2): compress/uadk: use async mode to rep