git: 116dc70c1f16 - main - RELNOTES: Add an entry for SO_SPLICE
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 10 Sep 2024 18:05:11 UTC
The branch main has been updated by markj:
URL: https://cgit.FreeBSD.org/src/commit/?id=116dc70c1f16d12d46ab0071429cbe8cb94fc09d
commit 116dc70c1f16d12d46ab0071429cbe8cb94fc09d
Author: Mark Johnston <markj@FreeBSD.org>
AuthorDate: 2024-09-10 18:02:34 +0000
Commit: Mark Johnston <markj@FreeBSD.org>
CommitDate: 2024-09-10 18:04:45 +0000
RELNOTES: Add an entry for SO_SPLICE
Sponsored by: Klara, Inc.
Sponsored by: Stormshield
---
RELNOTES | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/RELNOTES b/RELNOTES
index a4889546c233..bf0fc174e212 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -10,6 +10,11 @@ newline. Entries should be separated by a newline.
Changes to this file should not be MFCed.
+a1da7dc1cdad:
+ The SO_SPLICE socket option was added. It allows TCP connections to
+ be spliced together, enabling proxy-like functionality without the
+ need to copy data in and out of user memory.
+
e962b37bf0ff:
When running bhyve(8) guests with a boot ROM, i.e., bhyveload(8) is not
used, bhyve now assumes that the boot ROM will enable PCI BAR decoding.