On Tue, Aug 5, 2014 at 7:55 PM, Eric Blake wrote:
> On 08/04/2014 09:33 PM, Ming Lei wrote:
>> This patch introduces object allocation pool for speeding up
>> object allocation in fast path.
>>
>> Signed-off-by: Ming Lei
>> ---
>> include/qemu/obj_pool.h | 64
>> ++
On Tue, Aug 05, 2014 at 06:21:55AM -0600, Eric Blake wrote:
> On 08/05/2014 06:05 AM, Michael S. Tsirkin wrote:
> > On Tue, Aug 05, 2014 at 05:55:49AM -0600, Eric Blake wrote:
> >> On 08/04/2014 09:33 PM, Ming Lei wrote:
> >>> This patch introduces object allocation pool for speeding up
> >>> objec
On 08/05/2014 06:05 AM, Michael S. Tsirkin wrote:
> On Tue, Aug 05, 2014 at 05:55:49AM -0600, Eric Blake wrote:
>> On 08/04/2014 09:33 PM, Ming Lei wrote:
>>> This patch introduces object allocation pool for speeding up
>>> object allocation in fast path.
>>>
>>> Signed-off-by: Ming Lei
>>> ---
>>
On Tue, Aug 05, 2014 at 05:55:49AM -0600, Eric Blake wrote:
> On 08/04/2014 09:33 PM, Ming Lei wrote:
> > This patch introduces object allocation pool for speeding up
> > object allocation in fast path.
> >
> > Signed-off-by: Ming Lei
> > ---
> > include/qemu/obj_pool.h | 64
> > +
On 08/04/2014 09:33 PM, Ming Lei wrote:
> This patch introduces object allocation pool for speeding up
> object allocation in fast path.
>
> Signed-off-by: Ming Lei
> ---
> include/qemu/obj_pool.h | 64
> +++
> 1 file changed, 64 insertions(+)
> cr
This patch introduces object allocation pool for speeding up
object allocation in fast path.
Signed-off-by: Ming Lei
---
include/qemu/obj_pool.h | 64 +++
1 file changed, 64 insertions(+)
create mode 100644 include/qemu/obj_pool.h
diff --git a/incl