The document discusses using the DPDK Membership Library to optimize Open vSwitch (OvS) flow classification performance. The Membership Library provides set summaries that allow OvS to perform a two-level lookup for megaflows, first checking the set summary to direct packets to the correct sub-table and avoiding a sequential search. This approach provides a 2-3x improvement in OvS throughput for uniform traffic patterns compared to the original OvS-DPDK implementation. The Membership Library is included in the recently released DPDK V17.11.