Re: [ovs-discuss] Changing FLOW_MAX_MPLS_LABELS

2015-12-04 Thread Seyed Hossein Mortazavi
Nevermind, I just kept increased it 4 bytes at a time until it worked(compiled) at 232. BUILD_ASSERT_DECL(offsetof(struct flow, igmp_group_ip4) + sizeof(uint32_t) == sizeof(struct flow_tnl) + 232 && FLOW_WC_SEQ == 31); On Thu, Dec 3, 2015 at 3:53 PM, Seyed Hossein Mortazavi < mortaz...@ualberta.

[ovs-discuss] Changing FLOW_MAX_MPLS_LABELS

2015-12-03 Thread Seyed Hossein Mortazavi
Hi, I want to change this parameter: #define FLOW_MAX_MPLS_LABELS 3 to 7. Following this post: http://permalink.gmane.org/gmane.linux.network.openvswitch.general/8249 I realize that I also need to change an assert: BUILD_ASSERT_DECL(offsetof(struct flow, igmp_group_ip4) + sizeof(uint32_t) == si