From: Cyrill Gorcunov <gorcunov@gmail.com> To: tml <tarantool-patches@freelists.org> Cc: Vladimir Davydov <vdavydov.dev@gmail.com>, Cyrill Gorcunov <gorcunov@gmail.com> Subject: [PATCH v3 0/3] core/coio_file: Use eio_sendfile_sync for file copying Date: Tue, 16 Apr 2019 23:08:55 +0300 [thread overview] Message-ID: <20190416200858.19473-1-gorcunov@gmail.com> (raw) 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
next reply other threads:[~2019-04-16 20:08 UTC|newest] Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top 2019-04-16 20:08 Cyrill Gorcunov [this message] 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
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=20190416200858.19473-1-gorcunov@gmail.com \ --to=gorcunov@gmail.com \ --cc=tarantool-patches@freelists.org \ --cc=vdavydov.dev@gmail.com \ --subject='Re: [PATCH v3 0/3] core/coio_file: Use eio_sendfile_sync for file copying' \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox