Re: [ovs-dev] [PATCH 2/3] ofproto-dpif-xlate: Take control of the qdscp map.

2013-08-02 Thread Ben Pfaff
On Thu, Aug 01, 2013 at 03:55:46PM -0700, Ethan Jackson wrote: > This will make locking easier in future patches. > > Signed-off-by: Ethan Jackson We renamed 'priority' to 'skb_priority' in struct flow, it would be nice for the naming here to reflect that. Folding in the following incremental m

[ovs-dev] [PATCH 2/3] ofproto-dpif-xlate: Take control of the qdscp map.

2013-08-01 Thread Ethan Jackson
This will make locking easier in future patches. Signed-off-by: Ethan Jackson --- ofproto/ofproto-dpif-xlate.c | 88 ++- ofproto/ofproto-dpif-xlate.h |5 +- ofproto/ofproto-dpif.c | 104 +++--- ofproto/ofproto-dpif.