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 > > Jarno > > > On Jun 24, 2015, at 10:57 AM, Ben Pfaff wrote: > > > > OpenFlow provides no means to change the importance of a flow after it is > > added, so make it immu

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

2015-07-02 Thread Jarno Rajahalme
Acked-by: Jarno Rajahalme Jarno > On Jun 24, 2015, at 10:57 AM, Ben Pfaff 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. > > Signed-off-by: Ben Pfaff > --- > ofproto/o

[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 --- ofproto/ofproto-provider.h | 2 +- ofproto/ofproto.c | 5 ++--- 2 files changed, 3 insertions(+), 4 del