RE: [E1000-devel] [PATCH v3] ixgbe: make VLAN filter conditional

2015-03-20 Thread Hiroshi Shimamoto
> On 03/16/2015 05:33 AM, Hiroshi Shimamoto wrote: > >> On 03/11/2015 10:58 PM, Hiroshi Shimamoto wrote: > On 03/10/2015 05:59 PM, Hiroshi Shimamoto wrote: > > From: Hiroshi Shimamoto > > > > Disable hardware VLAN filtering if netdev->features VLAN flag is > > dropped. >

RE: [E1000-devel] [PATCH v3] ixgbe: make VLAN filter conditional

2015-03-20 Thread Hiroshi Shimamoto
On 03/16/2015 05:33 AM, Hiroshi Shimamoto wrote: On 03/11/2015 10:58 PM, Hiroshi Shimamoto wrote: On 03/10/2015 05:59 PM, Hiroshi Shimamoto wrote: From: Hiroshi Shimamoto h-shimam...@ct.jp.nec.com Disable hardware VLAN filtering if netdev-features VLAN flag is dropped. In SR-IOV

Re: [E1000-devel] [PATCH v3] ixgbe: make VLAN filter conditional

2015-03-16 Thread Alexander Duyck
On 03/16/2015 05:33 AM, Hiroshi Shimamoto wrote: On 03/11/2015 10:58 PM, Hiroshi Shimamoto wrote: On 03/10/2015 05:59 PM, Hiroshi Shimamoto wrote: From: Hiroshi Shimamoto Disable hardware VLAN filtering if netdev->features VLAN flag is dropped. In SR-IOV case, there is a use case which

RE: [E1000-devel] [PATCH v3] ixgbe: make VLAN filter conditional

2015-03-16 Thread Hiroshi Shimamoto
> On 03/11/2015 10:58 PM, Hiroshi Shimamoto wrote: > >> On 03/10/2015 05:59 PM, Hiroshi Shimamoto wrote: > >>> From: Hiroshi Shimamoto > >>> > >>> Disable hardware VLAN filtering if netdev->features VLAN flag is dropped. > >>> > >>> In SR-IOV case, there is a use case which needs to disable VLAN

RE: [E1000-devel] [PATCH v3] ixgbe: make VLAN filter conditional

2015-03-16 Thread Hiroshi Shimamoto
On 03/11/2015 10:58 PM, Hiroshi Shimamoto wrote: On 03/10/2015 05:59 PM, Hiroshi Shimamoto wrote: From: Hiroshi Shimamoto h-shimam...@ct.jp.nec.com Disable hardware VLAN filtering if netdev-features VLAN flag is dropped. In SR-IOV case, there is a use case which needs to disable VLAN

Re: [E1000-devel] [PATCH v3] ixgbe: make VLAN filter conditional

2015-03-16 Thread Alexander Duyck
On 03/16/2015 05:33 AM, Hiroshi Shimamoto wrote: On 03/11/2015 10:58 PM, Hiroshi Shimamoto wrote: On 03/10/2015 05:59 PM, Hiroshi Shimamoto wrote: From: Hiroshi Shimamoto h-shimam...@ct.jp.nec.com Disable hardware VLAN filtering if netdev-features VLAN flag is dropped. In SR-IOV case, there

Re: [E1000-devel] [PATCH v3] ixgbe: make VLAN filter conditional

2015-03-12 Thread Alexander Duyck
On 03/11/2015 10:58 PM, Hiroshi Shimamoto wrote: On 03/10/2015 05:59 PM, Hiroshi Shimamoto wrote: From: Hiroshi Shimamoto Disable hardware VLAN filtering if netdev->features VLAN flag is dropped. In SR-IOV case, there is a use case which needs to disable VLAN filter. For example, we need to

RE: [E1000-devel] [PATCH v3] ixgbe: make VLAN filter conditional

2015-03-12 Thread Hiroshi Shimamoto
> On 03/10/2015 05:59 PM, Hiroshi Shimamoto wrote: > > From: Hiroshi Shimamoto > > > > Disable hardware VLAN filtering if netdev->features VLAN flag is dropped. > > > > In SR-IOV case, there is a use case which needs to disable VLAN filter. > > For example, we need to make a network function with

Re: [E1000-devel] [PATCH v3] ixgbe: make VLAN filter conditional

2015-03-12 Thread Alexander Duyck
On 03/11/2015 10:58 PM, Hiroshi Shimamoto wrote: On 03/10/2015 05:59 PM, Hiroshi Shimamoto wrote: From: Hiroshi Shimamoto h-shimam...@ct.jp.nec.com Disable hardware VLAN filtering if netdev-features VLAN flag is dropped. In SR-IOV case, there is a use case which needs to disable VLAN filter.

RE: [E1000-devel] [PATCH v3] ixgbe: make VLAN filter conditional

2015-03-12 Thread Hiroshi Shimamoto
On 03/10/2015 05:59 PM, Hiroshi Shimamoto wrote: From: Hiroshi Shimamoto h-shimam...@ct.jp.nec.com Disable hardware VLAN filtering if netdev-features VLAN flag is dropped. In SR-IOV case, there is a use case which needs to disable VLAN filter. For example, we need to make a network

Re: [E1000-devel] [PATCH v3] ixgbe: make VLAN filter conditional

2015-03-10 Thread Alexander Duyck
On 03/10/2015 05:59 PM, Hiroshi Shimamoto wrote: From: Hiroshi Shimamoto Disable hardware VLAN filtering if netdev->features VLAN flag is dropped. In SR-IOV case, there is a use case which needs to disable VLAN filter. For example, we need to make a network function with VF in virtualized

Re: [E1000-devel] [PATCH v3] ixgbe: make VLAN filter conditional

2015-03-10 Thread Alexander Duyck
On 03/10/2015 05:59 PM, Hiroshi Shimamoto wrote: From: Hiroshi Shimamoto h-shimam...@ct.jp.nec.com Disable hardware VLAN filtering if netdev-features VLAN flag is dropped. In SR-IOV case, there is a use case which needs to disable VLAN filter. For example, we need to make a network function