Re: [ovs-dev] [PATCHv7 10/11] dpif: Index flows using unique identifiers.

2014-10-21 Thread Joe Stringer
On 13 October 2014 17:09, Ben Pfaff b...@nicira.com wrote: On Tue, Oct 07, 2014 at 12:23:37AM +1300, Joe Stringer wrote: This patch modifies the dpif interface to allow flows to be manipulated using a 128-bit identifier. This allows revalidator threads to perform datapath operations

Re: [ovs-dev] [PATCHv7 10/11] dpif: Index flows using unique identifiers.

2014-10-21 Thread Joe Stringer
On 14 October 2014 09:49, Ben Pfaff b...@nicira.com wrote: On Tue, Oct 07, 2014 at 12:23:37AM +1300, Joe Stringer wrote: This patch modifies the dpif interface to allow flows to be manipulated using a 128-bit identifier. This allows revalidator threads to perform datapath operations

Re: [ovs-dev] [PATCHv7 10/11] dpif: Index flows using unique identifiers.

2014-10-14 Thread Ben Pfaff
On Tue, Oct 07, 2014 at 12:23:37AM +1300, Joe Stringer wrote: This patch modifies the dpif interface to allow flows to be manipulated using a 128-bit identifier. This allows revalidator threads to perform datapath operations faster, as they do not need to serialise the entire flow key for

Re: [ovs-dev] [PATCHv7 10/11] dpif: Index flows using unique identifiers.

2014-10-13 Thread Ben Pfaff
On Tue, Oct 07, 2014 at 12:23:37AM +1300, Joe Stringer wrote: This patch modifies the dpif interface to allow flows to be manipulated using a 128-bit identifier. This allows revalidator threads to perform datapath operations faster, as they do not need to serialise the entire flow key for

[ovs-dev] [PATCHv7 10/11] dpif: Index flows using unique identifiers.

2014-10-06 Thread Joe Stringer
This patch modifies the dpif interface to allow flows to be manipulated using a 128-bit identifier. This allows revalidator threads to perform datapath operations faster, as they do not need to serialise the entire flow key for operations like flow_get and flow_delete. In conjunction with a future