diff options
| author | Namjae Jeon <linkinjeon@kernel.org> | 2026-08-23 18:11:37 +0900 |
|---|---|---|
| committer | Namjae Jeon <linkinjeon@kernel.org> | 2026-09-15 22:28:54 +0900 |
| commit | 203f684178b4fec74c20029dab44a91b70dc00b0 (patch) | |
| tree | 8c96c62114b54b0fd5cd017317729298f9579277 | |
| parent | 022e7e17aa6b3fc1f18f7ce5de4c65666c76f89c (diff) | |
| download | linux-next-203f684178b4fec74c20029dab44a91b70dc00b0.tar.gz linux-next-203f684178b4fec74c20029dab44a91b70dc00b0.zip | |
ksmbd: doc: update RDMA feature support status
ksmbd supports SMB3 encryption over RDMA, while signing over RDMA is
still under development. Update the feature status table accordingly.
Signed-off-by: Namjae Jeon <linkinjeon@kernel.org>
| -rw-r--r-- | Documentation/filesystems/smb/ksmbd.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/filesystems/smb/ksmbd.rst b/Documentation/filesystems/smb/ksmbd.rst index 050af25d5339..2425f321f5b7 100644 --- a/Documentation/filesystems/smb/ksmbd.rst +++ b/Documentation/filesystems/smb/ksmbd.rst @@ -112,7 +112,8 @@ ksmbd/nfsd interoperability Planned for future. The features that ksmbd support are Leases, Notify, ACLs and Share modes. SMB3.1.1 Compression Supported. SMB3.1.1 over QUIC Planned for future. -Signing/Encryption over RDMA Planned for future. +Signing over RDMA Under development. +Encryption over RDMA Supported. SMB3.1.1 GMAC signing support Planned for future. ============================== ================================================= |
