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

2025-06-15 Thread Zhangfei Gao
On Wed, 4 Jun 2025 at 23:29, Akhil Goyal wrote: > > > > On Mon, 26 May 2025 at 14:15, Akhil Goyal wrote: > > > > > > > > DPDK deprecation notice need not include API changes in external > > > libraries. > > > We just need to notify the users about the version of ZSDA external lib > > > is going

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

2025-06-04 Thread Akhil Goyal
> On Mon, 26 May 2025 at 14:15, Akhil Goyal wrote: > > > > > DPDK deprecation notice need not include API changes in external libraries. > > We just need to notify the users about the version of ZSDA external lib is > > going > to change in next release or so. > > And then we can change the cod

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

2025-06-04 Thread Zhangfei Gao
On Mon, 26 May 2025 at 14:15, Akhil Goyal wrote: > > DPDK deprecation notice need not include API changes in external libraries. > We just need to notify the users about the version of ZSDA external lib is > going to change in next release or so. > And then we can change the code. > > You can re

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

2025-05-25 Thread Akhil Goyal
> On Thu, 22 May 2025 at 19: 50, Akhil Goyal wrote: > > > > > Hi, Akhil > > > > > > On Wed, 21 May 2025 at 20: 39, Akhil Goyal wrote: > > > > ZjQcmQRYFpfptBannerStart Prioritize security for external emails: Confirm sender and content safety before clickin

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

2025-05-25 Thread Zhangfei Gao
On Thu, 22 May 2025 at 19:50, Akhil Goyal wrote: > > > Hi, Akhil > > > > On Wed, 21 May 2025 at 20:39, Akhil Goyal wrote: > > > > > > > Realize async mode to replace sync mode for better performance > > > > > > > > Zhangfei Gao (2): > > > > compress/uadk: use async mode to replace sync mode > >

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

2025-05-22 Thread Akhil Goyal
> Hi, Akhil > > On Wed, 21 May 2025 at 20:39, Akhil Goyal wrote: > > > > > Realize async mode to replace sync mode for better performance > > > > > > Zhangfei Gao (2): > > > compress/uadk: use async mode to replace sync mode > > > crypto/uadk: use async mode to replace sync mode > > > > > >

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

2025-05-22 Thread Zhangfei Gao
Hi, Akhil On Wed, 21 May 2025 at 20:39, Akhil Goyal wrote: > > > Realize async mode to replace sync mode for better performance > > > > Zhangfei Gao (2): > > compress/uadk: use async mode to replace sync mode > > crypto/uadk: use async mode to replace sync mode > > > > drivers/compress/uadk/

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

2025-05-21 Thread Akhil Goyal
> Realize async mode to replace sync mode for better performance > > Zhangfei Gao (2): > compress/uadk: use async mode to replace sync mode > crypto/uadk: use async mode to replace sync mode > > drivers/compress/uadk/uadk_compress_pmd.c | 107 -- > .../compress/uadk/uadk_compress_pmd

[PATCH 0/2] uadk: realize async mode

2025-05-08 Thread Zhangfei Gao
Realize async mode to replace sync mode for better performance Zhangfei Gao (2): compress/uadk: use async mode to replace sync mode crypto/uadk: use async mode to replace sync mode drivers/compress/uadk/uadk_compress_pmd.c | 107 -- .../compress/uadk/uadk_compress_pmd_private.h | 2