lib/cmap: split up cmap_find().
authorJarno Rajahalme <jrajahalme@nicira.com>
Wed, 24 Sep 2014 17:39:20 +0000 (10:39 -0700)
committerJarno Rajahalme <jrajahalme@nicira.com>
Mon, 6 Oct 2014 22:33:46 +0000 (15:33 -0700)
commit55847abee8fdb45f06ef94764d766ee81abb9ac4
treef15ff42e8c85b4b3b69ddb767ff3e2db9a43539b
parent5c416811ee851961052feb5330c6fd2227b314a8
lib/cmap: split up cmap_find().

This makes the following patch easier and cleans up the code.

Explicit "inline" keywords seem necessary to prevent performance
regression on cmap_find() with GCC 4.7 -O2.

Signed-off-by: Jarno Rajahalme <jrajahalme@nicira.com>
Acked-by: Ben Pfaff <blp@nicira.com>
lib/classifier.c
lib/cmap.c
lib/cmap.h
lib/dpif-netdev.c