Skip to content

Commit

Permalink
uadk: release 2.6
Browse files Browse the repository at this point in the history
Release 2.6 in 2023.6

Signed-off-by: Zhangfei Gao <zhangfei.gao@linaro.org>
Signed-off-by: Longfang Liu <liulongfang@huawei.com>
Signed-off-by: Yang Shen <shenyang39@huawei.com>
  • Loading branch information
zhangfeigao authored and Liulongfang committed Dec 20, 2023
1 parent 42c95a2 commit 8b34faa
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ endif # WITH_LOG_FILE
# y = minor
# z = revision
MAJOR = 2
MINOR = 5
MINOR = 6
REVISION = 0
UADK_VERSION = -version-number ${MAJOR}:${MINOR}:${REVISION}

DAY = 1
MONTH = June
DAY = 20
MONTH = Dec
YEAR = 2023
AM_CFLAGS+= -DUADK_VERSION_NUMBER="\"UADK version: ${MAJOR}.${MINOR}.${REVISION}\""
AM_CFLAGS+= -DUADK_RELEASED_TIME="\"Released ${MONTH} ${DAY}, ${YEAR}\""
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AC_PREREQ([2.69])
AC_INIT([uadk], [2.5], [liguozhu@hisilicon.com])
AC_INIT([uadk], [2.6], [liguozhu@hisilicon.com])
AC_CONFIG_SRCDIR([wd.c])
AM_INIT_AUTOMAKE([1.10 no-define])

Expand Down
10 changes: 10 additions & 0 deletions docs/ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@

# UADK Release v2.6 Dec 2023

## Features:
- Support sm4-xts GB
- Support queue depth configurable feature
- Support user-defined custom data structure function for uadk v1
- Support aes-cts algorithm
- Support xts mode DIF function for uadk v1
- Support uadk_tool for performance testing using the init2 interface

# UADK Release v2.5 June 2023

## Features:
Expand Down

0 comments on commit 8b34faa

Please sign in to comment.