p4lang / project-ideas

Ideas for P4 Projects.
Apache License 2.0
6 stars 0 forks source link

Consider modifying BMv2 so that enq_qdepth metadata counts only packets in a single priority queue #7

Closed jafingerhut closed 2 weeks ago

jafingerhut commented 1 month ago

Currently it seems to add up the number of packets across all priority queues destined for the same output port:

jafingerhut commented 2 weeks ago

This issue has been completed when this PR was merged: https://github.com/p4lang/behavioral-model/pull/1270