On Sun, Apr 22, 2012 at 11:54:42AM -0400, Jamal Hadi Salim wrote: > On Sun, 2012-04-22 at 08:22 -0700, Stephen Hemminger wrote: > > > STT isn't really doing TCP, it just lying and pretending to be > > TCP to allow TSO to work! There is no packet ordering, sequence > > numbers or any real transport layer.
Yes, that is my understanding. Originally I envisaged that an STT implementation would rely more heavily on the TCP stack. However, as STT doesn't rely on any of the features of TCP other than its header this was not the case and (almost) bypassing the TCP stack seems to be sufficient. I believe the motivation for reusing TCP is, as Stephen suggests, to allow some hardware acceleration to occur. > True. It is a nice engineering hack but even as a protocol enhancement > questionable at best. > > > Therefore Simon's > > proposed hook is the only way to support it. But exposing that > > hook does allow for other misuse. > > If you object to this, then you gotta object to the UDP equivalent > which has been around for sometime now for legitimate reasons That is basically my reasoning too. > and could be used by STT (I think the claim was no hardware > does USO);-> I was not involved in the design of STT so I can't comment on that although I do suspect you are correct. _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev