From: Jason Baron <jbaron@akamai.com>
To: lsf-pc@lists.linux-foundation.org
Cc: "linux-fsdevel@vger.kernel.org" <linux-fsdevel@vger.kernel.org>,
famz@redhat.com, normalperson@yhbt.net
Subject: [LSF/MM TOPIC] epoll topics
Date: Thu, 15 Jan 2015 23:08:37 -0500 [thread overview]
Message-ID: <54B88EC5.9020904@akamai.com> (raw)
Hi,
I think it would be interesting to discuss recent topics that have come
up around epoll.
I recently proposed a new locking scheme that removes the global locking
using 'connected components', see: https://lkml.org/lkml/2015/1/15/667.
There is a new syscall to batch epoll_ctl() operations and improve the
timer precision that Fam Zheng is proposing: https://lkml.org/lkml/2015/1/8/70.
In addition, Eric Wong has proposed a scheme using 'wait free queues' to
improve lock contention between wakeups and event gathering:
https://lkml.org/lkml/2013/3/14/14.
In addition, we've observed some short comings from our production systems.
Because wait queues are woken up in order, we can get unfair loading
across threads, and we can also receive unecessary wakeups. It would be
great to discuss these topics further.
Thanks,
-Jason
next reply other threads:[~2015-01-16 4:08 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-01-16 4:08 Jason Baron [this message]
2015-01-19 3:50 ` [LSF/MM TOPIC] epoll topics Eric Wong
2015-01-20 18:55 ` Jason Baron
2015-01-20 19:58 ` Eric Wong
2015-01-20 20:37 ` Jason Baron
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=54B88EC5.9020904@akamai.com \
--to=jbaron@akamai.com \
--cc=famz@redhat.com \
--cc=linux-fsdevel@vger.kernel.org \
--cc=lsf-pc@lists.linux-foundation.org \
--cc=normalperson@yhbt.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).