* Confused about rtnl routing mutex scalability
@ 2016-09-08 3:28 nick
2016-09-11 1:50 ` Valdis.Kletnieks at vt.edu
0 siblings, 1 reply; 2+ messages in thread
From: nick @ 2016-09-08 3:28 UTC (permalink / raw)
To: kernelnewbies
Greetings All,
I am curious as it after reading the network code for a while it seems that to me
at least the rtnl mutex lock is a bottleneck. Is there any reason that we are still
using a global mutex for all routing changes in the networking stack for the Linux
kernel or does it actually scale only, seems to me that it is causing nothing but
problems with deadlocks related to it or issues with locking timeouts on separate
netdev routing tables for two different networks. Is this just me or does this lock
actually cause serious issues or can do so.
Regards,
Nick
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-09-11 1:50 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-08 3:28 Confused about rtnl routing mutex scalability nick
2016-09-11 1:50 ` Valdis.Kletnieks at vt.edu
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).