Skip to content

Commit 559e5ed

Browse files
committed
uadk: release 2.10
Release 2.10 in 2025.12 Signed-off-by: Zhangfei Gao <zhangfei.gao@linaro.org> Signed-off-by: Longfang Liu <liulongfang@huawei.com>
1 parent 244851d commit 559e5ed

File tree

3 files changed

+27
-5
lines changed

3 files changed

+27
-5
lines changed

Makefile.am

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ endif # WITH_LOG_FILE
2222
# y = minor
2323
# z = revision
2424
MAJOR = 2
25-
MINOR = 9
26-
REVISION = 1
25+
MINOR = 10
26+
REVISION = 0
2727
UADK_VERSION = -version-number ${MAJOR}:${MINOR}:${REVISION}
2828

29-
DAY = 9
30-
MONTH = July
29+
DAY = 10
30+
MONTH = Dec
3131
YEAR = 2025
3232
AM_CFLAGS+= -DUADK_VERSION_NUMBER="\"UADK version: ${MAJOR}.${MINOR}.${REVISION}\""
3333
AM_CFLAGS+= -DUADK_RELEASED_TIME="\"Released ${MONTH} ${DAY}, ${YEAR}\""

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
AC_PREREQ([2.69])
2-
AC_INIT([uadk], [2.9.1], [liguozhu@hisilicon.com])
2+
AC_INIT([uadk], [2.10], [liguozhu@hisilicon.com])
33
AC_CONFIG_SRCDIR([wd.c])
44
AM_INIT_AUTOMAKE([1.10 no-define])
55

docs/ReleaseNotes.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,26 @@
11

2+
# UADK Release v2.10 Dec 2025
3+
4+
## Features:
5+
- New Algorithms: Added LZ4, LZ77_only, AEAD (AES_256_GCM, etc.)
6+
- Data Processing: Added data move (copy/init), hashagg max/min, and rehash operations
7+
- Hardware Acceleration: Support for hash-agg,hash-join and gather algorithms
8+
- NO-SVA Mode:
9+
- Support for ZIP, SEC, and HPRE modules
10+
- Unified memory pool for SVA/NO-SVA modes
11+
- SGL memory support in NO-SVA mode
12+
- Support device internal queue scheduling functionality for No-SVA mode
13+
- Tooling: New SGL benchmarks, SVA/NO-SVA validation interfaces, and device ID tool
14+
- Configuration: Added uadk.cnf for driver library management
15+
16+
## Fixes:
17+
- Memory: Fixed memory over-allocation and resource release issues
18+
- Compression: Fixed ZSTD repcode handling and stream mode flushing
19+
- Performance: Disabled SVA prefetch for packets >24KB
20+
- Stability: Improved memory pool retry and error handling
21+
- Code Quality: Fixed stack overflow, variable overflow, and cleanup warnings
22+
23+
224
# UADK Release v2.9.1 July 2025
325

426
## Fixes:

0 commit comments

Comments
 (0)