[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20120415.124809.632477699748386101.davem@davemloft.net>
Date: Sun, 15 Apr 2012 12:48:09 -0400 (EDT)
From: David Miller <davem@...emloft.net>
To: eric.dumazet@...il.com
Cc: netdev@...r.kernel.org, hkchu@...gle.com, therbert@...gle.com
Subject: Re: [PATCH net-next] tcp: RFC6298 supersedes RFC2988bis
From: Eric Dumazet <eric.dumazet@...il.com>
Date: Sun, 15 Apr 2012 17:40:06 +0200
> 3) use RCU and dont hold parent socket lock to allow parallelism for
> multiqueue NICS (or RPS ...)
This part could be tricky.
We have to be careful in the case that one cpu comes in and finds the
listner sock for a particular child, meanwhile another cpu progresses
that child socket into ESTABLISHED state. Most of the parent locking
and strict synchronization is there to make sure this case works out
properly.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists