From: Jakub Kicinski <kuba@kernel.org>
To: Yuyang Huang <yuyanghuang@google.com>
Cc: "David S. Miller" <davem@davemloft.net>,
"Eric Dumazet" <edumazet@google.com>,
"Paolo Abeni" <pabeni@redhat.com>,
"Simon Horman" <horms@kernel.org>,
"David Ahern" <dsahern@kernel.org>,
netdev@vger.kernel.org, "Donald Hunter" <donald.hunter@gmail.com>,
"Shuah Khan" <shuah@kernel.org>,
"Nikolay Aleksandrov" <razor@blackwall.org>,
"Hangbin Liu" <liuhangbin@gmail.com>,
"Daniel Borkmann" <daniel@iogearbox.net>,
linux-kselftest@vger.kernel.org,
"Maciej Żenczykowski" <maze@google.com>,
"Lorenzo Colitti" <lorenzo@google.com>
Subject: Re: [PATCH net-next, v6 1/2] netlink: support dumping IPv4 multicast addresses
Date: Mon, 20 Jan 2025 16:46:21 -0800 [thread overview]
Message-ID: <20250120164621.287af2eb@kernel.org> (raw)
In-Reply-To: <20250117081600.150863-1-yuyanghuang@google.com>
On Fri, 17 Jan 2025 17:15:58 +0900 Yuyang Huang wrote:
> include/linux/igmp.h | 12 +++++++
> net/ipv4/devinet.c | 76 ++++++++++++++++++++++++++++++++++++--------
> net/ipv4/igmp.c | 13 +++++---
IIUC Paolo's suggestion was to create a new header file under net/ipv4,
if you consider addrconf.h unsuitable. There is no need to expose this
argument struct in kernel-wide headers.
next prev parent reply other threads:[~2025-01-21 0:46 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-01-17 8:15 [PATCH net-next, v6 1/2] netlink: support dumping IPv4 multicast addresses Yuyang Huang
2025-01-17 8:15 ` [PATCH net-next, v6 2/2] selftests/net: Add selftest for IPv4 RTM_GETMULTICAST support Yuyang Huang
2025-01-21 0:50 ` Jakub Kicinski
2025-01-21 0:46 ` Jakub Kicinski [this message]
2025-01-21 2:29 ` [PATCH net-next, v6 1/2] netlink: support dumping IPv4 multicast addresses Yuyang Huang
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=20250120164621.287af2eb@kernel.org \
--to=kuba@kernel.org \
--cc=daniel@iogearbox.net \
--cc=davem@davemloft.net \
--cc=donald.hunter@gmail.com \
--cc=dsahern@kernel.org \
--cc=edumazet@google.com \
--cc=horms@kernel.org \
--cc=linux-kselftest@vger.kernel.org \
--cc=liuhangbin@gmail.com \
--cc=lorenzo@google.com \
--cc=maze@google.com \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=razor@blackwall.org \
--cc=shuah@kernel.org \
--cc=yuyanghuang@google.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).