From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Gregory Haskins" Subject: Re: [PATCH 5/9] KVM: Adds ability to signal userspace using a file-descriptor Date: Tue, 15 May 2007 12:18:17 -0400 Message-ID: <4649A4E1.BA47.005A.0@novell.com> References: <20070515031217.9382.44999.stgit@novell1.haskins.net> <20070515031536.9382.16826.stgit@novell1.haskins.net> <4649650E.2070102@qumranet.com> <464968D6.BA47.005A.0@novell.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org To: "Davide Libenzi" Return-path: In-Reply-To: Content-Disposition: inline List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: kvm-devel-bounces-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org Errors-To: kvm-devel-bounces-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org List-Id: kvm.vger.kernel.org >>> On Tue, May 15, 2007 at 11:40 AM, in message , Davide Libenzi wrote: > > I don't know how critical is the path where you will be doing check. The > eventfd_fget() is pretty fast, so if you're not looking at a performance > critical path, I'd suggest that. Otherwise you can do an early > eventfd_get, and keep the file*. If you have no the ways to know if the > userspace disconnected, an atomic_read(&file- >f_count)==1 will tell you > that you're the only owner of the file* (that is, userspace closed the > eventfd descriptor). I'd give preference to the former option though. Thanks for the insight, Davide. It sounds like we can probably stay with the way I have it for now, and keep the file->f_count idea in our back pocket should a performance problem arise. > Avi, as you may have read from lkml, Andrew prefers the eventfd symbols > export to come through the kvm tree, since they do not want to export > symbols that so far has no module users. I can create a patch and add it to my series for this work. Thanks again, -Greg ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/