-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Workaround for issue 65. This flag disables the acceleration for `bind` syscalls, as the current hook is not robust enough for `bind` with complicated setup. Anyway, the performance of `bind` is not really problematic so far in the plain Rootless Containers. So we can just keep enabling bypass4netns for `connect` and relevant syscalls, and call it for a day. See the logs of RootlessKit CI: https://github.com/rootless-containers/rootlesskit/actions/runs/8558692577/job/23453781376 - Benchmark: TCP Ports (network driver=slirp4netns, port driver=builtin): 34.8 Gbps, 34.7 Gbps - Benchmark: TCP Ports (network driver=pasta, port driver=implicit): 39.3 Gbps, 39.2 Gbps - Benchmark: UDP Ports (network driver=slirp4netns, port driver=builtin): 25.1 Gbps, 17.2 Gbps - Benchmark: UDP Ports (network driver=pasta, port driver=implicit): 37.9 Gbps, 13.2 Gbps Signed-off-by: Akihiro Suda <[email protected]>
- Loading branch information
1 parent
e8489c0
commit 568e202
Showing
5 changed files
with
34 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters