Re: [PATCH 0/3] percpu_ida: support to export allocation/free information

2014-05-05 Thread Ming Lei
Hi, On Tue, Apr 29, 2014 at 10:53 PM, Ming Lei wrote: > Hi, > > These patches support to export percpu_ida allocation/free information > via sysfs, so that percpu_ida performance can be monitored, and > at least two use cases: > > - some parameters(such as percpu_max_size) from its users are very

[PATCH 0/3] percpu_ida: support to export allocation/free information

2014-04-29 Thread Ming Lei
Hi, These patches support to export percpu_ida allocation/free information via sysfs, so that percpu_ida performance can be monitored, and at least two use cases: - some parameters(such as percpu_max_size) from its users are very sensitive to performance - the data is helpful for verifying patch