]> git.proxmox.com Git - mirror_ovs.git/commit
lib/classifier: Add subtable cache diagnostics.
authorJarno Rajahalme <jrajahalme@nicira.com>
Mon, 12 May 2014 04:26:28 +0000 (21:26 -0700)
committerJarno Rajahalme <jrajahalme@nicira.com>
Mon, 12 May 2014 04:26:28 +0000 (21:26 -0700)
commit18a6a6cd9a20b69123a43814e460822173f6a6d6
tree18cc2ca86a063dc0b5e95345b426f4bd8df2884e
parente2e54517945499a919b52f2aca277ab9c84bcd8d
lib/classifier: Add subtable cache diagnostics.

Assert failures that should not happen have been reported on some
(non-OVS) test cases.  This patch adds diagnostics to analyze what
goes wrong.

None of the OVS unit tests trigger these, so there is no performance
penalty.

This could be moved to test-classifier once it has served it's
purpose.

Signed-off-by: Jarno Rajahalme <jrajahalme@nicira.com>
lib/classifier.c