File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# ktls
22
3+ [ ![ Test pipeline] ( https://github.com/hanyu-dev/ktls/actions/workflows/ci.yml/badge.svg )] ( https://github.com/hanyu-dev/ktls/actions/workflows/ci.yml?query=branch%3Amain )
4+ [ ![ Test pipeline] ( https://github.com/hanyu-dev/ktls/actions/workflows/kernel-compatibility-test.yml/badge.svg )] ( https://github.com/hanyu-dev/ktls/actions/workflows/kernel-compatibility-test.yml?query=branch%3Amain )
35[ ![ Code Coverage] ( https://codecov.io/github/hanyu-dev/ktls/graph/badge.svg?token=vwYtOhk2cV )] ( https://codecov.io/github/hanyu-dev/ktls )
46[ ![ License: MIT OR Apache-2.0] ( https://img.shields.io/badge/license-MIT%20OR%20Apache--2.0-blue.svg )] ( LICENSE-MIT )
57
Original file line number Diff line number Diff line change 33[ ![ Crates.io] ( https://img.shields.io/crates/v/ktls-core )] ( https://crates.io/crates/ktls-core )
44[ ![ Docs.rs] ( https://docs.rs/ktls-core/badge.svg )] ( https://docs.rs/ktls-core )
55[ ![ Code Coverage] ( https://codecov.io/github/hanyu-dev/ktls/graph/badge.svg?token=vwYtOhk2cV )] ( https://codecov.io/github/hanyu-dev/ktls )
6+ [ ![ Test pipeline] ( https://github.com/hanyu-dev/ktls/actions/workflows/ci.yml/badge.svg )] ( https://github.com/hanyu-dev/ktls/actions/workflows/ci.yml?query=branch%3Amain )
67[ ![ License: MIT OR Apache-2.0] ( https://img.shields.io/badge/license-MIT%20OR%20Apache--2.0-blue.svg )] ( LICENSE-MIT )
78
89Abstraction for implementing Linux kernel TLS (kTLS) offload in Rust.
@@ -24,20 +25,24 @@ Then you can use the `KtlsStream` as a drop-in replacement of the original `TcpS
2425
2526## Kernel Compatibility
2627
28+ [ ![ Test pipeline] ( https://github.com/hanyu-dev/ktls/actions/workflows/kernel-compatibility-test.yml/badge.svg )] ( https://github.com/hanyu-dev/ktls/actions/workflows/kernel-compatibility-test.yml?query=branch%3Amain )
29+
2730We perform daily CI tests against the following kernel versions:
2831
29- | Version | CI Status |
30- | :-: | : -: |
31- | mainline | N/A |
32- | stable | N/A |
33- | 6.6.x (LTS) | N/A |
34- | 6.1.x (LTS) | N/A |
35- | 5.15.x (LTS) | N/A |
36- | 5.10.x (LTS) | N/A |
37- | 5.4.x (LTS) | N/A |
32+ | Version |
33+ | :--------- -: |
34+ | mainline |
35+ | stable |
36+ | 6.6.x (LTS) |
37+ | 6.1.x (LTS) |
38+ | 5.15.x (LTS) |
39+ | 5.10.x (LTS) |
40+ | 5.4.x (LTS) |
3841
3942(For LTS kernels, we test against the latest patch version)
4043
44+ For examples and tests details, please refer to the [ ktls-tests] ( ../ktls-tests/README.md ) .
45+
4146## License
4247
4348Licensed under either of:
Original file line number Diff line number Diff line change 22
33[ ![ Crates.io] ( https://img.shields.io/crates/v/ktls-stream )] ( https://crates.io/crates/ktls-stream )
44[ ![ Docs.rs] ( https://docs.rs/ktls-stream/badge.svg )] ( https://docs.rs/ktls-stream )
5+ [ ![ Test pipeline] ( https://github.com/hanyu-dev/ktls/actions/workflows/ci.yml/badge.svg )] ( https://github.com/hanyu-dev/ktls/actions/workflows/ci.yml?query=branch%3Amain )
6+ [ ![ Test pipeline] ( https://github.com/hanyu-dev/ktls/actions/workflows/kernel-compatibility-test.yml/badge.svg )] ( https://github.com/hanyu-dev/ktls/actions/workflows/kernel-compatibility-test.yml?query=branch%3Amain )
57[ ![ Code Coverage] ( https://codecov.io/github/hanyu-dev/ktls/graph/badge.svg?token=vwYtOhk2cV )] ( https://codecov.io/github/hanyu-dev/ktls )
68[ ![ License: MIT OR Apache-2.0] ( https://img.shields.io/badge/license-MIT%20OR%20Apache--2.0-blue.svg )] ( LICENSE-MIT )
79
Original file line number Diff line number Diff line change 11# ktls-tests
22
3+ [ ![ Test pipeline] ( https://github.com/hanyu-dev/ktls/actions/workflows/ci.yml/badge.svg )] ( https://github.com/hanyu-dev/ktls/actions/workflows/ci.yml?query=branch%3Amain )
4+ [ ![ Test pipeline] ( https://github.com/hanyu-dev/ktls/actions/workflows/kernel-compatibility-test.yml/badge.svg )] ( https://github.com/hanyu-dev/ktls/actions/workflows/kernel-compatibility-test.yml?query=branch%3Amain )
35[ ![ License: MIT OR Apache-2.0] ( https://img.shields.io/badge/license-MIT%20OR%20Apache--2.0-blue.svg )] ( LICENSE-MIT )
46
57Crate for common tests utilities.
You can’t perform that action at this time.
0 commit comments