From: Jakub Kicinski <kuba@kernel.org>
To: Sergei Antonov <saproj@gmail.com>
Cc: netdev@vger.kernel.org, vladimir.oltean@nxp.com
Subject: Re: [PATCH net] net: ftmac100: add multicast filtering possibility
Date: Wed, 5 Jul 2023 10:54:38 -0700 [thread overview]
Message-ID: <20230705105438.67446814@kernel.org> (raw)
In-Reply-To: <20230704154053.3475336-1-saproj@gmail.com>
On Tue, 4 Jul 2023 18:40:53 +0300 Sergei Antonov wrote:
> If netdev_mc_count() is not zero and not IFF_ALLMULTI, filter
> incoming multicast packets. The chip has a Multicast Address Hash Table
> for allowed multicast addresses, so we fill it.
>
> This change is based on the analogous code from the ftgmac100 driver.
> Although the hashing algorithm is different.
Fixes go to net, new features go to net-next. Doesn't sound like
the patch is a fix? Please read:
https://www.kernel.org/doc/html/next/process/maintainer-netdev.html
Unfortunately net-next is closed ATM.
## Form letter - net-next-closed
The merge window for v6.5 has begun and therefore net-next is closed
for new drivers, features, code refactoring and optimizations.
We are currently accepting bug fixes only.
Please repost when net-next reopens after July 10th.
RFC patches sent for review only are obviously welcome at any time.
See:
https://www.kernel.org/doc/html/next/process/maintainer-netdev.html#development-cycle
--
pw-bot: defer
next prev parent reply other threads:[~2023-07-05 17:54 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-07-04 15:40 [PATCH net] net: ftmac100: add multicast filtering possibility Sergei Antonov
2023-07-05 17:54 ` Jakub Kicinski [this message]
2023-08-01 15:07 ` Vladimir Oltean
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=20230705105438.67446814@kernel.org \
--to=kuba@kernel.org \
--cc=netdev@vger.kernel.org \
--cc=saproj@gmail.com \
--cc=vladimir.oltean@nxp.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 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.