Add "priority” field in flow-classifier
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
networking-sfc |
In Progress
|
Low
|
Unassigned |
Bug Description
This proposal is to introduce new "priority” field in flow-classifier to correct/update ordering of flows. By considering below two scenarios
[1] If multiple flow_classifiers are configured in port chain ,the classification rule applied on the basis of order of configuration . If admin need to change the flow classifier order , admin have to delete existing chain and re-config new service chain .
[2] if all the classifier fields matches still we can use this priority
field to choose which flow_classifier to be applied first (i.e) user first want to treat the tcp traffic from same source and destination VM and UDP next .
Reference :
============
OVS already supporting this priority field in flow rules .
http://
priority=value
The priority at which a wildcarded entry will match in comparison to others. value is a number between 0 and 65535, inclusive. A higher value will match before a lower one. An exact match entry will always have priority over an entry containing wildcards, so it has an implicit priority value of 65535. When adding a flow, if the field is not specified, the flow's priority will default to 32768.
description: | updated |
Changed in networking-sfc: | |
status: | New → In Progress |
description: | updated |
description: | updated |
description: | updated |
description: | updated |
Changed in networking-sfc: | |
importance: | Undecided → Low |
Change abandoned by Mohankumar (<email address hidden>) on branch: master /review. openstack. org/320568 /review. openstack. org/#/c/ 325573/ 1
Review: https:/
Reason: please follow @ https:/