flow: Rename 'priority' to 'skb_priority'.
authorBen Pfaff <blp@nicira.com>
Wed, 21 Dec 2011 23:52:23 +0000 (15:52 -0800)
committerBen Pfaff <blp@nicira.com>
Wed, 21 Dec 2011 23:52:38 +0000 (15:52 -0800)
commitdeedf7e78b249383d6f7b385f9d04e08e33d0e3f
treea25f0f2dc20d2454b747f7015fc4eadcccfae5d4
parent88f20c56870074fd43b295fcd7a7ee34578d2355
flow: Rename 'priority' to 'skb_priority'.

This priority's mean is completely different from the priority of an
OpenFlow rule, so it is confusing for it to have the same name.

We should be on the lookout for a less Linux-specific name, but this one
seems fine for now.

Signed-off-by: Ben Pfaff <blp@nicira.com>
lib/classifier.c
lib/flow.c
lib/flow.h
lib/odp-util.c
ofproto/ofproto-dpif.c