Re: [ovs-dev] sparse warnings in flow_table.c

2014-06-24 Thread Ben Pfaff
Thanks! On Mon, Jun 23, 2014 at 11:08:31PM -0700, Andy Zhou wrote: > Sorry, I did not have "CONFIG_SPARSE_RCU_POINTER=y" with my running > kernel (stock 14.04 kernel), sparse did not generate this warning on > my system. Now I recompiled kernel, sparse works properly now. I will > send out a patc

Re: [ovs-dev] sparse warnings in flow_table.c

2014-06-23 Thread Andy Zhou
Sorry, I did not have "CONFIG_SPARSE_RCU_POINTER=y" with my running kernel (stock 14.04 kernel), sparse did not generate this warning on my system. Now I recompiled kernel, sparse works properly now. I will send out a patch soon. Thanks for reporting it. On Mon, Jun 23, 2014 at 10:54 AM, Ben Pfa

[ovs-dev] sparse warnings in flow_table.c

2014-06-23 Thread Ben Pfaff
I get the following sparse warnings on current master: datapath/linux/flow_table.c:289:26: error: incompatible types in comparison expression (different address spaces) datapath/linux/flow_table.c:300:26: error: incompatible types in comparison expression (different address spaces) They