Re: [ovs-dev] [PATCH v2] lib/classifier: Add subtable cache diagnostics.

2014-05-11 Thread Ben Pfaff
I assume that's the only change. If so, it sounds good. I hope we can catch the bug quickly. On May 11, 2014 8:34 PM, "Jarno Rajahalme" wrote: > Assert failures that should not happen have been reported on some > (non-OVS) test cases. This patch adds diagnostics to analyze what > goes wrong. > >

[ovs-dev] [PATCH v2] lib/classifier: Add subtable cache diagnostics.

2014-05-11 Thread Jarno Rajahalme
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. S