[PATCH] ipvs: avoid drop first packet to reuse conntrack

2020-06-12 Thread YangYuxi
Since 'commit f719e3754ee2 ("ipvs: drop first packet to redirect conntrack")', when a new TCP connection meet the conditions that need reschedule, the first syn packet is dropped, this cause one second latency for the new connection, more discussion about this problem can easy search from google, s

Re: [PATCH] ipvs: avoid drop first packet to reuse conntrack

2020-06-11 Thread Julian Anastasov
Hello, On Thu, 11 Jun 2020, YangYuxi wrote: > Since commit f719e3754ee ("ipvs: drop first packet > to redirect conntrack"), when a new TCP connection > meet the conditions that need reschedule, the first > syn packet is dropped, this cause one second latency > for the new connection, mor

[PATCH] ipvs: avoid drop first packet to reuse conntrack

2020-06-11 Thread YangYuxi
Since 'commit f719e3754ee2 ("ipvs: drop first packet to redirect conntrack")', when a new TCP connection meet the conditions that need reschedule, the first syn packet is dropped, this cause one second latency for the new connection, more discussion about this problem can easy search from google, s

[PATCH] ipvs: avoid drop first packet to reuse conntrack

2020-06-11 Thread YangYuxi
Since commit f719e3754ee ("ipvs: drop first packet to redirect conntrack"), when a new TCP connection meet the conditions that need reschedule, the first syn packet is dropped, this cause one second latency for the new connection, more discussion about this problem can easy seach from google, such