Re: [PATCH v2] geneve: remove vlan-related feature assignment

2015-09-21 Thread David Miller
From: "John W. Linville" Date: Fri, 18 Sep 2015 16:20:32 -0400 > The code handling vlan tag insertion was dropped in commit 371bd1061d29 > ("geneve: Consolidate Geneve functionality in single module."). Now we > need to drop the related vlan feature bits in the netdev structure. > > Signed-off-

Re: [PATCH v2] geneve: remove vlan-related feature assignment

2015-09-18 Thread Jesse Gross
On Fri, Sep 18, 2015 at 1:20 PM, John W. Linville wrote: > The code handling vlan tag insertion was dropped in commit 371bd1061d29 > ("geneve: Consolidate Geneve functionality in single module."). Now we > need to drop the related vlan feature bits in the netdev structure. > > Signed-off-by: John

[PATCH v2] geneve: remove vlan-related feature assignment

2015-09-18 Thread John W. Linville
The code handling vlan tag insertion was dropped in commit 371bd1061d29 ("geneve: Consolidate Geneve functionality in single module."). Now we need to drop the related vlan feature bits in the netdev structure. Signed-off-by: John W. Linville --- v2 -- replace earlier patch "geneve: restore vlan