Closed chuanshan-ali closed 5 years ago
It's working for me. can you print modinfo tls
?
Anyway, I don't have much energy to play this project. I think using zero-copy tcp
+ io uring
+ userspace tls
is a better direction.
Agree, and playing KTLS just for a research.
It has no signature, is this your own compiled kernel module? I am using the Linux 5.2.8 kernel for ArchLinux and it works fine.
No, the kernel is provided in ubuntu 18.04. I tried on Manjaro with 4.19 and pass all tests. I don't know what is the problem with ubuntu...
This may be because linux 4.15 does not support TLS RX. It is provided in linux 4.17.
Yeah, sudo apt install linux-image-5.0.0-*
also solve the problem. Thanks
Using the ubuntu 18.04,
sudo modprobe tls
andcargo test