I. INTRODUCTION
Open vSwitch (OVS) [1] is one of the most popular software switches used by cloud providers to implement software-defined networks [2]–[4]. The premier OVS performs forwarding policy with OpenFlow [5] table lookups, which uses tuple space search (TSS) to match rules. Here, rules are partitioned into tuples based on their prefix lengths. At runtime, we traverse all tuples to find the best-matched rule. So as the rule size increases greatly, the exploding tuple number slows down the lookup speed.