Nate Foster
Nate Foster
A question that arose during PLMW... Does Clowdr have a privacy policy? In particular, can the Clowdr developers read DMs? I think folks probably have an expectation of privacy for...
Zoom breakout rooms do not work for folks accessing the call using the web client within Clowdr...
Fixes p4lang/p4-spec#1001 and p4lang/p4-spec#932.
Is there a reason that PSA supports direct-mapped counters and meters but not registers? They seems like a very useful abstraction and were a part of P4_14, so I presume...
The following program compiles incorrectly: ```p4 #include #include struct headers { } struct metadata { } parser MyParser(packet_in packet, out headers hdr, inout metadata meta, inout standard_metadata_t standard_metadata) { state...