From: patchwork-bot+netdevbpf@kernel•org
To: Herbert Xu <herbert@gondor•apana.org.au>
Cc: netdev@vger•kernel.org
Subject: Re: [PATCH 0/2] macvlan: Allow some packets to bypass broadcast queue
Date: Wed, 29 Mar 2023 08:10:26 +0000 [thread overview]
Message-ID: <168007742658.16006.9794796649627218191.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <ZCJXefIhSrd7Hm2Z@gondor.apana.org.au>
Hello:
This series was applied to netdev/net-next.git (main)
by David S. Miller <davem@davemloft•net>:
On Tue, 28 Mar 2023 10:56:57 +0800 you wrote:
> This patch series allows some packets to bypass the broadcast
> queue on receive. Currently all multicast packets are queued
> on receive and then processed in a work queue. This is to avoid
> an unbounded amount of work occurring in the receive path, as
> one broadcast packet could easily translate into 4,000 packets.
>
> However, for multicast packets with just one receiver (possible
> for IPv6 ND), this introduces unnecessary latency as the packet
> will go to exactly one device.
>
> [...]
Here is the summary with links:
- [1/2] macvlan: Skip broadcast queue if multicast with single receiver
https://git.kernel.org/netdev/net-next/c/d45276e75e90
- [2/2] macvlan: Add netlink attribute for broadcast cutoff
https://git.kernel.org/netdev/net-next/c/954d1fa1ac93
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:[~2023-03-29 8:10 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-03-28 2:56 [PATCH 0/2] macvlan: Allow some packets to bypass broadcast queue Herbert Xu
2023-03-28 2:57 ` [PATCH 1/2] macvlan: Skip broadcast queue if multicast with single receiver Herbert Xu
2023-03-28 2:57 ` [PATCH 2/2] macvlan: Add netlink attribute for broadcast cutoff Herbert Xu
2023-03-28 3:02 ` [PATCH iproute2-next] macvlan: Add bclim parameter Herbert Xu
2023-03-29 14:51 ` David Ahern
2023-03-30 3:07 ` [v2 PATCH " Herbert Xu
2023-03-30 16:01 ` David Ahern
2023-03-29 8:10 ` patchwork-bot+netdevbpf [this message]
2023-03-29 8:45 ` [PATCH] macvlan: Fix mc_filter calculation Herbert Xu
2023-03-31 8:00 ` 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=168007742658.16006.9794796649627218191.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel$(echo .)org \
--cc=herbert@gondor$(echo .)apana.org.au \
--cc=netdev@vger$(echo .)kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
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