[<prev] [next>] [day] [month] [year] [list]
Message-ID: <CA+HUmGh2JnuagLxYv6-FgviHTzi+LJzYnfLuhZh1iRxLVSWWbQ@mail.gmail.com>
Date: Thu, 18 Sep 2014 10:36:01 -0700
From: Francesco Ruggeri <fruggeri@...sta.com>
To: Florian Westphal <fw@...len.de>
Cc: Vlad Yasevich <vyasevich@...il.com>,
Cong Wang <cwang@...pensource.com>,
netdev <netdev@...r.kernel.org>,
"David S. Miller" <davem@...emloft.net>,
Weilong Chen <chenweilong@...wei.com>
Subject: Re: Cannot move macvlan interface on top of bonding device
>
>> May be a better solution is:
>>
>> features = netdev_increment_features(vlan->lowerdev->features & MACVLAN_FEATURS,
>> features,
>> mask);
>>
>> This way we start with only the feature MACVLAN is interested in.
>
> Seems correct, since it will also prevent other non-macvlan features from
> appearing.
>
> Thanks Vlad.
I verified that this approach also solves my original problem (moving
a macvlan on top of a bonding device to a different namespace).
I do not know how to fully test it with different types of lower
devices and features though.
If anybody wants to take the lead on this it would be great. Otherwise
a more limited patch only clearing the NETIF_F_NETNS_LOCAL bit was
also submitted earlier
(http://marc.info/?l=linux-netdev&m=141097807310566&w=2).
Thanks,
Francesco
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists