Re: [ovs-dev] [PATCHv6 10/14] dpif: Generate flow_hash for revalidators in dpif.

2014-09-29 Thread Joe Stringer
On 30 September 2014 09:51, Ben Pfaff wrote: > On Fri, Sep 26, 2014 at 09:28:14PM +1200, Joe Stringer wrote: > > This patch shifts the responsibility for determining the hash for a flow > > from the revalidation logic down to the dpif layer. This assists in > > handling backward-compatibility for

Re: [ovs-dev] [PATCHv6 10/14] dpif: Generate flow_hash for revalidators in dpif.

2014-09-29 Thread Ben Pfaff
On Fri, Sep 26, 2014 at 09:28:14PM +1200, Joe Stringer wrote: > This patch shifts the responsibility for determining the hash for a flow > from the revalidation logic down to the dpif layer. This assists in > handling backward-compatibility for revalidation with the upcoming > unique identifier "UI

[ovs-dev] [PATCHv6 10/14] dpif: Generate flow_hash for revalidators in dpif.

2014-09-26 Thread Joe Stringer
This patch shifts the responsibility for determining the hash for a flow from the revalidation logic down to the dpif layer. This assists in handling backward-compatibility for revalidation with the upcoming unique identifier "UID" patches, and allows ovs-dpctl to automatically determine flow hashe