Dushyant Yadav
Results
2
issues of
Dushyant Yadav
When I run my program using p4, it runs with this command - ``` simple_switch -i 1@s1-eth1 -i 2@s1-eth2 --thrift-port 9090 --nanolog ipc:///tmp/bm-0-log.ipc --device-id 0 monitor.json --debugger --log-console ``` I...
I'm trying to generate a digest message using the `digest` extern. This is what I'm doing - ```p4 action send_digest() { meta.con_notif.queue_len = (bit) standard_metadata.enq_qdepth; digest(1, meta.con_notif); } apply {...
lifecycle/stale