[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20080121.222214.184161381.davem@davemloft.net>
Date: Mon, 21 Jan 2008 22:22:14 -0800 (PST)
From: David Miller <davem@...emloft.net>
To: yanmin_zhang@...ux.intel.com
Cc: rick.jones2@...com, netdev@...r.kernel.org
Subject: Re: Netperf TCP_RR(loopback) 10% regression in 2.6.24-rc6,
comparing with 2.6.22
From: "Zhang, Yanmin" <yanmin_zhang@...ux.intel.com>
Date: Tue, 22 Jan 2008 14:07:19 +0800
> I am wondering if UDP stack in kernel has a bug.
If one server binds to INADDR_ANY with port N, then any other socket
can be bound to a specific IP address with port N. When packets
come in destined for port N, the delivery will be prioritized
to whichever socket has the more specific and matching binding.
So the kernel is fine.
Netperf just needs to be more careful in order to handle this kind of
case more cleanly.
--
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