From: Zhangfei Gao <zhangfei.gao@linaro.org> Release 2.10 in 2025.12 Signed-off-by: Zhangfei Gao <zhangfei.gao@linaro.org> Signed-off-by: Longfang Liu <liulongfang@huawei.com> --- Makefile.am | 6 +++--- configure.ac | 2 +- docs/ReleaseNotes.md | 27 +++++++++++++++++++++++++++ 3 files changed, 31 insertions(+), 4 deletions(-) diff --git a/Makefile.am b/Makefile.am index 251e92d..b38c5ce 100644 --- a/Makefile.am +++ b/Makefile.am @@ -22,12 +22,12 @@ endif # WITH_LOG_FILE # y = minor # z = revision MAJOR = 2 -MINOR = 9 +MINOR = 10 REVISION = 0 UADK_VERSION = -version-number ${MAJOR}:${MINOR}:${REVISION} -DAY = 6 -MONTH = June +DAY = 10 +MONTH = Dec YEAR = 2025 AM_CFLAGS+= -DUADK_VERSION_NUMBER="\"UADK version: ${MAJOR}.${MINOR}.${REVISION}\"" AM_CFLAGS+= -DUADK_RELEASED_TIME="\"Released ${MONTH} ${DAY}, ${YEAR}\"" diff --git a/configure.ac b/configure.ac index fab3a94..b0746ad 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.69]) -AC_INIT([uadk], [2.9], [liguozhu@hisilicon.com]) +AC_INIT([uadk], [2.10], [liguozhu@hisilicon.com]) AC_CONFIG_SRCDIR([wd.c]) AM_INIT_AUTOMAKE([1.10 no-define]) diff --git a/docs/ReleaseNotes.md b/docs/ReleaseNotes.md index 61283a4..7b5bb55 100644 --- a/docs/ReleaseNotes.md +++ b/docs/ReleaseNotes.md @@ -1,4 +1,31 @@ +# UADK Release v2.10 Dec 2025 + +## Features: +- New Algorithms: Added LZ4, LZ77_only, AEAD (AES_256_GCM, etc.) +- Data Processing: Added data move (copy/init), hashagg max/min, and rehash operations +- Hardware Acceleration: Support for hash-agg,hash-join and gather algorithms +- NO-SVA Mode: + - Support for ZIP, SEC, and HPRE modules + - Unified memory pool for SVA/NO-SVA modes + - SGL memory support in NO-SVA mode +- Support device internal queue scheduling functionality for No-SVA mode +- Tooling: New SGL benchmarks, SVA/NO-SVA validation interfaces, and device ID tool +- Configuration: Added uadk.cnf for driver library management + +## Fixes: +- Memory: Fixed memory over-allocation and resource release issues +- Compression: Fixed ZSTD repcode handling and stream mode flushing +- Performance: Disabled SVA prefetch for packets >24KB +- Stability: Improved memory pool retry and error handling +- Code Quality: Fixed stack overflow, variable overflow, and cleanup warnings + + +# UADK Release v2.9.1 July 2025 + +## Fixes: +- Fix x86 build issues + # UADK Release v2.9 June 2025 ## Features: -- 2.33.0