]> git.proxmox.com Git - ovs.git/commit
Extend tests for conjunctive match support in OVN
authorNuman Siddique <nusiddiq@redhat.com>
Thu, 24 May 2018 15:45:53 +0000 (17:45 +0200)
committerBen Pfaff <blp@ovn.org>
Thu, 24 May 2018 18:23:58 +0000 (11:23 -0700)
commit55b259471719ceca1f0083bdd6a5f8c3e7690bae
treec19d82d24aa51ed302773c198fa6de8766135ac9
parent32157c87035da27e8d23ed8431633b059ce5c252
Extend tests for conjunctive match support in OVN

Check the application of conjunctive matching to logical flow match
expressions. In particular cover the case where conjunctive matching is
applied to ACL match expressions that refer to Address Sets.

Mark Michelson who tested a similar patch [1] has found a significant
improvement in ACL processing and reduction of OF flows from an order of
1 million to few thousands. [2]

Signed-off-by: Numan Siddique <nusiddiq@redhat.com>
[1] - https://mail.openvswitch.org/pipermail/ovs-dev/2018-February/344523.html
[2] - https://mail.openvswitch.org/pipermail/ovs-dev/2018-February/344311.html

Signed-off-by: Ben Pfaff <blp@ovn.org>
tests/ovn.at