[Bugs] [Bug 1236272] New: socket: Use newer system calls that provide better interface/performance on Linux/*BSD when available
bugzilla at redhat.com
bugzilla at redhat.com
Sat Jun 27 06:06:17 UTC 2015
https://bugzilla.redhat.com/show_bug.cgi?id=1236272
Bug ID: 1236272
Summary: socket: Use newer system calls that provide better
interface/performance on Linux/*BSD when available
Product: GlusterFS
Version: mainline
Component: transport
Assignee: kparthas at redhat.com
Reporter: kparthas at redhat.com
CC: bugs at gluster.org, gluster-bugs at redhat.com
Description of problem:
New system calls have been introduced in Linux/NetBSD that provide improved
performance/interface. e.g accept4(2) in GNU/Linux makes it possible to set
O_NONBLOCK flag on the socket fd saving an additional fcntl(2) for the same.
paccept(2) provides the same functionality for NetBSD. This bug tracks the
patches that make use of these newer interfaces without breaking compatibility
with systems running older kernels.
Version-Release number of selected component (if applicable):
How reproducible:
Steps to Reproduce:
1.
2.
3.
Actual results:
Expected results:
Additional info:
--
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=MI0O0bnRbZ&a=cc_unsubscribe
More information about the Bugs
mailing list