svn commit: r300866 - head/sys/boot/efi/libefi

Ravi Pokala rpokala at mac.com
Fri May 27 20:34:05 UTC 2016


-----Original Message-----
From: <owner-src-committers at freebsd.org> on behalf of Conrad Meyer <cem at FreeBSD.org>
Reply-To: <cem at FreeBSD.org>
Date: 2016-05-27, Friday at 13:29
To: Ravi Pokala <rpokala at mac.com>
Cc: Doug Ambrisko <ambrisko at freebsd.org>, src-committers <src-committers at freebsd.org>, <svn-src-all at freebsd.org>, <svn-src-head at freebsd.org>
Subject: Re: svn commit: r300866 - head/sys/boot/efi/libefi

>It seems he meant 'media native IO size', not 'media size'.  I.e., on
>4Kn media, 4k-multiple and -aligned IOs can be processed directly (but
>EFI's unit block size is still 512).  Does that make sense?

Yes, that's exactly what I meant.
 
Thanks,

Ravi (rpokala@)

>Best,
>Conrad
>
>On Fri, May 27, 2016 at 1:05 PM, Ravi Pokala <rpokala at mac.com> wrote:
>> -----Original Message-----
>> From: <owner-src-committers at freebsd.org> on behalf of Doug Ambrisko <ambrisko at FreeBSD.org>
>> Date: 2016-05-27, Friday at 12:23
>> To: <src-committers at freebsd.org>, <svn-src-all at freebsd.org>, <svn-src-head at freebsd.org>
>> Subject: svn commit: r300866 - head/sys/boot/efi/libefi
>>
>>>Author: ambrisko
>>>Date: Fri May 27 19:23:15 2016
>>>New Revision: 300866
>>>URL: https://svnweb.freebsd.org/changeset/base/300866
>>>
>>>Log:
>>>  If the I/O offset and length is multiple of the media size then
>>>  directly pass the request otherwise use a buffer that is a
>>>  multiple of the media size.  This speeds up I/O quite a bit
>>>  when using large transfer sizes on 4Kn disks etc.
>>>
>>>  MFC after:   1 week
>>
>> I/O offset and length are *divisors* of the media size, not *multiples* of it.
>>
>> -Ravi (rpokala@)
>>
>>
>>
>>
>




More information about the svn-src-head mailing list