[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [RFC PATCH -V1 1/4] hw/9pfs: Add file descriptor reclai
From: |
Aneesh Kumar K. V |
Subject: |
Re: [Qemu-devel] [RFC PATCH -V1 1/4] hw/9pfs: Add file descriptor reclaim support |
Date: |
Tue, 01 Mar 2011 11:41:03 +0530 |
User-agent: |
Notmuch/0.5-66-g70c5e2c (http://notmuchmail.org) Emacs/23.1.1 (i686-pc-linux-gnu) |
On Mon, 28 Feb 2011 17:44:56 -0800, "Venkateswararao Jujjuri (JV)"
<address@hidden> wrote:
> On 2/5/2011 10:08 AM, Aneesh Kumar K.V wrote:
> > This add file descriptor recliam to 9p server
>
> Please split it into two patches.
>
> 1. Introducing fsmap.
> 2. Introducing the reclaim mechanism.
Already did that in my local tree. I will post the new series as a
followup
This is what i have now
hw/9pfs: Add V9fsfidmap in preparation for adding fd reclaim
hw/9pfs: Add file descriptor reclaim support
hw/9pfs: Use v9fs_do_close instead of close
hw/9pfs: Implement syncfs
hw/9pfs: Add open flag to fid
hw/9pfs: Add directory reclaim support
>
> Concern: With this we will be traversing the whole fid list for many
> operations
> .. how is
> the performance impact?
>
I haven't done any performance measurements yet
-aneesh
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: [Qemu-devel] [RFC PATCH -V1 1/4] hw/9pfs: Add file descriptor reclaim support,
Aneesh Kumar K. V <=