netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Madhu Challa <challa@noironetworks.com>
To: David Miller <davem@davemloft.net>
Cc: Eric Dumazet <eric.dumazet@gmail.com>,
	Daniel Borkmann <daniel@iogearbox.net>,
	netdev@vger.kernel.org
Subject: Re: [PATCH net-next v5 0/2] Multicast group join/leave at ip level
Date: Mon, 2 Mar 2015 10:31:05 -0800	[thread overview]
Message-ID: <CAN_zqfMJKp2P3y1n=2rNLAKvLNJaeseYAkWZJLiij1gxLOLsdw@mail.gmail.com> (raw)
In-Reply-To: <20150227.162611.864498157750734820.davem@davemloft.net>

On Fri, Feb 27, 2015 at 1:26 PM, David Miller <davem@davemloft.net> wrote:
> From: Madhu Challa <challa@noironetworks.com>
> Date: Wed, 25 Feb 2015 09:58:33 -0800
>
>> This series enables configuring multicast group join/leave at ip level
>> by extending the "ip address" command.
>>
>> It adds a new control socket mc_autojoin_sock and ifa_flag IFA_F_MCAUTOJOIN
>> to invoke the corresponding igmp group join/leave api.
>>
>> Since the igmp group join/leave api takes the rtnl_lock the code had to
>> be refactored by adding a shim layer prefixed by __ that can be invoked
>> by code that already has the rtnl_lock. This way we avoid proliferation of
>> work queues.
>>
>> The first patch in this series does the refactoring for igmp v6.
>> Its based on igmp v4 changes that were added by Eric Dumazet.
>>
>> The second patch in this series does the group join/leave based on the
>> setting of the IFA_F_MCAUTOJOIN flag.
>
> Applied, but I'm wondering how many hacks we are going to add to the
> tree simply because openvswitch does all of it's stuff with non-native
> tunneling devices...

Thanks David. I will look into what Thomas suggested so we can avoid
these workarounds.

Thanks.

      parent reply	other threads:[~2015-03-02 18:31 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-02-25 17:58 [PATCH net-next v5 0/2] Multicast group join/leave at ip level Madhu Challa
2015-02-25 17:58 ` [PATCH net-next v5 1/2] igmp v6: add __ipv6_sock_mc_join and __ipv6_sock_mc_drop Madhu Challa
2015-02-25 18:41   ` Eric Dumazet
2015-02-25 17:58 ` [PATCH net-next v5 2/2] multicast: Extend ip address command to enable multicast group join/leave on Madhu Challa
2015-02-27 21:26 ` [PATCH net-next v5 0/2] Multicast group join/leave at ip level David Miller
2015-03-02 12:43   ` Thomas Graf
2015-03-02 18:31   ` Madhu Challa [this message]

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='CAN_zqfMJKp2P3y1n=2rNLAKvLNJaeseYAkWZJLiij1gxLOLsdw@mail.gmail.com' \
    --to=challa@noironetworks.com \
    --cc=daniel@iogearbox.net \
    --cc=davem@davemloft.net \
    --cc=eric.dumazet@gmail.com \
    --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).