[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-stable] [Qemu-trivial] [PATCH 1/1] virtio-blk: Use a req pool
From: |
Michael Tokarev |
Subject: |
Re: [Qemu-stable] [Qemu-trivial] [PATCH 1/1] virtio-blk: Use a req pool instead of malloc/free |
Date: |
Thu, 27 Mar 2014 09:07:53 +0400 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20131103 Icedove/17.0.10 |
25.03.2014 12:42, Li, Zhen-Hua wrote:
> From: "Li, ZhenHua" <address@hidden>
>
> In virtio-blk module, when there is new request, new req structure
> will be created by malloc. Use a req pool instead of this, will increase
> performance;
Um. This does not qualify neither as a trivial change nor as a stable bugfix.
In my opinion anyway.
Thanks,
/mjt