kytos-ng / of_core

Kytos Main OpenFlow Network Application (NApp)
MIT License
0 stars 5 forks source link

[Feature] Added OpenFlow msg_prios module for core queues priorities #66

Closed viniarck closed 2 years ago

viniarck commented 2 years ago

Description of the change

Currently, only the msg_out queue is making use of priority, see this infrastructure/core PR https://github.com/kytos-ng/kytos/pull/226. In the future, we'll also have it for msg_in, and then we'll keep defining the rest of the OpenFlow message priorities that are primarily used as needed. NApps that put OpenFlow messages (flow_manager, of_lldp, sdntrace, and so on) are supposed to import and use this msg_prios module to get the message priority.

viniarck commented 2 years ago

Thanks for reviewing, guys