baganal
baganal
Hello, I have followed all the commands given above and also set the queue rate. But still I am unable to see any priority in queuing. I cannot identify the...
To run the P4 programs I have cloned virtual machine provided by [https://github.com/p4lang/tutorials](url). And I am unable to find the file where I have to UNCOMMENT this lines. I know...
I did that. But when I implemented priority queuing in "Basic" at [https://github.com/p4lang/tutorials/tree/master/exercises/basic](url). I did not see any change in bandwidth for two streams. I took help from example from...
Here is the part of my basic.p4 code where I am assigning the priority. _control MyIngress(inout headers hdr, inout metadata meta, inout standard_metadata_t standard_metadata) { action drop() { mark_to_drop(standard_metadata); }...