From: patchwork-bot+netdevbpf@kernel.org
To: Kyungrok Chung <acadx0@gmail.com>
Cc: mareklindner@neomailbox.ch, sw@simonwunderlich.de, a@unstable.cc,
sven@narfation.org, davem@davemloft.net, kuba@kernel.org,
roopa@nvidia.com, nikolay@nvidia.com, pablo@netfilter.org,
kadlec@netfilter.org, fw@strlen.de,
b.a.t.m.a.n@lists.open-mesh.org, netdev@vger.kernel.org,
linux-kernel@vger.kernel.org, bridge@lists.linux-foundation.org,
netfilter-devel@vger.kernel.org, coreteam@netfilter.org
Subject: Re: [PATCH v3 net-next] net: make use of helper netif_is_bridge_master()
Date: Mon, 18 Oct 2021 12:10:11 +0000 [thread overview]
Message-ID: <163455901121.7340.10701802688930426386.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20211016112137.18858-1-acadx0@gmail.com>
Hello:
This patch was applied to netdev/net-next.git (master)
by David S. Miller <davem@davemloft.net>:
On Sat, 16 Oct 2021 20:21:36 +0900 you wrote:
> Make use of netdev helper functions to improve code readability.
> Replace 'dev->priv_flags & IFF_EBRIDGE' with netif_is_bridge_master(dev).
>
> Signed-off-by: Kyungrok Chung <acadx0@gmail.com>
> ---
>
> v1->v2:
> - Apply fixes to batman-adv, core too.
>
> [...]
Here is the summary with links:
- [v3,net-next] net: make use of helper netif_is_bridge_master()
https://git.kernel.org/netdev/net-next/c/254ec036db11
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
WARNING: multiple messages have this Message-ID (diff)
From: patchwork-bot+netdevbpf@kernel.org
To: Kyungrok Chung <acadx0@gmail.com>
Cc: bridge@lists.linux-foundation.org, pablo@netfilter.org,
coreteam@netfilter.org, mareklindner@neomailbox.ch,
sw@simonwunderlich.de, fw@strlen.de,
b.a.t.m.a.n@lists.open-mesh.org, a@unstable.cc,
linux-kernel@vger.kernel.org, kadlec@netfilter.org,
netdev@vger.kernel.org, netfilter-devel@vger.kernel.org,
nikolay@nvidia.com, roopa@nvidia.com, kuba@kernel.org,
davem@davemloft.net, sven@narfation.org
Subject: Re: [Bridge] [PATCH v3 net-next] net: make use of helper netif_is_bridge_master()
Date: Mon, 18 Oct 2021 12:10:11 +0000 [thread overview]
Message-ID: <163455901121.7340.10701802688930426386.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20211016112137.18858-1-acadx0@gmail.com>
Hello:
This patch was applied to netdev/net-next.git (master)
by David S. Miller <davem@davemloft.net>:
On Sat, 16 Oct 2021 20:21:36 +0900 you wrote:
> Make use of netdev helper functions to improve code readability.
> Replace 'dev->priv_flags & IFF_EBRIDGE' with netif_is_bridge_master(dev).
>
> Signed-off-by: Kyungrok Chung <acadx0@gmail.com>
> ---
>
> v1->v2:
> - Apply fixes to batman-adv, core too.
>
> [...]
Here is the summary with links:
- [v3,net-next] net: make use of helper netif_is_bridge_master()
https://git.kernel.org/netdev/net-next/c/254ec036db11
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
next prev parent reply other threads:[~2021-10-18 12:10 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-10-16 11:21 [PATCH v3 net-next] net: make use of helper netif_is_bridge_master() Kyungrok Chung
2021-10-16 11:21 ` [Bridge] " Kyungrok Chung
2021-10-16 11:56 ` Nikolay Aleksandrov
2021-10-16 11:56 ` [Bridge] " Nikolay Aleksandrov
2021-10-18 12:10 ` patchwork-bot+netdevbpf [this message]
2021-10-18 12:10 ` patchwork-bot+netdevbpf
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=163455901121.7340.10701802688930426386.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=a@unstable.cc \
--cc=acadx0@gmail.com \
--cc=b.a.t.m.a.n@lists.open-mesh.org \
--cc=bridge@lists.linux-foundation.org \
--cc=coreteam@netfilter.org \
--cc=davem@davemloft.net \
--cc=fw@strlen.de \
--cc=kadlec@netfilter.org \
--cc=kuba@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mareklindner@neomailbox.ch \
--cc=netdev@vger.kernel.org \
--cc=netfilter-devel@vger.kernel.org \
--cc=nikolay@nvidia.com \
--cc=pablo@netfilter.org \
--cc=roopa@nvidia.com \
--cc=sven@narfation.org \
--cc=sw@simonwunderlich.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.