https://github.com/chux0519/io_uring_example
https://github.com/chux0519/io_uring_example
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/chux0519/io_uring_example
- Owner: chux0519
- Created: 2021-10-10T07:19:31.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-10-11T03:46:19.000Z (over 4 years ago)
- Last Synced: 2024-12-29T08:23:50.931Z (over 1 year ago)
- Language: C
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# io_uring examples
## prepare
- kernel version >= 5.1
- build liburing first
- cd liburing
- ./configure
- make && make install
## cat
> gcc cat.c/cat_uring.c
>
> gcc cat_liburing.c -luring