[RFC PATCH liburing v1 0/2] io_uring sendto

Ammar Faizi posted 2 patches 2 years, 8 months ago
CHANGELOG                  |  1 +
man/io_uring_prep_send.3   | 31 +++++++++++++++++++++++++++++++
man/io_uring_prep_sendto.3 |  1 +
src/include/liburing.h     | 25 +++++++++++++++++--------
src/liburing-ffi.map       |  1 +
5 files changed, 51 insertions(+), 8 deletions(-)
create mode 120000 man/io_uring_prep_sendto.3
[RFC PATCH liburing v1 0/2] io_uring sendto
Posted by Ammar Faizi 2 years, 8 months ago
Hi Jens,

There are two patches in this series. The first patch adds
io_uring_prep_sendto() function. The second patch addd the
manpage and CHANGELOG.

Signed-off-by: Alviro Iskandar Setiawan <alviro.iskandar@gnuweeb.org>
Signed-off-by: Ammar Faizi <ammarfaizi2@gnuweeb.org>
---

Ammar Faizi (2):
  liburing: Add `io_uring_prep_sendto()`
  man: Add `io_uring_prep_sendto()`

 CHANGELOG                  |  1 +
 man/io_uring_prep_send.3   | 31 +++++++++++++++++++++++++++++++
 man/io_uring_prep_sendto.3 |  1 +
 src/include/liburing.h     | 25 +++++++++++++++++--------
 src/liburing-ffi.map       |  1 +
 5 files changed, 51 insertions(+), 8 deletions(-)
 create mode 120000 man/io_uring_prep_sendto.3


base-commit: 4fed79510a189cc7997f6d04855ebf7fb66cc323
-- 
Ammar Faizi
Re: [RFC PATCH liburing v1 0/2] io_uring sendto
Posted by Jens Axboe 2 years, 8 months ago
On 4/15/23 10:58 AM, Ammar Faizi wrote:
> Hi Jens,
> 
> There are two patches in this series. The first patch adds
> io_uring_prep_sendto() function. The second patch addd the
> manpage and CHANGELOG.

Looks fine to me.

-- 
Jens Axboe