Re: [ovs-dev] [PATCHv7 00/11] Revalidate flows with unique identifiers.

2014-10-06 Thread Joe Stringer
On 7 October 2014 00:23, Joe Stringer wrote: > This series is also made available here to assist review: > https://github.com/joestringer/openvswitch/tree/submit/ufid_v6 This should be https://github.com/joestringer/openvswitch/tree/submit/ufid_v7. __

[ovs-dev] [PATCHv7 00/11] Revalidate flows with unique identifiers.

2014-10-06 Thread Joe Stringer
This series modifies the dpif interface for flow commands to use 128-bit unique identifiers as an alternative to the netlink-formatted flow key, and caches the mask/actions in the udpif_key. This significantly reduces the cost of assembling messages between revalidators and the datapath, improving