Re: [ovs-dev] [RFCv3 13/13] datapath: Add support for OVS_FLOW_ATTR_UID.

2014-09-02 Thread Joe Stringer
On 2 September 2014 22:48, Joe Stringer wrote: > If a datapath is created with the flag OVS_DP_F_INDEX_BY_UID, then an > additional table_instance is added to the flow_table, which is indexed > by unique identifiers ("UID"). This can be manipulated using the flow > key as before, or by using the

[ovs-dev] [RFCv3 13/13] datapath: Add support for OVS_FLOW_ATTR_UID.

2014-09-02 Thread Joe Stringer
If a datapath is created with the flag OVS_DP_F_INDEX_BY_UID, then an additional table_instance is added to the flow_table, which is indexed by unique identifiers ("UID"). This can be manipulated using the flow key as before, or by using the new UID field. If both are specified, then UID takes prec