datapath: Allow table to expand to have TBL_MAX_BUCKETS buckets
authorSimon Horman <horms@verge.net.au>
Wed, 3 Aug 2011 02:19:46 +0000 (11:19 +0900)
committerJesse Gross <jesse@nicira.com>
Wed, 3 Aug 2011 04:44:13 +0000 (21:44 -0700)
commitd1993ffea5d91f28f39838e8bcb1c67bc6bec790
treeef2e70109a83e25423af26b6dd76336a5f8cb0bd
parent7d110e960278c0b1f5c39e398a3aab9d02e84c00
datapath: Allow table to expand to have TBL_MAX_BUCKETS buckets

This resolves what appears to be a logic error whereby
the maximum number of buckets is limited to only half of TBL_MAX_BUCKETS.

Signed-off-by: Simon Horman <horms@verge.net.au>
Signed-off-by: Jesse Gross <jesse@nicira.com>
datapath/table.c