From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Return-Path: From: Cyrill Gorcunov Subject: [PATCH v3 0/3] core/coio_file: Use eio_sendfile_sync for file copying Date: Tue, 16 Apr 2019 23:08:55 +0300 Message-Id: <20190416200858.19473-1-gorcunov@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit To: tml Cc: Vladimir Davydov , Cyrill Gorcunov List-ID: 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