Re: [ovs-dev] [PATCH 2/6] ofproto: Make 'importance' immutable.

2015-07-02 Thread Jarno Rajahalme
Acked-by: Jarno Rajahalme jrajaha...@nicira.com Jarno On Jun 24, 2015, at 10:57 AM, Ben Pfaff b...@nicira.com wrote: OpenFlow provides no means to change the importance of a flow after it is added, so make it immutable so that it is reasonable to read it without locking.

Re: [ovs-dev] [PATCH 2/6] ofproto: Make 'importance' immutable.

2015-07-02 Thread Ben Pfaff
Applied to master, thanks! On Thu, Jul 02, 2015 at 05:50:48AM -0700, Jarno Rajahalme wrote: Acked-by: Jarno Rajahalme jrajaha...@nicira.com Jarno On Jun 24, 2015, at 10:57 AM, Ben Pfaff b...@nicira.com wrote: OpenFlow provides no means to change the importance of a flow after it is

[ovs-dev] [PATCH 2/6] ofproto: Make 'importance' immutable.

2015-06-24 Thread Ben Pfaff
OpenFlow provides no means to change the importance of a flow after it is added, so make it immutable so that it is reasonable to read it without locking. Signed-off-by: Ben Pfaff b...@nicira.com --- ofproto/ofproto-provider.h | 2 +- ofproto/ofproto.c | 5 ++--- 2 files changed, 3