Re: [ovs-dev] [PATCH 38/41] ofproto-dpif-rid: Use UUID, not pointer, to identify ofprotos for recirc.

2016-01-20 Thread Jarno Rajahalme
Acked-by: Jarno Rajahalme > On Jan 18, 2016, at 11:27 PM, Ben Pfaff wrote: > > An upcoming commit will make it possible to essentially serialize the > recirculation state into an OpenFlow message. For that purpose, we can't > sensibly pass a "struct ofproto *",

[ovs-dev] [PATCH 38/41] ofproto-dpif-rid: Use UUID, not pointer, to identify ofprotos for recirc.

2016-01-18 Thread Ben Pfaff
An upcoming commit will make it possible to essentially serialize the recirculation state into an OpenFlow message. For that purpose, we can't sensibly pass a "struct ofproto *", but a randomly generated UUID works just as well. Signed-off-by: Ben Pfaff ---