Re: [PATCH net-next v2 0/6] net: Add STT support.
From: Rick Jones <hidden>
Date: 2015-01-30 16:46:10
On 01/29/2015 08:04 PM, Pravin Shelar wrote:
On Thu, Jan 29, 2015 at 7:46 PM, Alexander Duyckquoted
What does the small packet or non-TCP performance look like for STT vs VXLAN? My concern is that STT looks like it is a one trick pony since all your numbers show is TCP TSO performance, and based on some of the comments in your patches it seems like other protocols such as UDP are going to suffer pretty badly due to things like the linearization overhead.Current implementation is targeted for TCP workloads thats why I posted numbers with TCP, once UDP is optimized we can discuss UDP numbers. I am pretty sure the STT code can be optimized further specially for protocols other than TCP.
Not to pile-on or anything but indeed, there is much more to "TCP workloads" than just bulk transfer (TCP_STREAM), which is precisely why netperf was created oh so many years ago with its TCP_RR test to try to replace ttcp, and why there are the methods of mine and others to do aggregate PPS with it and other benchmarks. Of course that comment applies not only to STT but also to any other "get to link-rate" on a (single|smallnumberof) stream" change. rick