Re: [ovs-dev] [PATCH v2 24/26] ofproto: Add 'modify_cookie' to ofproto_flow_mod.

2016-07-29 Thread Ben Pfaff
On Thu, Jul 28, 2016 at 05:56:16PM -0700, Jarno Rajahalme wrote: > ofproto internally modifies 'modify_cookie' field, and adding a > replica to ofproto_flow_mod allows the ofputil_flow_mod argument to be > changed to a const. > > Signed-off-by: Jarno Rajahalme Acked-by: Ben Pfaff

[ovs-dev] [PATCH v2 24/26] ofproto: Add 'modify_cookie' to ofproto_flow_mod.

2016-07-28 Thread Jarno Rajahalme
ofproto internally modifies 'modify_cookie' field, and adding a replica to ofproto_flow_mod allows the ofputil_flow_mod argument to be changed to a const. Signed-off-by: Jarno Rajahalme --- ofproto/ofproto-dpif.c | 27 +-- ofproto/ofproto-provider.h |