Re: [Intel-wired-lan] [PATCH next-queue] ixgbe: netdev->vlan_features shouldn't have the vlan related flag

2016-05-18 Thread Xin Long
On Wed, May 18, 2016 at 11:07 PM, Alexander Duyck wrote: > On Wed, May 18, 2016 at 1:55 AM, Xin Long wrote: >> vlan_features is used to set the vlan_dev->features when we create >> a vlan device. it shouldn't have the vlan related flag, like >>

Re: [Intel-wired-lan] [PATCH next-queue] ixgbe: netdev->vlan_features shouldn't have the vlan related flag

2016-05-18 Thread Alexander Duyck
On Wed, May 18, 2016 at 1:55 AM, Xin Long wrote: > vlan_features is used to set the vlan_dev->features when we create > a vlan device. it shouldn't have the vlan related flag, like > NETIF_F_HW_VLAN_CTAG_FILTER, which will cause vlan_dev create fail. > the call trace is as