On Fri, Jun 27, 2014 at 05:11:15PM -0600, David Ahern wrote:
> On 6/18/14, 8:58 AM, Jiri Olsa wrote:
> >@@ -520,7 +522,7 @@ static void queue_event(struct ordered_events_queue *q,
> >struct ordered_event *ne
> > static struct ordered_event *alloc_event(struct ordered_events_queue *q)
> > {
> >
On 6/18/14, 8:58 AM, Jiri Olsa wrote:
@@ -520,7 +522,7 @@ static void queue_event(struct ordered_events_queue *q,
struct ordered_event *ne
static struct ordered_event *alloc_event(struct ordered_events_queue *q)
{
struct list_head *cache = &q->cache;
- struct ordered_event *new
Add limit to the ordered events queue allocation. This way
we will be able to control the size of the queue buffers.
There's no limit at the moment (it's set to (u64) -1). The config
code will come in following patches.
Cc: Arnaldo Carvalho de Melo
Cc: Corey Ashford
Cc: David Ahern
Cc: Frederi
3 matches
Mail list logo