[ovs-dev] [nxm 18/42] ofproto: Don't show separate wildcard and exact-match tables via OpenFlow.

Justin Pettit jpettit at nicira.com
Wed Nov 3 07:09:11 UTC 2010


On Oct 28, 2010, at 10:27 AM, Ben Pfaff wrote:

> -    ots->max_entries = htonl(65536);
> -    ots->active_count = htonl(n_wild);
> +    ots->max_entries = htonl(1024 * 1024);

It may be nice to point out that this max_entries count is arbitrary.

Otherwise, looks good.

--Justin






More information about the dev mailing list