Questions on LRO and Delayed ACK

David Somayajulu david.somayajulu at qlogic.com
Sun Mar 27 02:18:26 UTC 2011


Hi All,


1.       If there is hardware support for LRO, (where the hardware delivers coalesces a bunch of consecutive TCP segments into one large TCP Segment), is it enough for the driver to simply post the segment to the host stack via ifp->if_input() ? I mean is there a need to run thru tcp_lro_rx() followed by tcp_lro_flush().



2.       What kind performance improvement does one get using soft lro via tcp_lro_init(); tcp_lro_rx();tcp_lro_flush();


3.       In the absence of LRO, is there any way that one can increase the number of inbound frames for which an ACK is transmitted to a value greater than 2?

Thanks
david S.

________________________________
This message and any attached documents contain information from QLogic Corporation or its wholly-owned subsidiaries that may be confidential. If you are not the intended recipient, you may not read, copy, distribute, or use this information. If you have received this transmission in error, please notify the sender immediately by reply e-mail and then delete this message.


More information about the freebsd-current mailing list