From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from Chamillionaire.breakpoint.cc (Chamillionaire.breakpoint.cc [91.216.245.30]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 37DA42C11F9 for ; Thu, 28 May 2026 05:22:36 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=91.216.245.30 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779945758; cv=none; b=FnoW0xyoT9zAlDl5cIXF6Duv4RXbtq8H1l3h+HgY7E5DseSJDwgaDbMyXMah1XIgregxXz2J4+4ziM2sQbdbaiH1koiFMB8on8+XQLdtmLYvj9SrctFqLnw9TJwYvEg3/rWnVLhZ349W5Kz48ZO269dbR3IZmRZ9xB0gHJsukvU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779945758; c=relaxed/simple; bh=7UPw/V+LAVSuor63USgPv09byyI8x96rZTzcQF3nCLY=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=ikKSpSXcz2b3cquESjq0tBg9RMzSl7ywhE667fLklJcxtmGBRMmi9F5dmz8axuUHnF0XeNtOPBmKpYLUfhArS+NG+tUq9UV5eeL9VBQqe5NRd6ThGGoFKnEuom9lcpVrB1AJduyqoYheeLcGV3Ce7jBrPJ8yRoPtZzpfrdl7OoU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=strlen.de; spf=pass smtp.mailfrom=strlen.de; arc=none smtp.client-ip=91.216.245.30 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=strlen.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=strlen.de Received: by Chamillionaire.breakpoint.cc (Postfix, from userid 1003) id 18FBB60503; Thu, 28 May 2026 07:22:35 +0200 (CEST) Date: Thu, 28 May 2026 07:22:34 +0200 From: Florian Westphal To: Adrian =?utf-8?B?QmVuyJtl?= Cc: pablo@netfilter.org, netfilter-devel@vger.kernel.org, phil@nwl.cc, nbd@nbd.name, sean.wang@mediatek.com, lorenzo@kernel.org, andrew+netdev@lunn.ch, matthias.bgg@gmail.com, angelogioacchino.delregno@collabora.com, daniel@makrotopia.org, coreteam@netfilter.org, linux-mediatek@lists.infradead.org Subject: Re: [RFC PATCH net] netfilter: flowtable: fix offloaded ct timeout never being extended Message-ID: References: <20260526060138.3924-1-adibente@gmail.com> Precedence: bulk X-Mailing-List: netfilter-devel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable In-Reply-To: Adrian Ben=C8=9Be wrote: > adjustment: changed min_timeout from u32 to s32 so the > "expires >=3D min_timeout" comparison has both operands signed. > Compiles clean. >=20 > Tested on MT7986 with the WED-offloaded flows that originally > reproduced the 300s drop. The flows now stay up well past 300s with > normal offloaded traffic, solution works fine. >=20 > I'll send v2 with this diff and Suggested-by: you, unless you'd > rather submit it yourself. No, please go ahead.