[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20131008.165147.1204109363656237950.davem@davemloft.net>
Date: Tue, 08 Oct 2013 16:51:47 -0400 (EDT)
From: David Miller <davem@...emloft.net>
To: shawn.bohrer@...il.com
Cc: netdev@...r.kernel.org, tomk@...advisors.com,
eric.dumazet@...il.com, sbohrer@...advisors.com
Subject: Re: [PATCH net-next v3 0/3] Improve UDP multicast receive latency
From: Shawn Bohrer <shawn.bohrer@...il.com>
Date: Mon, 7 Oct 2013 11:01:37 -0500
> From: Shawn Bohrer <sbohrer@...advisors.com>
>
> The removal of the routing cache in 3.6 had impacted the latency of our
> UDP multicast workload. This patch series brings down the latency to
> what we were seeing with 3.4.
>
> Patch 1 "udp: Only allow busy read/poll on connected sockets" is mostly
> done for correctness and because it allows unifying the unicast and
> multicast paths when a socket is found in early demux. It can also
> improve latency for a connected multicast socket if busy read/poll is
> used.
>
> Patches 2&3 remove the fib lookups and restore latency for our workload
> to the pre 3.6 levels.
>
> Benchmark results from a netperf UDP_RR test:
> v3.12-rc3-447-g40dc9ab kernel 87961.22 transactions/s
> v3.12-rc3-447-g40dc9ab + series 90587.62 transactions/s
>
> Benchmark results from a fio 1 byte UDP multicast pingpong test
> (Multicast one way unicast response):
> v3.12-rc3-447-g40dc9ab kernel 12.97us RTT
> v3.12-rc3-447-g40dc9ab + series 12.48us RTT
Great work, all applied to net-next, thanks!
--
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