Skip to content
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

detecting congestion header #36

Closed
kyeo95 opened this issue Feb 6, 2022 · 1 comment
Closed

detecting congestion header #36

kyeo95 opened this issue Feb 6, 2022 · 1 comment

Comments

@kyeo95
Copy link

kyeo95 commented Feb 6, 2022

In the 10- congestion aware load balancing, detecting congestion part
I can't get any printed qdepth.
whatever I write the code, host filters all message during
sniff(filter="ether proto 0x7777", iface = iface,
prn = lambda x: handle_pkt(x), lfilter=my_filter)
if I remove that filter, qdepth becomes NoneType.
besides telemetry header has enq_qdepth not enq_depth which written in receive.py code.
Could you tell me how to write loadbalancing.p4 code to print qdepth?
little help would be very helpful.

@kyeo95 kyeo95 closed this as completed Feb 7, 2022
@edgar-costa
Copy link
Contributor

Did you find the issue? or can you comment on what was the problem?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants