[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <164207760985.15302.5418949660280999123.git-patchwork-notify@kernel.org>
Date: Thu, 13 Jan 2022 12:40:09 +0000
From: patchwork-bot+netdevbpf@...nel.org
To: Maxim Mikityanskiy <maximmi@...dia.com>
Cc: edumazet@...gle.com, eric.dumazet@...il.com, davem@...emloft.net,
kuba@...nel.org, jhs@...atatu.com, xiyou.wangcong@...il.com,
jiri@...nulli.us, tariqt@...dia.com, netdev@...r.kernel.org
Subject: Re: [PATCH] sch_api: Don't skip qdisc attach on ingress
Hello:
This patch was applied to netdev/net.git (master)
by David S. Miller <davem@...emloft.net>:
On Wed, 12 Jan 2022 12:28:05 +0200 you wrote:
> The attach callback of struct Qdisc_ops is used by only a few qdiscs:
> mq, mqprio and htb. qdisc_graft() contains the following logic
> (pseudocode):
>
> if (!qdisc->ops->attach) {
> if (ingress)
> do ingress stuff;
> else
> do egress stuff;
> }
> if (!ingress) {
> ...
> if (qdisc->ops->attach)
> qdisc->ops->attach(qdisc);
> } else {
> ...
> }
>
> [...]
Here is the summary with links:
- sch_api: Don't skip qdisc attach on ingress
https://git.kernel.org/netdev/net/c/de2d807b294d
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
Powered by blists - more mailing lists