gluster-devel
[Top][All Lists]
Advanced

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

Re: [Gluster-devel] zero-copy readv


From: Amar Tumballi
Subject: Re: [Gluster-devel] zero-copy readv
Date: Thu, 10 Jan 2013 14:00:27 +0530
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/17.0 Thunderbird/17.0


[1] - recent patches to handle RPC read-ahead may involve small data
copy from header to data buffer, but surely not very high.


Amar - note that the current infrastructure present for 0-copy RDMA
might not be sufficient for GFAPI's 0-copy. A glfs_readv() request from
the app can come as a vector of memory pointers (and not a contiguous
iobuf) and therefore require storing an iovec/count as well. This might
also mean we need to exercise the scatter-gather aspects of the verbs API.


Got it.. Thats right.

Regards,
Amar



reply via email to

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