Re: [ovs-dev] [PATCH v2] [PATCH] QinQ: support more vlan headers.

2018-09-07 Thread Ben Pfaff
On Fri, Sep 07, 2018 at 09:53:44AM +, Lilijun (Jerry, Cloud Networking) wrote: > In my test, vlan-limit is set to 0 that means unlimited the count of vlan > headers. > ovs-vsctl set Open_vSwitch . other_config:vlan-limit=0 > > But in fact the macro FLOW_MAX_VLAN_HEADERS is defined as 2, so we

[ovs-dev] [PATCH v2] [PATCH] QinQ: support more vlan headers.

2018-09-07 Thread Lilijun (Jerry, Cloud Networking)
In my test, vlan-limit is set to 0 that means unlimited the count of vlan headers. ovs-vsctl set Open_vSwitch . other_config:vlan-limit=0 But in fact the macro FLOW_MAX_VLAN_HEADERS is defined as 2, so we can only support max two vlan headers. It doesn't work as the config vlan-limit's description