Re: [PATCH v2] wfcqueue: functions for local append and enqueue

2013-03-23 Thread Mathieu Desnoyers
* Eric Wong (normalper...@yhbt.net) wrote: > With level-triggered epoll, append/enqueue operations to the > local/locked queues increase performance by avoiding unnecessary atomic > operations and barriers. These are necessary to avoid performance > regressions when looping through ep_send_events

[PATCH v2] wfcqueue: functions for local append and enqueue

2013-03-23 Thread Eric Wong
With level-triggered epoll, append/enqueue operations to the local/locked queues increase performance by avoiding unnecessary atomic operations and barriers. These are necessary to avoid performance regressions when looping through ep_send_events and appending many items to a local queue. Signed-