stratum / fabric-tna

The SD-Fabric data plane
https://docs.sd-fabric.org/
31 stars 15 forks source link

Enforce policing of red traffic in the queues table #499

Closed ccascone closed 2 years ago

ccascone commented 2 years ago

Policing is enforced only for elastic and real-time TCs. This is required to implement per-app and per-session MBR policing of UPF traffic. We also fix entries for the control TC to include handling of yellow packets (before we were handling only green and red).

codecov[bot] commented 2 years ago

Codecov Report

Merging #499 (e976b65) into main (e30fb04) will increase coverage by 0.00%. The diff coverage is 89.47%.

Impacted file tree graph

@@            Coverage Diff            @@
##               main     #499   +/-   ##
=========================================
  Coverage     69.85%   69.85%           
- Complexity      727      729    +2     
=========================================
  Files            63       63           
  Lines          4763     4771    +8     
  Branches        527      528    +1     
=========================================
+ Hits           3327     3333    +6     
- Misses         1160     1161    +1     
- Partials        276      277    +1     
Impacted Files Coverage Δ
...atumproject/fabric/tna/slicing/SlicingManager.java 83.81% <89.47%> (-0.20%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update e30fb04...e976b65. Read the comment docs.