Tarantool development patches archive
 help / color / mirror / Atom feed
* [PATCH v3 0/3] core/coio_file: Use eio_sendfile_sync for file copying
@ 2019-04-16 20:08 Cyrill Gorcunov
  2019-04-16 20:08 ` [PATCH 1/3] core/coio_file: Use eio_sendfile_sync instead of a chunk mode Cyrill Gorcunov
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Cyrill Gorcunov @ 2019-04-16 20:08 UTC (permalink / raw)
  To: tml; +Cc: Vladimir Davydov, Cyrill Gorcunov

Please take a look once time permit.

v3:
 - Use off_t to count bytes transferred
 - Provide test with forcing 1K transfer at once

Cyrill Gorcunov (3):
  core/coio_file: Use eio_sendfile_sync instead of a chunk mode
  core/coio_file: Add ERRINJ_COIO_SENDFILE_CHUNK error injection
  test: app/fio -- Add ERRINJ_COIO_SENDFILE_CHUNK

 src/lib/core/coio_file.c | 33 ++++++++++++++++++---------------
 src/lib/core/errinj.h    |  1 +
 test/app/fio.result      | 18 ++++++++++++++++++
 test/app/fio.test.lua    |  5 +++++
 4 files changed, 42 insertions(+), 15 deletions(-)

-- 
2.20.1

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2019-04-18 18:50 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-16 20:08 [PATCH v3 0/3] core/coio_file: Use eio_sendfile_sync for file copying Cyrill Gorcunov
2019-04-16 20:08 ` [PATCH 1/3] core/coio_file: Use eio_sendfile_sync instead of a chunk mode Cyrill Gorcunov
2019-04-18 18:41   ` Vladimir Davydov
2019-04-18 18:50     ` Cyrill Gorcunov
2019-04-16 20:08 ` [PATCH 2/3] core/coio_file: Add ERRINJ_COIO_SENDFILE_CHUNK error injection Cyrill Gorcunov
2019-04-16 20:08 ` [PATCH 3/3] test: app/fio -- Add ERRINJ_COIO_SENDFILE_CHUNK Cyrill Gorcunov
2019-04-16 21:40   ` [PATCH v4 " Cyrill Gorcunov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox