poke-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 0/7] More efficient I/O


From: Egeyar Bagcioglu
Subject: Re: [PATCH 0/7] More efficient I/O
Date: Sat, 29 Feb 2020 16:44:13 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.2.2


     I first noticed this while working on my NBD driver.  While this
     doesn't completely batch up large I/O, it sure makes 64-bit access
     more efficient.
Eric Blake (7):
       ios: Drop Position column from .info ios
       ios: Pass offset to low-level macros.
       ios: Prove we don't need seek.
       ios: Drop unused seek/tell callbacks.
       ios: Change from getchar to pread device interface.
       ios: Utilize buffer reads.
       ios: Utilize buffer writes.

I went thru the patch series and, in my opinion, it is good for master.
The pread/pwrite like interface is definitely better than the getc/putc.

However, I would like to hear Egeyar's opinion about it, as she wrote
the integer read/write code in ios.c, and therefore is in a better
position than me to do a review in that area.

Looks pretty good to me too. Thanks Eric!

Regards
Egeyar



reply via email to

[Prev in Thread] Current Thread [Next in Thread]