From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-1?Q?D=E2niel?= Fraga Subject: Re: [PATCH] tcp FRTO: in-order-only "TCP proxy" fragility workaround Date: Thu, 11 Sep 2008 14:30:06 -0300 Message-ID: <20080911143006.2f516569@tux> References: <20080819213417.45133573@tux> <20080822183224.2d52f16c@tux> <20080822.143709.65615512.davem@davemloft.net> <20080823111446.06a350a2@tux> <20080824163843.33b4f890@tux> <20080826141812.589848a0@tux> <20080828184919.611dd578@tux> <20080830035650.42be37d7@tux> <20080907051718.58bf133d@tux> <20080908172043.0d25a427@tux> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: David Miller , thomas.jarosch@intra2net.com, billfink@mindspring.com, Netdev , Patrick Hardy , netfilter-devel@vger.kernel.org, kadlec@blackhole.kfki.hu To: "Ilpo =?ISO-8859-1?Q?J=E4rvinen?=" Return-path: In-Reply-To: Sender: netfilter-devel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org On Thu, 11 Sep 2008 16:44:20 +0300 (EEST) "Ilpo J=E4rvinen" wrote: > ...I guess it would be possible to remove SCHED_FEAT_HRTICK from > /proc/sys/kernel/sched_features then while keeping the hrtimers > otherwise enabled to test this. >=20 > It's possible that hrtimers just affect on how easy it is to trigger > but at least it seems an useful lead until proven otherwise. You're right Ilpo. After days and days without the problem, today it triggered (but I wasn't online at the time, so I couldn't grab any data). So, you're correct. HRtimers just affect on how easy it is to trigger the issue. In other words: with high resolution timer enabled, the problem appears more frequently. At least if we discovered a way how to trigger this, we could test it more easily. The problem is to wait a long time for it to happen. Just a curiosity: on your servers, do you use x86_64? It seems this problem is very specific to x86_64 or appear more often on x86_64 than x86_32. It never happens on my x86_32 bit servers. =09 --=20 -- To unsubscribe from this list: send the line "unsubscribe netfilter-dev= el" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html