[ovs-dev] [PATCH] jsonrpc: Keep jsonrpc_recv() from taking over the CPU.

Ethan Jackson ethan at nicira.com
Fri Apr 27 02:29:51 UTC 2012


> We have?  I normally use size_t for measuring the size of memory objects
> or array indexes.  Usually for something to count from 0 to 50, as here,
> I'd just use an "int".

Ah well in bridge and ofproto we've tended to use size_t for this sort
of thing.  The above reasoning sounds like a good argument for int
instead though.  I was really just curious, not worth changing
anything.

Ethan



More information about the dev mailing list