DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH v2 0/2] uadk: realize async mode
@ 2025-06-16  2:50 Zhangfei Gao
  2025-06-16  2:50 ` [PATCH v2 1/2] compress/uadk: use async mode to replace sync mode Zhangfei Gao
  2025-06-16  2:50 ` [PATCH v2 2/2] crypto/uadk: " Zhangfei Gao
  0 siblings, 2 replies; 3+ messages in thread
From: Zhangfei Gao @ 2025-06-16  2:50 UTC (permalink / raw)
  To: Akhil Goyal, Fan Zhang, Ashish Gupta; +Cc: dev, 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 replace sync mode
  crypto/uadk: use async mode to replace sync mode

 doc/guides/compressdevs/uadk.rst              |  15 +
 doc/guides/cryptodevs/uadk.rst                |  15 +
 doc/guides/rel_notes/release_25_07.rst        |   5 +
 drivers/compress/uadk/meson.build             |   4 +-
 drivers/compress/uadk/uadk_compress_pmd.c     |  94 ++++--
 .../compress/uadk/uadk_compress_pmd_private.h |   2 +-
 drivers/crypto/uadk/meson.build               |   4 +-
 drivers/crypto/uadk/uadk_crypto_pmd.c         | 297 ++++++++++++------
 drivers/crypto/uadk/uadk_crypto_pmd_private.h |   8 +-
 9 files changed, 320 insertions(+), 124 deletions(-)

-- 
2.25.1


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2025-06-16  2:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-06-16  2:50 [PATCH v2 0/2] uadk: realize async mode Zhangfei Gao
2025-06-16  2:50 ` [PATCH v2 1/2] compress/uadk: use async mode to replace sync mode Zhangfei Gao
2025-06-16  2:50 ` [PATCH v2 2/2] crypto/uadk: " Zhangfei Gao

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).