From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Mon, 29 Apr 2019 19:50:01 +0300 From: Vladimir Davydov Subject: Re: [PATCH v5] core/coio_file: Use eio_sendfile_sync instead of a chunk mode Message-ID: <20190429165001.ucxvuz3yyw6s22xm@esperanza> References: <20190418204958.6824-1-gorcunov@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190418204958.6824-1-gorcunov@gmail.com> To: Cyrill Gorcunov Cc: tml List-ID: On Thu, Apr 18, 2019 at 11:49:58PM +0300, Cyrill Gorcunov wrote: > eio library provides a portable version of sendfile syscall > which works a way more efficient than explicit copying file > by 4K chunks. > --- > v5: > - Merge three patches into one > - Update box/errinj test > - Build as Release and rerun fio/box tests > > src/lib/core/coio_file.c | 33 ++++++++++++++++++--------------- > src/lib/core/errinj.h | 1 + > test/app/fio.result | 23 +++++++++++++++++++++++ > test/app/fio.test.lua | 8 ++++++++ > test/box/errinj.result | 2 ++ > 5 files changed, 52 insertions(+), 15 deletions(-) Pushed to master, thanks!