Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

License

MIT and 2 other licenses found

Licenses found

MIT
LICENSE
LGPL-2.1
COPYING
GPL-2.0
COPYING.GPL
NotificationsYou must be signed in to change notification settings

HowHsu/liburing

 
 
liburing--------This is the io_uring library, liburing. liburing provides helpers to setup andteardown io_uring instances, and also a simplified interface forapplications that don't need (or want) to deal with the full kernelside implementation.For more info on io_uring, please see:https://kernel.dk/io_uring.pdfSubscribe to io-uring@vger.kernel.org for io_uring related discussionsand development for both kernel and userspace. The list is archived here:https://lore.kernel.org/io-uring/ulimit settings---------------io_uring accounts memory it needs under the rlimit memlocked option, whichcan be quite low on some setups (64K). The default is usually enough formost use cases, but bigger rings or things like registered buffers depleteit quickly. root isn't under this restriction, but regular users are. Goinginto detail on how to bump the limit on various systems is beyond the scopeof this little blurb, but check /etc/security/limits.conf for user specificsettings, or /etc/systemd/user.conf and /etc/systemd/system.conf for systemdsetups.Regressions tests-----------------The bulk of liburing is actually regression/unit tests for both liburing andthe kernel io_uring support. Please note that this suite isn't expected topass on older kernels, and may even crash or hang older kernels!License-------All software contained within this repo is dual licensed LGPL and MIT, seeCOPYING and LICENSE, except for a header coming from the kernel which isdual licensed GPL with a Linux-syscall-note exception and MIT, seeCOPYING.GPL and <https://spdx.org/licenses/Linux-syscall-note.html>.Jens Axboe 2020-01-20

About

No description, website, or topics provided.

Resources

License

MIT and 2 other licenses found

Licenses found

MIT
LICENSE
LGPL-2.1
COPYING
GPL-2.0
COPYING.GPL

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C97.3%
  • Makefile1.4%
  • Other1.3%

[8]ページ先頭

©2009-2025 Movatter.jp