[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <166435441601.12187.11569664957745082198.git-patchwork-notify@kernel.org>
Date: Wed, 28 Sep 2022 08:40:16 +0000
From: patchwork-bot+netdevbpf@...nel.org
To: Zhengchao Shao <shaozhengchao@...wei.com>
Cc: netdev@...r.kernel.org, bpf@...r.kernel.org, jhs@...atatu.com,
xiyou.wangcong@...il.com, jiri@...nulli.us, davem@...emloft.net,
edumazet@...gle.com, kuba@...nel.org, pabeni@...hat.com,
martin.lau@...ux.dev, daniel@...earbox.net, weiyongjun1@...wei.com,
yuehaibing@...wei.com
Subject: Re: [PATCH net-next] net: sched: act_bpf: simplify code logic in
tcf_bpf_init()
Hello:
This patch was applied to netdev/net-next.git (master)
by David S. Miller <davem@...emloft.net>:
On Mon, 26 Sep 2022 18:21:58 +0800 you wrote:
> Both is_bpf and is_ebpf are boolean types, so
> (!is_bpf && !is_ebpf) || (is_bpf && is_ebpf) can be reduced to
> is_bpf == is_ebpf in tcf_bpf_init().
>
> Signed-off-by: Zhengchao Shao <shaozhengchao@...wei.com>
> ---
> net/sched/act_bpf.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Here is the summary with links:
- [net-next] net: sched: act_bpf: simplify code logic in tcf_bpf_init()
https://git.kernel.org/netdev/net-next/c/8fff09effb07
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