Hi, We are seeing a performance issue with TSO/LRO which we tracked down to the TSecr !=0 check in lro_tcp_ip_check. It happens when the LRO side's TSval wraps around and gets to 0. That triggers the TSO side to send packets with TSecr set to 0, which means that such packets won't be aggregated - and that will put a lot of burden on the stack which will result in lots of drops. I'm failing to understand the purpose of this check. Any hints? :) Thanks, tavi -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
