summaryrefslogtreecommitdiff
path: root/tests/test-classifier.c
Commit message (Expand)AuthorAgeFilesLines
* cmap, classifier: Avoid unsafe aliasing in iterators.Ben Pfaff2014-07-211-4/+4
* lib/classifier: Unify struct classifier and cls_classifier.Jarno Rajahalme2014-07-181-18/+17
* lib/classifier: Lockless lookups.Jarno Rajahalme2014-07-111-35/+1
* lib/classifier: RCUify prefix trie code.Jarno Rajahalme2014-07-111-12/+53
* lib/classifier: Use internal mutex.Jarno Rajahalme2014-07-111-2/+6
* lib/classifier: Simplify iteration with C99 declaration.Jarno Rajahalme2014-07-111-25/+42
* lib/classifier: Use cmap.Jarno Rajahalme2014-07-111-5/+5
* lib/pvector: Non-intrusive RCU priority vector.Jarno Rajahalme2014-06-261-0/+35
* test-classifier: add ovs_assert to prevent warningDaniele Di Proietto2014-06-241-0/+3
* lib/classifier: Rename 'cls_subtable_cache' as 'cls_subtables'.Jarno Rajahalme2014-05-191-3/+3
* lib/classifier: Separate cls_rule internals from the API.Jarno Rajahalme2014-04-291-7/+11
* lib/classifier: Hide more of the internal data structures.Jarno Rajahalme2014-04-291-3/+3
* lib: Inline functions used in classifier_lookup.Jarno Rajahalme2014-04-291-1/+5
* lib/flow: Simplify miniflow accessors, add ipv6 support.Jarno Rajahalme2014-04-291-1/+2
* lib/flow: Add miniflow accessors and miniflow_get_tcp_flags().Jarno Rajahalme2014-04-181-1/+1
* unit-test: Link 29 test programs into ovstestAndy Zhou2014-04-031-7/+8
* classifier: Use fat_rwlock instead of ovs_rwlock.Ben Pfaff2014-01-141-14/+14
* Rename NOT_REACHED to OVS_NOT_REACHEDHarold Lim2013-12-171-4/+4
* Classifier: Track address prefixes.Jarno Rajahalme2013-12-111-1/+16
* Classifier: Staged subtable matching.Jarno Rajahalme2013-11-191-8/+12
* classifier: Rename struct cls_table as cls_subtable.Jarno Rajahalme2013-10-291-4/+4
* openvswitch/types.h: New macros OVS_BE16_MAX, OVS_BE32_MAX, OVS_BE64_MAX.Ben Pfaff2013-09-171-8/+8
* classifier: Make use of the classifier thread safe.Ethan Jackson2013-08-091-2/+17
* Use random_*() instead of rand(), for thread safety.Ben Pfaff2013-06-281-13/+14
* test-classifier.c: Use UINT16_MAX instead of OFPP_NONE in mask assignmentAlex Wang2013-06-201-1/+1
* Create specific types for ofp and odp portAlex Wang2013-06-201-5/+7
* flow: Add new wildcard functions.Ethan Jackson2013-06-111-1/+1
* classifier: Add 'wc' argument to classifier_lookup().Ethan Jackson2013-06-111-1/+1
* Optimize classifier by maintaining the priority of the highest priority rule ...Jarno Rajahalme2013-02-081-0/+13
* tests: Fix memory leaks in test-classifier program.Ben Pfaff2013-01-101-2/+17
* flow: Extend struct flow to contain tunnel outer header.Jesse Gross2012-10-031-20/+20
* Introduce sparse flows and masks, to reduce memory usage and improve speed.Ben Pfaff2012-09-041-33/+352
* classifier: Prepare for "struct cls_rule" needing to be destroyed.Ben Pfaff2012-09-041-12/+34
* classifier: Break cls_rule 'flow' and 'wc' members into new "struct match".Ben Pfaff2012-09-041-44/+48
* util: New function zero_rightmost_1bit().Ben Pfaff2012-09-041-1/+1
* flow: Remove flow_wildcards_is_exact().Ben Pfaff2012-09-041-2/+0
* flow: Replace flow_wildcards members by a single "struct flow".Ben Pfaff2012-09-041-26/+31
* flow: Ensure that padding is always zeroed.Ben Pfaff2012-09-041-0/+1
* flow: Use bit-mask for in_port match, instead of FWW_* flag.Ben Pfaff2012-09-041-30/+25
* flow: Use bit-mask for Ethernet type match, instead of FWW_* flag.Ben Pfaff2012-09-041-1/+6
* flow: Use bit-mask for IP protocol match, instead of FWW_* flag.Ben Pfaff2012-09-041-1/+6
* flow: Use bit-mask for DSCP and ECN bits, instead of FWW_* flags.Ben Pfaff2012-09-041-2/+5
* tests: Improve test coverage of OXM metadata fieldJoe Stringer2012-07-111-0/+14
* packets: Fix eth_addr_equal_except().Ethan Jackson2012-06-061-4/+4
* flow: Adds support for arbitrary ethernet maskingJoe Stringer2012-05-291-2/+12
* Global replace of Nicira Networks.Raju Subramanian2012-05-021-1/+1
* Add support for bitwise matching on TCP and UDP ports.Ben Pfaff2012-02-021-3/+11
* flow: Use FWW_ flags to wildcard IP DSCP and ECN.Justin Pettit2011-11-101-12/+9
* Prepend "nw_" to "frag" and "tos" elements.Justin Pettit2011-11-101-12/+12
* Don't overload IP TOS with the frag matching bits.Justin Pettit2011-11-091-12/+12