Re: [ovs-discuss] the meaning of FLOW_WC_SEQ

2014-01-25 Thread Ben Pfaff
On Sat, Jan 25, 2014 at 11:48:54AM +0800, linaishan wrote: > I got this error: > // > security -Wswitch-enum -Wunused-parameter -Wstrict-aliasing > -Wbad-function-cast -Wcast-align -Wmissing-prototypes > -Wmissing-field-initializers -g -O2 -MT lib/bfd.o -MD -MP -MF $depbase.Tpo > -c -o

Re: [ovs-discuss] the meaning of FLOW_WC_SEQ

2014-01-24 Thread linaishan
Pfaff Date: 2014-01-25 05:31 To: linaishan CC: discuss Subject: Re: [ovs-discuss] the meaning of FLOW_WC_SEQ On Fri, Jan 24, 2014 at 09:14:52PM +0800, linaishan wrote: > I want to extend the struct flow in lib/flow.h. > at line 130 there is a description: > /* Remember to update FLOW_W

Re: [ovs-discuss] the meaning of FLOW_WC_SEQ

2014-01-24 Thread Ben Pfaff
On Fri, Jan 24, 2014 at 09:14:52PM +0800, linaishan wrote: > I want to extend the struct flow in lib/flow.h. > at line 130 there is a description: > /* Remember to update FLOW_WC_SEQ when changing 'struct flow'. */ > BUILD_ASSERT_DECL(sizeof(struct flow) == sizeof(struct flow_tnl) + 160 && >

[ovs-discuss] the meaning of FLOW_WC_SEQ

2014-01-24 Thread linaishan
Hi all, I want to extend the struct flow in lib/flow.h. at line 130 there is a description: /* Remember to update FLOW_WC_SEQ when changing 'struct flow'. */ BUILD_ASSERT_DECL(sizeof(struct flow) == sizeof(struct flow_tnl) + 160 && FLOW_WC_SEQ == 20); what's the meaning of FLOW_W