From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.bufferbloat.net (Postfix) with ESMTPS id D04BA3CB38 for ; Thu, 12 Dec 2024 21:50:17 -0500 (EST) Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by dfw.source.kernel.org (Postfix) with ESMTP id B7A535C6A08; Fri, 13 Dec 2024 02:49:34 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id B4B6BC4CED3; Fri, 13 Dec 2024 02:50:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1734058216; bh=uF8gD77/oBBSt1MgUvW46lb83D/2Yj1ts134dEabqbU=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=XGLk+ELXdFAeSP5NDi5iFSzBT62/HEeRvgGJ0YRBZ9yAYUZ+ldFN6wA8N1OVriokO stsDJCkx2JTwDFgqsFB+8rXcK0ZVgChsDeFrUBwsSSPvkI9tnWijLT/MRW+GhNtYr5 rXhfLDRvKFXAYJFAP3e6Ed52uuwJFo0PUmqI+TlaMofzt/999ZAY19kIcxarNTWkMS rNw01B8rvvD9PzJN0cP7/PCIN+o0YQrCM3MjMkXaDe2LmHWg5l47k7RXJ+Z3S6URUe d0/oyP30tUo57lxeumTVZUWogXZiD5ivv0rHxeOtjEMCcWMZmutZzzb+x/qYdYA2Ue k5tsNZ3x6oZFQ== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id 33E6A380A959; Fri, 13 Dec 2024 02:50:34 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: patchwork-bot+netdevbpf@kernel.org Message-Id: <173405823301.2517381.3836983297088707226.git-patchwork-notify@kernel.org> References: <20241211-cake-drop-reason-v2-1-920afadf4d1b@redhat.com> In-Reply-To: <20241211-cake-drop-reason-v2-1-920afadf4d1b@redhat.com> To: =?utf-8?b?VG9rZSBIw7hpbGFuZC1Kw7hyZ2Vuc2VuIDx0b2tlQHJlZGhhdC5jb20+?=@aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org Cc: davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, horms@kernel.org, toke@toke.dk, jhs@mojatatu.com, xiyou.wangcong@gmail.com, jiri@resnulli.us, netdev@vger.kernel.org, cake@lists.bufferbloat.net, dave.taht@gmail.com X-Mailman-Approved-At: Sat, 28 Dec 2024 08:25:46 -0500 Subject: Re: [Cake] [PATCH net-next v2] net_sched: sch_cake: Add drop reasons X-BeenThere: cake@lists.bufferbloat.net X-Mailman-Version: 2.1.20 Precedence: list List-Id: Cake - FQ_codel the next generation List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Date: Fri, 13 Dec 2024 02:50:17 -0000 X-Original-Date: Fri, 13 Dec 2024 02:50:33 +0000 X-List-Received-Date: Fri, 13 Dec 2024 02:50:17 -0000 Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Wed, 11 Dec 2024 11:17:09 +0100 you wrote: > Add three qdisc-specific drop reasons and use them in sch_cake: > > 1) SKB_DROP_REASON_QDISC_OVERLIMIT > Whenever the total queue limit for a qdisc instance is exceeded > and a packet is dropped to make room. > > 2) SKB_DROP_REASON_QDISC_CONGESTED > Whenever a packet is dropped by the qdisc AQM algorithm because > congestion is detected. > > [...] Here is the summary with links: - [net-next,v2] net_sched: sch_cake: Add drop reasons https://git.kernel.org/netdev/net-next/c/a42d71e322a8 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html