Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add retry logic, fix schedule profile del,detach order #1561

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

vishnushetty
Copy link
Contributor

What I did
Added retry logic if reference count not zero

Why I did it
The order of deletion 'config qos clear' may not guarantee the order.

How I verified it
config load qos.jon
config qos clear

Details if related
qos.json
{
"QUEUE": {
"Ethernet8|1": {
"scheduler": "[SCHEDULER|port_qos_shaper@1]"
},
"Ethernet8|2": {
"scheduler": "[SCHEDULER|port_qos_shaper@2]"
}
},
"SCHEDULER": {
"port_qos_shaper@1": {
"pir": "10000",
"meter_type": "bytes"
},
"port_qos_shaper@2": {
"pir": "2500",
"meter_type": "bytes"
}
}
}

@ben-gale
Copy link
Collaborator

@lguohan - pls help with review - thx

@lguohan lguohan requested a review from neethajohn January 6, 2021 22:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants