From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 B5A163E9298; Thu, 2 Apr 2026 15:05:43 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775142343; cv=none; b=RyCJ8FrS7y5Sx0X48qukRnmKuL1cHuYBOkzUvFAzBsgc15mqlHDfr8LZ+8KeiepQqOq0uJxti+g6iV0ui3NnLC28yl78J56gZdkEZfdTn/JNGA+AnPJV3DpR9wyi08VnDzS2BZ4XOb6Mdlaufpwzw7h71f+vLXoQv+8lP2EhBio= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775142343; c=relaxed/simple; bh=gSAFR9rC7dy9fnHI/k/dHS0uzYk21DTMOi/OJa0SAnU=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=qsL7bfc75prKwOoS7RjtOp1tfvmPCWdY+idKw6nhoa3/syWteeSo52B6iZC/1cCXrJnZuVVnHDooqYHu1enxAlJNgKbazncSne9V2Tqp2qKbjmAbqQOWwgc3yHfh8WMM/V39zs8M1yMAcWqWvxZsrgbdJoUUuistMa/77b+WaWg= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=iPImZ54N; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="iPImZ54N" Received: by smtp.kernel.org (Postfix) with ESMTPSA id D72B7C116C6; Thu, 2 Apr 2026 15:05:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1775142343; bh=gSAFR9rC7dy9fnHI/k/dHS0uzYk21DTMOi/OJa0SAnU=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=iPImZ54Np0bS3G8wDxGhad2s4/ykqZoX6fAi6qmNvH4eRBoEt/4AN2UyP8xSHmQut 5ACGxgOLi+2lwM01AOttcXv8gq3jBjprR8VVnOIalKrtUpCFaDXzNkwluqZq0Hkmb6 iUBBQdD0Nfpjfs/GdmUP7h+otB67qjNBEDo7O1OtD6HJFmB4RXuYIMolktMdAOwl2S BoZwzR5+I2kcfF4PMVNGxpPktP8N9rh8gPSqj3U1fS9tth9r4pzsD1x5F9cnUx//yi M0ymtfIDJtTEI/3Z1BydqxqGkwneoWXQjbx4V4wMJrptvhi1tQWdeklfVNrzeq+t/C RCGCvCr4CiLsg== Date: Thu, 2 Apr 2026 08:05:42 -0700 From: Jakub Kicinski To: Sam Edwards Cc: Andrew Lunn , "David S. Miller" , Eric Dumazet , Paolo Abeni , Maxime Coquelin , Alexandre Torgue , "Russell King (Oracle)" , Maxime Chevallier , Ovidiu Panait , Vladimir Oltean , Baruch Siach , Serge Semin , Giuseppe Cavallaro , netdev@vger.kernel.org, linux-stm32@st-md-mailman.stormreply.com, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH net v4 0/2] stmmac crash/stall fixes when under memory pressure Message-ID: <20260402080542.293e8729@kernel.org> In-Reply-To: <20260401041929.12392-1-CFSworks@gmail.com> References: <20260401041929.12392-1-CFSworks@gmail.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Tue, 31 Mar 2026 21:19:27 -0700 Sam Edwards wrote: > - Changed patch 2 to tolerate dirty stragglers up to a critical threshold (the > same threshold tolerated by the zero-copy path), to avoid nuisance looping > during OOM conditions (thanks Jakub) I meant we need both a threshold, and a delay :(