Skip to content

Commit

Permalink
update kae version to 1.3.11 (#9)
Browse files Browse the repository at this point in the history
* update 1.3.11

* update 1.3.11

* update 1.3.11
  • Loading branch information
tuyawangfq committed May 11, 2021
1 parent b0f18a5 commit 880ff45
Show file tree
Hide file tree
Showing 13 changed files with 10 additions and 393 deletions.
16 changes: 0 additions & 16 deletions .travis.yml

This file was deleted.

2 changes: 1 addition & 1 deletion kae_driver/hisilicon/hpre/hpre_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1051,4 +1051,4 @@ module_exit(hpre_exit);
MODULE_LICENSE("GPL v2");
MODULE_AUTHOR("Zaibo Xu <[email protected]>");
MODULE_DESCRIPTION("Driver for HiSilicon HPRE accelerator");
MODULE_VERSION("1.3.10");
MODULE_VERSION("1.3.11");
2 changes: 1 addition & 1 deletion kae_driver/hisilicon/qm.c
Original file line number Diff line number Diff line change
Expand Up @@ -4250,4 +4250,4 @@ EXPORT_SYMBOL_GPL(hisi_qm_reset_done);
MODULE_LICENSE("GPL v2");
MODULE_AUTHOR("Zhou Wang <[email protected]>");
MODULE_DESCRIPTION("HiSilicon Accelerator queue manager driver");
MODULE_VERSION("1.3.10");
MODULE_VERSION("1.3.11");
2 changes: 1 addition & 1 deletion kae_driver/hisilicon/rde/rde_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -872,4 +872,4 @@ module_exit(hisi_rde_exit);
MODULE_LICENSE("GPL v2");
MODULE_AUTHOR("Yu'an Wang<[email protected]>");
MODULE_DESCRIPTION("Driver for HiSilicon RDE accelerator");
MODULE_VERSION("1.3.10");
MODULE_VERSION("1.3.11");
2 changes: 1 addition & 1 deletion kae_driver/hisilicon/sec2/sec_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1024,4 +1024,4 @@ MODULE_AUTHOR("Zaibo Xu <[email protected]>");
MODULE_AUTHOR("Longfang Liu <[email protected]>");
MODULE_AUTHOR("Zhang Wei <[email protected]>");
MODULE_DESCRIPTION("Driver for HiSilicon SEC accelerator");
MODULE_VERSION("1.3.10");
MODULE_VERSION("1.3.11");
2 changes: 1 addition & 1 deletion kae_driver/hisilicon/sgl.c
Original file line number Diff line number Diff line change
Expand Up @@ -269,4 +269,4 @@ void hisi_acc_sg_buf_unmap(struct device *dev, struct scatterlist *sgl,
hw_sgl->entry_length_in_sgl = 0;
}
EXPORT_SYMBOL_GPL(hisi_acc_sg_buf_unmap);
MODULE_VERSION("1.3.10");
MODULE_VERSION("1.3.11");
2 changes: 1 addition & 1 deletion kae_driver/hisilicon/zip/zip_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -998,4 +998,4 @@ module_exit(hisi_zip_exit);
MODULE_LICENSE("GPL v2");
MODULE_AUTHOR("Zhou Wang <[email protected]>");
MODULE_DESCRIPTION("Driver for HiSilicon ZIP accelerator");
MODULE_VERSION("1.3.10");
MODULE_VERSION("1.3.11");
280 changes: 0 additions & 280 deletions kae_driver/kae_driver.spec

This file was deleted.

2 changes: 1 addition & 1 deletion kae_driver/uacce/uacce.c
Original file line number Diff line number Diff line change
Expand Up @@ -1352,4 +1352,4 @@ module_exit(uacce_exit);
MODULE_LICENSE("GPL v2");
MODULE_AUTHOR("HiSilicon Tech. Co., Ltd.");
MODULE_DESCRIPTION("Accelerator interface for Userland applications");
MODULE_VERSION("1.3.10");
MODULE_VERSION("1.3.11");
2 changes: 1 addition & 1 deletion warpdrive/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ AM_CFLAGS+=-DWITH_LOG_FILE=\"$(with_log_file)\"
endif

lib_LTLIBRARIES=libwd.la
libwd_la_LDFLAGS=-version-info 4:10:3
libwd_la_LDFLAGS=-version-info 4:11:3
libwd_la_SOURCES=wd.c wd_adapter.c wd.h wd_adapter.h \
wd_rsa.c wd_rsa.h \
wd_dh.c wd_dh.h \
Expand Down
2 changes: 1 addition & 1 deletion warpdrive/conf.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

#to build hpre
# git clone https://github.com/openssl/openssl.git
# git clone openssl # get openssl from github, or get from else where
# cd openssl
# ./Configure linux-aarch64 --cross-compile-prefix=aarch64-linux-gnu-
# add the following configure to this project (assume it is in paralle dir):
Expand Down
2 changes: 1 addition & 1 deletion warpdrive/docs/hpre.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Currently we have just tested it with OpenSSL source code. To use HPRE, please
compile openssl first. Here is an example to cross compile for aarch64 on
linux_x86_64::
git clone https://github.com/openssl/openssl.git # or get from elsewhere
git clone openssl # get openssl from github, or get from else where
cd $openssl
./Configure linux-aarch64 --cross-compile-prefix=aarch64-linux-gnu-
cd $warpdrive
Expand Down
Loading

0 comments on commit 880ff45

Please sign in to comment.