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
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
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