netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: David Ahern <dsahern@gmail.com>
To: Herbert Xu <herbert@gondor.apana.org.au>
Cc: netdev@vger.kernel.org
Subject: Re: [v2 PATCH iproute2-next] macvlan: Add bclim parameter
Date: Thu, 30 Mar 2023 10:01:42 -0600	[thread overview]
Message-ID: <6b83ba3e-f60f-7711-90ea-e97a2b60e3ed@gmail.com> (raw)
In-Reply-To: <ZCT87VZFkWNLujT9@gondor.apana.org.au>

On 3/29/23 9:07 PM, Herbert Xu wrote:
> v2 fixes a typo on bclen/bclim and switches matches to strcmp.
> 
> ---8<---
> This patch adds support for setting the broadcast queueing threshold
> on macvlan devices.  This controls which multicast packets will be
> processed in a workqueue instead of inline.
> 
> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
> ---
> 
>  include/uapi/linux/if_link.h |    1 +
>  ip/iplink_macvlan.c          |   26 ++++++++++++++++++++++++--
>  man/man8/ip-link.8.in        |   18 ++++++++++++++++++
>  3 files changed, 43 insertions(+), 2 deletions(-)
> 

applied to iproute2-next.


  reply	other threads:[~2023-03-30 16:01 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 [this message]
2023-03-29  8:10 ` [PATCH 0/2] macvlan: Allow some packets to bypass broadcast queue patchwork-bot+netdevbpf
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=6b83ba3e-f60f-7711-90ea-e97a2b60e3ed@gmail.com \
    --to=dsahern@gmail.com \
    --cc=herbert@gondor.apana.org.au \
    --cc=netdev@vger.kernel.org \
    /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).