-
Notifications
You must be signed in to change notification settings - Fork 334
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
how to control pck enter into specfic queue of one port. #875
Comments
Input ports don't have priority queues in simple_switch. Priority queueing can be enabled for simple_switch (https://github.com/p4lang/behavioral-model/blob/master/targets/simple_switch/simple_switch.h#L37) for the queueing logic between the ingress & egress pipelines. In which case, you need to can select a specific priority queue by setting the |
i replace two file in P4 Tutorial 2019-04-25.ova but it doesn`t work |
|
This issue is stale because it has been open 180 days with no activity. Remove stale label or comment, or this will be closed in 180 days |
one of port of simple switch has 8 priority queue?
I want my p4 program to control the pck enter into specific queue.
for example, pck 1 to queue 1, pck 2 to queue 8.Is there any way to use p4 to achieve this?
The text was updated successfully, but these errors were encountered: