[dpdk-dev] [PATCH 2/4] table: fix checking extended buckets in unoptimized case

2014-09-26 Thread Balazs Nemeth
If a key is not found in a bucket and the bucket has been extended, the extended buckets also have to checked for potentially matching keys. The extended buckets are checked at the end of the lookup. In most cases, this logic is skipped as it is uncommon to have buckets in an extended state. In ca

[dpdk-dev] [PATCH 2/4] table: fix checking extended buckets in unoptimized case

2014-09-25 Thread Balazs Nemeth
If a key is not found in a bucket and the bucket has been extended, the extended buckets also have to checked for potentially matching keys. The extended buckets are checked at the end of the lookup. In most cases, this logic is skipped as it is uncommon to have buckets in an extended state. In ca