[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20121210.160230.1883556145617090938.davem@davemloft.net>
Date: Mon, 10 Dec 2012 16:02:30 -0500 (EST)
From: David Miller <davem@...emloft.net>
To: wpan@...hat.com
Cc: netdev@...r.kernel.org, brutus@...gle.com
Subject: Re: [RFC PATCH net-next 0/3 V4] net-tcp: TCP/IP stack bypass for
loopback connections
From: Weiping Pan <wpan@...hat.com>
Date: Wed, 5 Dec 2012 10:54:16 +0800
> Friends VS AF__UNIX
> Their call path are almost the same, but AF_UNIX uses its own send/recv codes
> with proper locks,
> so AF_UNIX's performance is much better than Friends.
While I understand the other portions of your analysis, this one
mystifies me.
In both cases, the sender has to queue the SKB onto the receiver's
queue. And in both cases, the sender takes the lock on that queue.
So the locking contention really ought to be similar if not identical.
The only difference is that AF_UNIX takes the unix_sk()->lock of the
remote socket around these operations.
If that is enough of a synchronizer to "fix" the contention or reduce
it, then this would be very easy to test by adding a friend lock to
tcp_sk().
--
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