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 >> NETIF_F_HW_VLAN_CTAG_FILTER, which will cause vlan_d

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 follow: > > [ 5604.26442

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

2016-05-18 Thread Xin Long
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 follow: [ 5604.264429] Call Trace: [ 5604.278980] [] dump_stack+0x63/0x84 [ 5604